Package

sbt

io

Permalink

package io

Visibility
  1. Public
  2. All

Type Members

  1. final class ExactFilter extends NameFilter

    Permalink

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

  2. trait FileFilter extends java.io.FileFilter

    Permalink

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

  3. sealed abstract class IOSyntax0 extends IOSyntax1

    Permalink
  4. sealed abstract class IOSyntax1 extends AnyRef

    Permalink
  5. abstract class Mapper extends AnyRef

    Permalink
  6. trait NameFilter extends FileFilter

    Permalink

    A filter on Strings.

    A filter on Strings. This also functions as a FileFilter by applying the String filter to the value of a File's getName.

  7. sealed abstract class PathFinder extends AnyRef

    Permalink

    A path finder constructs a set of paths.

    A path finder constructs a set of paths. The set is evaluated by a call to the get method. The set will be different for different calls to get if the underlying filesystem has changed.

  8. final class PatternFilter extends NameFilter

    Permalink

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

  9. final class RichFile extends AnyRef

    Permalink
  10. final class SimpleFileFilter extends FileFilter

    Permalink

    A FileFilter that selects files according the predicate acceptFunction.

  11. final class SimpleFilter extends NameFilter

    Permalink

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

  12. abstract class Using[Source, T] extends AnyRef

    Permalink

Value Members

  1. object AllPassFilter extends NameFilter

    Permalink

    A NameFilter that accepts all names.

    A NameFilter that accepts all names. That is, accept always returns true.

  2. object DirectoryFilter extends FileFilter

    Permalink

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

  3. object ExistsFileFilter extends FileFilter

    Permalink

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

  4. object FileFilter

    Permalink
  5. object GlobFilter

    Permalink

    Constructs a filter from a String, interpreting wildcards.

    Constructs a filter from a String, interpreting wildcards. See the apply method.

  6. object Hash

    Permalink
  7. object HiddenFileFilter extends FileFilter

    Permalink

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

  8. object IO

    Permalink

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

  9. object NameFilter

    Permalink
  10. object NothingFilter extends NameFilter

    Permalink

    A NameFilter that accepts nothing.

    A NameFilter that accepts nothing. That is, accept always returns false.

  11. object Path extends Mapper

    Permalink
  12. object PathFinder

    Permalink
  13. object Using

    Permalink
  14. object syntax extends IOSyntax0

    Permalink

Ungrouped