scalax

file

package file

Visibility
  1. Public
  2. All

Type Members

  1. class AccessSet extends Set[AccessMode]

  2. final class BasicPathSet[+T <: Path] extends PathSet[T]

    Directory stream implementation to assist in implementing DirectoryStreams that are based on Paths.

  3. trait CopyOption extends AnyRef

    Flags an option as an option that declares how a file should be copied

  4. abstract class FileOps extends Seekable

    An object for reading and writing files.

  5. abstract class FileSystem extends AnyRef

    Provides an interface to a file system and is a factory for other objects for accessing files and directories.

  6. class GlobParser extends RegexParsers

  7. trait LinkOption extends AnyRef

    Flags an option as an options that declares how to deal with links

  8. case class NotDirectoryException(path: String) extends IOException with ControlThrowable with Product with Serializable

    This is a control exception that indicates the underlying filesystem object either does not exist or is not a Directory

  9. case class NotFileException(path: String) extends IOException with ControlThrowable with Product with Serializable

    This is a control exception that indicates the underlying filesystem object cannot be treated as a File.

  10. abstract class Path extends FileOps with PathFinder[Path] with Ordered[Path]

    A file reference that locates a file using a system independent path.

  11. trait PathFinder[+T] extends AnyRef

  12. abstract class PathMatcher[-T <: Path] extends (T) ⇒ Boolean

    A function that returns true if the Path parameter matches.

  13. trait PathMatcherFactory[-T] extends (T) ⇒ PathMatcher[Path]

    User: jeichar Date: Oct 1, 2010 Time: 8:23:16 AM

  14. trait PathSet[+T] extends Iterable[T] with PathSetLike[T, PathSet[T]]

    An iterable that permits iterating over a directory tree starting at a root Path.

  15. trait PathSetLike[+T, +Repr <: PathSetLike[T, Repr]] extends IterableLike[T, Repr] with PathFinder[T]

Value Members

  1. object FileSystem

    Factory object for obtaining filesystem objects

  2. object FileSystemPlugins

    User: jeichar Date: Oct 2, 2010 Time: 9:31:09 PM

  3. object ImplicitConversions

    Contains the implicit conversion methods for converting to Paths and related objects

  4. object ImplicitConverters

    Contains the implicit conversion methods for converting to Paths and related objects

  5. object LinkOption extends Enumeration

    Contains the common Link Options

  6. object Path

    The object for constructing Path objects and for containing implicits from strings and java.file.Files to Scala paths.

  7. object PathFinder

  8. object PathMatcher

  9. object PathMatcherFactory

  10. object PathSet

    This class is not interesting from an API point of view.

  11. object PathURLStreamHandlerFactory extends URLStreamHandlerFactory

    Adds support to for the filesystem URL protocols.

  12. package attributes

  13. package defaultfs

  14. package ramfs

Ungrouped