Class WritablePath

java.lang.Object
org.apache.groovy.nio.runtime.WritablePath
All Implemented Interfaces:
Writable, Comparable<Path>, Iterable<Path>, Path, Watchable

public class WritablePath extends Object implements Path, Writable
Path wrapper that also implements Writable.

All Path operations are delegated to the wrapped path, while writeTo(Writer) streams the path contents using the configured character encoding when one is supplied.