public class DetachedPath extends MutablePath implements Attachable<Path>
Attachable.Exceptions, Attachable.Method
Path.Exceptions
labels, objects
Modifier | Constructor and Description |
---|---|
protected |
DetachedPath(Path path,
boolean withProperties) |
Modifier and Type | Method and Description |
---|---|
Path |
attach(Function<Attachable<Path>,Path> method) |
Path |
get()
Get the raw object trying to be attached.
|
addLabel, clone, extend, get, hasLabel, labels, make, objects, size, toString
protected DetachedPath(Path path, boolean withProperties)
public Path get()
Attachable
get
in interface Attachable<Path>
public Path attach(Function<Attachable<Path>,Path> method)
attach
in interface Attachable<Path>
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.