org.xwiki.xar
Class XarEntry

java.lang.Object
  extended by org.xwiki.model.reference.EntityReference
      extended by org.xwiki.model.reference.LocalDocumentReference
          extended by 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

Field Summary
 
Fields inherited from class org.xwiki.model.reference.EntityReference
TOSTRING_SERIALIZER
 
Constructor Summary
XarEntry(LocalDocumentReference reference)
           
XarEntry(LocalDocumentReference reference, String name)
           
XarEntry(LocalDocumentReference reference, String name, int defaultAction)
           
 
Method Summary
 int getDefaultAction()
           
 String getDocumentName()
           
 String getEntryName()
           
 String getSpaceName()
           
 String toString()
           
 
Methods inherited from class org.xwiki.model.reference.LocalDocumentReference
getLocale, getWikiReference, setLocale
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XarEntry

public XarEntry(LocalDocumentReference reference)

XarEntry

public XarEntry(LocalDocumentReference reference,
                String name)

XarEntry

public XarEntry(LocalDocumentReference reference,
                String name,
                int defaultAction)
Method Detail

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.