Class CWD
java.lang.Object
org.apache.maven.cling.invoker.CWD
- 
Method Summary
- 
Method Details- 
create
- 
get
- 
resolveResolves against current cwd, resulting path is normalized.- Throws:
- NullPointerException- if- segis- null.
 
- 
changeChanges current cwd, if the new path is existing directory.- Throws:
- NullPointerException- if- segis- null.
- IllegalArgumentException- if- segleads to non-existent directory.
 
 
-