- ReadableFileChannelSource - Interface in br.com.objectos.fs
-
A source that can provide file channels opened in read-only mode.
- RegularFile - Interface in br.com.objectos.fs
-
A façade for regular file only operations.
- RegularFileCreateOption - Interface in br.com.objectos.fs
-
Sets a regular file attribute during its creation.
- RegularFileIsOption - Interface in br.com.objectos.fs
-
Queries a regular file for a certain attribute.
- resolve(File) - Static method in class br.com.objectos.fs.LocalFs
-
Returns a ResolvedPath by converting a java.io.File.
- resolve(String, String...) - Static method in class br.com.objectos.fs.LocalFs
-
Returns a ResolvedPath whose pathname is given by combining all of
the specified names.
- resolve(URI) - Static method in class br.com.objectos.fs.LocalFs
-
Returns a ResolvedPath by converting a java.net.URI.
- ResolvedPath - Interface in br.com.objectos.fs
-
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.