public interface SMFFilterCommandContextType
| Modifier and Type | Method and Description |
|---|---|
default void |
checkPreconditions()
Check preconditions for the type.
|
Path |
currentPath()
The current path.
|
default Path |
resolvePath(Path path)
Resolve a given path.
|
Path |
sourceRoot()
The source root directory.
|
Path sourceRoot()
Path currentPath()
resolvePath(Path)default void checkPreconditions()
default Path resolvePath(Path path) throws IllegalArgumentException
path - The pathIllegalArgumentException - Iff the resolved path would fall outside
of the source rootCopyright © 2017 <code@io7m.com> http://io7m.com