Class CWD
java.lang.Object
org.apache.maven.cling.invoker.CWD
- 
Method Summary
 
- 
Method Details
- 
create
 - 
get
 - 
resolve
Resolves against current cwd, resulting path is normalized.- Throws:
 NullPointerException- ifsegisnull.
 - 
change
Changes current cwd, if the new path is existing directory.- Throws:
 NullPointerException- ifsegisnull.IllegalArgumentException- ifsegleads to non-existent directory.
 
 -