DirectoryInput

Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply(directory: File)(implicit codec: Codec): DirectoryInput

Creates a new instance using the library's defaults for the docTypeMatcher and fileFilter properties.

Creates a new instance using the library's defaults for the docTypeMatcher and fileFilter properties.

def filter(dir: File): File => Boolean

Creates a file filter that filters all files in the specified directory.

Creates a file filter that filters all files in the specified directory.

Concrete fields

val hiddenFileFilter: File => Boolean

A filter that selects files that are hidden according to java.io.File.isHidden.

A filter that selects files that are hidden according to java.io.File.isHidden.