| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2021–2022 Objectos Software LTDA. All rights reserved.