public class PathLateBindingValue extends java.lang.Object implements ILateBindingValue
| Constructor and Description |
|---|
PathLateBindingValue(Path path,
java.lang.Object rootDocument,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Object |
get()
Obtain the value of the parameter at runtime using the parameter state and invocation of other late binding values
rather than maintaining cached state which ends up in a global store and won't change as a result of external
reference changes.
|
public PathLateBindingValue(Path path, java.lang.Object rootDocument, Configuration configuration)
public java.lang.Object get()
ILateBindingValueget in interface ILateBindingValuepublic boolean equals(java.lang.Object o)
equals in class java.lang.Object