org.xiruss.xirussrepository.api
Class XirussRepositoryConst

java.lang.Object
  extended by org.xiruss.xirussrepository.api.XirussRepositoryConst

public class XirussRepositoryConst
extends java.lang.Object

Declares constants that are specific to the XirussRepository implementation, such as built-in property names, known namespaces and so on.


Nested Class Summary
 class XirussRepositoryConst.KnownNamespaces
          Known namespaces
 class XirussRepositoryConst.ObjPropNames
          Built-in version property names:
 class XirussRepositoryConst.SnapcmObjectTypes
          Constants for base repository object types.
 
Field Summary
static int XIRUS_RELEASE
           
static int XIRUS_VERSION
           
static java.util.Vector XmlMimeTypes
           
 
Constructor Summary
XirussRepositoryConst()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XmlMimeTypes

public static final java.util.Vector XmlMimeTypes

XIRUS_VERSION

public static final int XIRUS_VERSION
See Also:
Constant Field Values

XIRUS_RELEASE

public static final int XIRUS_RELEASE
See Also:
Constant Field Values
Constructor Detail

XirussRepositoryConst

public XirussRepositoryConst()