org.xwiki.xar
Class XarEntry
java.lang.Object
org.xwiki.model.reference.EntityReference
org.xwiki.model.reference.LocalDocumentReference
org.xwiki.xar.XarEntry
- All Implemented Interfaces:
- Serializable, Cloneable, Comparable<EntityReference>
@Unstable
public class XarEntry
- extends LocalDocumentReference
- Since:
- 5.4RC1
- Version:
- $Id: b8eeec718c1d0c70939a5a88a7d73698f408ad74 $
- See Also:
- Serialized Form
| Methods inherited from class org.xwiki.model.reference.EntityReference |
appendParent, compareTo, equals, extractReference, getName, getParameter, getParent, getReversedReferenceChain, getRoot, getType, hashCode, removeParent, replaceParent, setName, setParameter, setParameters, setParent, setType |
XarEntry
public XarEntry(LocalDocumentReference reference)
XarEntry
public XarEntry(LocalDocumentReference reference,
String name)
XarEntry
public XarEntry(LocalDocumentReference reference,
String name,
int defaultAction)
getEntryName
public String getEntryName()
getDefaultAction
public int getDefaultAction()
getSpaceName
public String getSpaceName()
getDocumentName
public String getDocumentName()
toString
public String toString()
- Overrides:
toString in class EntityReference
Copyright © 2004–2014 XWiki. All rights reserved.