DirectoryInput

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

lazy val sourcePaths: Seq[String]