| Modifier and Type | Method and Description |
|---|---|
ResolvedPath |
ResolvedPath.createParents()
Creates all nonexistent parent directories of this pathname.
|
static ResolvedPath |
LocalFs.resolve(File file)
Returns a
ResolvedPath by converting a java.io.File. |
static ResolvedPath |
LocalFs.resolve(String first,
String... more)
Returns a
ResolvedPath whose pathname is given by combining all of
the specified names. |
static ResolvedPath |
LocalFs.resolve(URI uri)
Returns a
ResolvedPath by converting a java.net.URI. |
| Modifier and Type | Method and Description |
|---|---|
R |
SimplePathNameVisitor.visitNotFound(ResolvedPath notFound,
P p)
Visits a nonexistent file.
|
R |
PathNameVisitor.visitNotFound(ResolvedPath notFound,
P p)
Visits a nonexistent file.
|
Copyright © 2021–2022 Objectos Software LTDA. All rights reserved.