public class Path
extends java.lang.Object
| Constructor and Description |
|---|
Path(java.lang.String name,
Type<?> type,
Path parent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getDepth() |
java.lang.String |
getLocation()
Location from the base path
|
java.lang.String |
getName() |
Path |
getParent() |
Type<?> |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public java.lang.String getName()
public Type<?> getType()
public Path getParent()
public int getDepth()
public java.lang.String getLocation()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object