- get() - Static method in class br.com.objectos.fs.JavaIoTmpdir
-
Returns the directory resolved from the java.io.tmpdir system
property.
- getDirectory(String) - Method in interface br.com.objectos.fs.Directory
-
Returns an existing subdirectory having the specified name.
- getDirectory(File) - Static method in class br.com.objectos.fs.LocalFs
-
Returns an existing directory whose pathname is given by the specified
java.io.File.
- getDirectory(String, String...) - Static method in class br.com.objectos.fs.LocalFs
-
Returns an existing directory whose pathname is given by combining all of
the specified names.
- getLastModifiedMillis() - Method in interface br.com.objectos.fs.RegularFile
-
Returns the last modification time in millis.
- getName() - Method in interface br.com.objectos.fs.Directory
-
Returns the name of this directory.
- getName() - Method in interface br.com.objectos.fs.RegularFile
-
Returns the name of this file.
- getOrCreateRegularFile(String) - Method in interface br.com.objectos.fs.Directory
-
Returns an existing (regular) file or creates new one with the specified
file name.
- getParent() - Method in interface br.com.objectos.fs.Directory
-
Returns the parent directory of this directory.
- getParent() - Method in interface br.com.objectos.fs.RegularFile
-
Returns the parent of this object.
- getPath() - Method in interface br.com.objectos.fs.Directory
-
Returns the full path of this directory.
- getRegularFile(String) - Method in interface br.com.objectos.fs.Directory
-
Returns an existing (regular) file with the specified file name.
- getRegularFile(Resource) - Static method in class br.com.objectos.fs.LocalFs
-
Returns an existing file given by the specified ClassLoader
resource.
- getRegularFile(String, String...) - Static method in class br.com.objectos.fs.LocalFs
-
Returns an existing file whose pathname is given by combining all of
the specified names.
- getRegularFile(URI) - Static method in class br.com.objectos.fs.LocalFs
-
Returns an existing file whose pathname is given by the specified
java.net.URI.