| Modifier and Type | Interface and Description |
|---|---|
interface |
Directory
A façade for directory only operations.
|
interface |
RegularFile
A façade for regular file only operations.
|
interface |
ResolvedPath
A façade for operating on a pathname in a file system for which is not known
if it is a directory, a file or if it does not exist.
|
interface |
WritablePathName
A façade for writing operations.
|
| Modifier and Type | Method and Description |
|---|---|
protected R |
SimplePathNameVisitor.defaultAction(PathName pathName,
P p)
The default action for visit methods.
|
| Constructor and Description |
|---|
NotDirectoryException(PathName cause)
Creates a new instance of this exception with the specified
PathName as cause. |
NotRegularFileException(PathName cause)
Creates a new instance of this exception with the specified
PathName as cause. |
Copyright © 2021–2022 Objectos Software LTDA. All rights reserved.