Package

sbt

io

Permalink

package io

Visibility
  1. Public
  2. All

Type Members

  1. final class CopyOptions extends Serializable

    Permalink

    The options for the copy operation in IO.

  2. final class ExactFilter extends NameFilter

    Permalink

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

  3. trait FileFilter extends java.io.FileFilter

    Permalink

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

  4. sealed abstract class IOSyntax0 extends IOSyntax1

    Permalink
  5. sealed abstract class IOSyntax1 extends AnyRef

    Permalink
  6. final class LinkOptionPath extends RichNioPath

    Permalink
  7. class MacOSXWatchService extends WatchService with Unregisterable

    Permalink
  8. abstract class Mapper extends AnyRef

    Permalink
  9. 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.

  10. 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.

  11. final class PatternFilter extends NameFilter

    Permalink

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

  12. class PollingWatchService extends WatchService with Unregisterable

    Permalink

    A WatchService that polls the filesystem every delay.

  13. final class RichFile extends AnyVal with RichNioPath

    Permalink
  14. sealed trait RichNioPath extends Any

    Permalink
  15. sealed class SimpleFileFilter extends FileFilter

    Permalink

    A FileFilter that selects files according the predicate acceptFunction.

  16. sealed class SimpleFilter extends NameFilter

    Permalink

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

  17. trait Unregisterable extends AnyRef

    Permalink
  18. abstract class Using[Source, T] extends AnyRef

    Permalink
  19. trait WatchService extends AnyRef

    Permalink

    A service that will monitor the file system for file creation, deletion and modification.

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 CopyOptions extends Serializable

    Permalink
  3. object DirectoryFilter extends FileFilter

    Permalink

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

  4. object ExistsFileFilter extends FileFilter

    Permalink

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

  5. object FileFilter

    Permalink
  6. object GlobFilter

    Permalink

    Constructs a filter from a String, interpreting wildcards.

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

  7. object Hash

    Permalink
  8. 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 (.).

  9. object IO

    Permalink

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

  10. object JavaMilli extends MilliMilliseconds

    Permalink
  11. object NameFilter

    Permalink
  12. object NothingFilter extends NameFilter

    Permalink

    A NameFilter that accepts nothing.

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

  13. object Path extends Mapper

    Permalink
  14. object PathFinder

    Permalink
  15. object Using

    Permalink
  16. object WatchService

    Permalink
  17. object syntax extends IOSyntax0

    Permalink

Ungrouped