Uses of Package
br.com.objectos.fs

Classes in br.com.objectos.fs used by br.com.objectos.fs
Directory
          A façade for directory only operations.
DirectoryContentsVisitor
          A visitor of the contents of a directory.
FoundException
          Indicates that an operation meant for nonexistent files failed because the file actually exists.
NotDirectoryException
          Indicates that an operation meant for a directory failed because the file is not a directory (it is a regular file for example).
NotFoundException
          Indicates that an operation meant for an existent file failed because the file does not actually exist.
NotRegularFileException
          Indicates that an operation meant for a regular file failed because the file is not a regular file (it is a directory for example).
PathName
          Represents a pathname in a file system.
PathNameVisitor
          A visitor of PathName instances.
PosixFileModeOption
          Represents a POSIX file access permission.
RegularFile
          A façade for regular file only operations.
RegularFileCreateOption
          Sets a regular file attribute during its creation.
RegularFileIsOption
          Queries a regular file for a certain attribute.
ResolvedPath
          A façade for operating on a pathname in a file system for which is not known if it is a directory, a file or if it does not exist.
WritablePathName
          A façade for writing operations.
 



Copyright © 2021 Objectos Software LTDA. All rights reserved.