sbt

io

package io

Visibility
  1. Public
  2. All

Type Members

  1. final class CopyOptions extends Serializable

    The options for the copy operation in IO.

  2. final class ExactFilter extends NameFilter

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

  3. trait FileFilter extends java.io.FileFilter

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

  4. sealed abstract class IOSyntax0 extends IOSyntax1

  5. sealed abstract class IOSyntax1 extends AnyRef

  6. final class LinkOptionPath extends RichNioPath

  7. abstract class Mapper extends AnyRef

  8. trait NameFilter extends FileFilter

    A filter on Strings.

  9. sealed abstract class PathFinder extends AnyRef

    A path finder constructs a set of paths.

  10. final class PatternFilter extends NameFilter

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

  11. class PollingWatchService extends WatchService

    A WatchService that polls the filesystem every delay.

  12. final class RichFile extends AnyVal with RichNioPath

  13. sealed trait RichNioPath extends Any

  14. final class SimpleFileFilter extends FileFilter

    A FileFilter that selects files according the predicate acceptFunction.

  15. final class SimpleFilter extends NameFilter

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

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

  17. trait WatchService extends AnyRef

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

Value Members

  1. object AllPassFilter extends NameFilter

    A NameFilter that accepts all names.

  2. object CopyOptions extends Serializable

  3. object DirectoryFilter extends FileFilter

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

  4. object ExistsFileFilter extends FileFilter

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

  5. object FileFilter

  6. object GlobFilter

    Constructs a filter from a String, interpreting wildcards.

  7. object Hash

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

  9. object IO

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

  10. object NameFilter

  11. object NothingFilter extends NameFilter

    A NameFilter that accepts nothing.

  12. object Path extends Mapper

  13. object PathFinder

  14. object Using

  15. object WatchService

  16. object syntax extends IOSyntax0

Ungrouped