public class FileNode<T>
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
-
-
-
incrementalPath
public final String incrementalPath
-
object
@Nullable
public final T object
-
Constructor Details
-
-
FileNode
public FileNode(String nodeValue,
String incrementalPath,
@Nullable
T object)
-
Method Details
-
getObject
@Nullable
public T getObject()
-
isLeaf
public boolean isLeaf()
-
-
-