- copyTo(Directory) - Method in interface br.com.objectos.fs.Directory
-
Recursively copies the contents of this directory to the specified
destination directory.
- createDirectory(String) - Method in interface br.com.objectos.fs.Directory
-
Creates a directory with the specified name.
- createDirectory() - Method in interface br.com.objectos.fs.ResolvedPath
-
Creates a directory whose pathname is given by this object or fails if the
pathname already exists.
- createParents() - Method in interface br.com.objectos.fs.ResolvedPath
-
Creates all nonexistent parent directories of this pathname.
- createRegularFile(String, RegularFileCreateOption...) - Method in interface br.com.objectos.fs.Directory
-
Creates a (regular) file with the specified file name and with the
specified creation options.
- createRegularFile(RegularFileCreateOption...) - Method in interface br.com.objectos.fs.ResolvedPath
-
Creates a new (regular) file whose pathname is given by this object with
the specified creation options or fails if the pathname already exists.
- createRegularFileGetValue() - Method in interface br.com.objectos.fs.RegularFileCreateOption
-
Gets this option value.
- createRegularFileSetValue(Object) - Method in interface br.com.objectos.fs.RegularFileCreateOption
-
Sets this option value