public interface ResourceName
ResourceNames may be related to a parent ResourceName. They may not necessarily be direct
children of the parent, in which case children will always be separated by a forward slash '/'.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
ResourceName |
getParent() |
java.lang.String getName()
@Nullable ResourceName getParent()
ResourceName (may be null if this ResourceName is relative to the root).