|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Uses of NotDirectoryException in br.com.objectos.fs |
|---|
| Methods in br.com.objectos.fs that throw NotDirectoryException | |
|---|---|
static Directory |
LocalFs.getDirectory(File file)
Returns an existing directory whose pathname is given by the specified java.io.File. |
Directory |
Directory.getDirectory(String directoryName)
Returns an existing subdirectory having the specified name. |
static Directory |
LocalFs.getDirectory(String first,
String... more)
Returns an existing directory whose pathname is given by combining all of the specified names. |
Directory |
ResolvedPath.toDirectory()
Returns the directory denoted by this pathname; fails if the directory does not exist or if the pathname is not a directory. |
Directory |
ResolvedPath.toDirectoryCreateIfNotFound()
Returns the directory denoted by this pathname; creates a new directory if it does not exist or fails if the pathname is not a directory. |
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||