case class DirectoryInput(directories: Seq[File], codec: Codec, docTypeMatcher: Path => DocumentType, fileFilter: File => Boolean, mountPoint: Path)
A directory in the file system containing input documents for a tree transformation.
The specified docTypeMatcher
is responsible for determining the type of input
(e.g. text markup, template, etc.) based on the (virtual) document path.
- Companion
- object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any