public abstract class ItemInfoImpl extends Object implements org.apache.jackrabbit.spi.ItemInfo, Serializable
ItemInfoImpl is a base class for ItemInfo
implementations.| Constructor and Description |
|---|
ItemInfoImpl(org.apache.jackrabbit.spi.Path path,
boolean isNode)
Creates a new
ItemInfo. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
denotesNode() |
org.apache.jackrabbit.spi.Name |
getName() |
org.apache.jackrabbit.spi.Path |
getPath() |
public ItemInfoImpl(org.apache.jackrabbit.spi.Path path,
boolean isNode)
throws RepositoryException
ItemInfo.path - the path to this item.isNode - if this item is a node.RepositoryExceptionpublic org.apache.jackrabbit.spi.Name getName()
public boolean denotesNode()
denotesNode in interface org.apache.jackrabbit.spi.ItemInfopublic org.apache.jackrabbit.spi.Path getPath()
getPath in interface org.apache.jackrabbit.spi.ItemInfoCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.