|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Uses of NotRegularFileException in br.com.objectos.fs |
|---|
| Methods in br.com.objectos.fs that throw NotRegularFileException | |
|---|---|
RegularFile |
Directory.getOrCreateRegularFile(String fileName)
Returns an existing (regular) file or creates new one with the specified file name. |
static RegularFile |
LocalFs.getRegularFile(Resource resource)
Returns an existing file given by the specified ClassLoader
resource. |
RegularFile |
Directory.getRegularFile(String fileName)
Returns an existing (regular) file with the specified file name. |
static RegularFile |
LocalFs.getRegularFile(String first,
String... more)
Returns an existing file whose pathname is given by combining all of the specified names. |
static RegularFile |
LocalFs.getRegularFile(URI uri)
Returns an existing file whose pathname is given by the specified java.net.URI. |
RegularFile |
ResolvedPath.toRegularFile()
Returns the file denoted by this pathname; fails if the file does not exist or if the pathname is not a regular file. |
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||