public interface IResource
DataResource
Modifier and Type | Method and Description |
---|---|
boolean |
exists() |
java.lang.String |
getName() |
IResource |
getParent()
Gets next resource in the hierarchy.
|
boolean |
hasParent()
Indicates whether or not this resource has a parent in the hierarchy.
|
java.lang.String getName()
IResource getParent()
boolean hasParent()
boolean exists()
Copyright © 2016 The Apache Software Foundation