|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.spi2davex.ItemInfoImpl
public abstract class ItemInfoImpl
ItemInfoImpl is a base class for ItemInfo
implementations.
| Constructor Summary | |
|---|---|
ItemInfoImpl(Path path,
boolean isNode)
Creates a new serializable item info for the given qualified item info. |
|
| Method Summary | |
|---|---|
boolean |
denotesNode()
Returns true if this ItemInfo denotes a node, false otherwise. |
Name |
getName()
|
Path |
getPath()
Returns the Path of the item represented by this
ItemInfo. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemInfoImpl(Path path,
boolean isNode)
throws RepositoryException
item info.
path - the path to this item.isNode - if this item is a node.
RepositoryException| Method Detail |
|---|
public Name getName()
public boolean denotesNode()
ItemInfo denotes a node, false otherwise.
denotesNode in interface ItemInfoItemInfo denotes a node, false otherwise.public Path getPath()
Path of the item represented by this
ItemInfo.
getPath in interface ItemInfoPath of the item represented by this
item info.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||