|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.spi.commons.ItemInfoImpl
public abstract class ItemInfoImpl
ItemInfoImpl is a base class for ItemInfo
implementations.
| Constructor Summary | |
|---|---|
ItemInfoImpl(org.apache.jackrabbit.spi.NodeId parentId,
org.apache.jackrabbit.spi.Name name,
org.apache.jackrabbit.spi.Path path,
boolean isNode)
Deprecated. Use ItemInfoImpl(Path, boolean) instead. The
parentId is not used any more and the corresponding getter has been
removed. |
|
ItemInfoImpl(org.apache.jackrabbit.spi.Path path,
boolean isNode)
Creates a new item info from the given name, path and boolean flag. |
|
| Method Summary | |
|---|---|
boolean |
denotesNode()
|
org.apache.jackrabbit.spi.Path |
getPath()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.jackrabbit.spi.ItemInfo |
|---|
getId |
| Constructor Detail |
|---|
public ItemInfoImpl(org.apache.jackrabbit.spi.NodeId parentId,
org.apache.jackrabbit.spi.Name name,
org.apache.jackrabbit.spi.Path path,
boolean isNode)
ItemInfoImpl(Path, boolean) instead. The
parentId is not used any more and the corresponding getter has been
removed.
parentId - the parent id.name - the name of this item.path - the path to this item.isNode - if this item is a node.
public ItemInfoImpl(org.apache.jackrabbit.spi.Path path,
boolean isNode)
path - the path to this item.isNode - if this item is a node.| Method Detail |
|---|
public boolean denotesNode()
denotesNode in interface org.apache.jackrabbit.spi.ItemInfopublic org.apache.jackrabbit.spi.Path getPath()
getPath in interface org.apache.jackrabbit.spi.ItemInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||