public class DetachedPath extends MutablePath implements Attachable<Path>
Attachable.Exceptions, Attachable.MethodPath.Exceptionslabels, objects| Modifier | Constructor and Description | 
|---|---|
| protected  | DetachedPath(Path path,
            boolean withProperties) | 
| Modifier and Type | Method and Description | 
|---|---|
| Path | attach(Function<Attachable<Path>,Path> method)Provide a way to attach an  Attachableimplementation to a host. | 
| Path | get()Get the raw object trying to be attached. | 
clone, equals, extend, extend, get, get, hashCode, hasLabel, iterator, labels, make, objects, size, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitforEach, get, isSimple, popEquals, streamforEach, spliteratorprotected DetachedPath(Path path, boolean withProperties)
public Path get()
Attachableget in interface Attachable<Path>public Path attach(Function<Attachable<Path>,Path> method)
AttachableAttachable implementation to a host.  Note that the context of the host
 is not defined by way of the attachment method itself that is supplied as an argument.  It is up to the
 implementer to supply that context.attach in interface Attachable<Path>method - a Function that takes an Attachable and returns the "re-attached" objectmethodCopyright © 2013–2015 Apache Software Foundation. All rights reserved.