Class CWD

java.lang.Object
org.apache.maven.cling.invoker.CWD
All Implemented Interfaces:
Supplier<Path>

public final class CWD extends Object implements Supplier<Path>
A thin wrapper for a Path that serves as "current working directory" value. Hence, this class is mutable (as CWD may be changed), but allows transition only to existing directories.