sbt

io

package io

Visibility
  1. Public
  2. All

Type Members

  1. final class ExactFilter extends NameFilter

    A NameFilter that accepts a name if it is exactly equal to matchName.

  2. trait FileFilter extends java.io.FileFilter with NotNull

    A java.io.FileFilter with additional methods for combining filters.

  3. trait Mapper extends AnyRef

  4. trait NameFilter extends FileFilter with NotNull

    A filter on Strings.

  5. trait PathExtra extends Alternatives with Mapper with PathLow

  6. sealed abstract class PathFinder extends AnyRef

    A path finder constructs a set of paths.

  7. trait PathLow extends AnyRef

  8. final class PatternFilter extends NameFilter

    A NameFilter that accepts a name if it matches the regular expression defined by pattern.

  9. final class RichFile extends AnyRef

  10. final class SimpleFileFilter extends FileFilter

    A FileFilter that selects files according the predicate acceptFunction.

  11. final class SimpleFilter extends NameFilter

    A NameFilter that accepts a name if the predicate acceptFunction accepts it.

Value Members

  1. object AllPassFilter extends NameFilter

    A NameFilter that accepts all names.

  2. object DirectoryFilter extends FileFilter

    A FileFilter that selects files that are a directory according to java.io.File.isDirectory.

  3. object ExistsFileFilter extends FileFilter

    A FileFilter that selects files that exist according to java.io.File.exists.

  4. object FileFilter

  5. object GlobFilter

    Constructs a filter from a String, interpreting wildcards.

  6. object Hash

  7. object HiddenFileFilter extends FileFilter

    A FileFilter that selects files that are hidden according to java.io.File.isHidden or if they start with a dot (.).

  8. object IO

    A collection of File, URL, and I/O utility methods.

  9. object NameFilter

  10. object NothingFilter extends NameFilter

    A NameFilter that accepts nothing.

  11. object Path extends PathExtra

  12. object PathFinder

Ungrouped