|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Uses of FoundException in br.com.objectos.fs |
|---|
| Methods in br.com.objectos.fs that throw FoundException | |
|---|---|
void |
Directory.copyTo(Directory dest)
Recursively copies the contents of this directory to the specified destination directory. |
Directory |
ResolvedPath.createDirectory()
Creates a directory whose pathname is given by this object or fails if the pathname already exists. |
Directory |
Directory.createDirectory(String directoryName)
Creates a directory with the specified name. |
RegularFile |
ResolvedPath.createRegularFile(RegularFileCreateOption... options)
Creates a new (regular) file whose pathname is given by this object with the specified creation options or fails if the pathname already exists. |
RegularFile |
Directory.createRegularFile(String fileName,
RegularFileCreateOption... options)
Creates a (regular) file with the specified file name and with the specified creation options. |
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||