|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.openmarkup.Env
Environment variables and configuration parameters for
ObjectRealizer
.
Constructor Summary | |
Env()
|
Method Summary | |
static Class |
getClass(String className)
Convenience method to obtain a reference to the class of the given name. |
static ClassLoader |
getClassLoader()
Returns the class loader used to load this class. |
static String |
getDefaultElementImplClassName()
Returns the name of the element implementation class that may be instantiated for all element types for which a specialized element implementation class is not available. |
static String |
getDocumentBuilderFactoryClassName()
Returns the name of the document builder factory class. |
static Constructor |
getElementConstructor(Class elemImplClass)
Returns the Constructor for the specified
element implementation class. |
static Method |
getFactoryInstantiationMethod()
Temporary method -- Remove when JAXP limitation has been fixed. |
static String |
getProperty(String key)
Returns the value of the specified configuration property. |
static String |
getReferenceElementImplClassName()
Returns the name of the element implementation class that implements support for reference elements. |
static String |
getReferenceElementSuffix()
Returns the suffix that must be appended to the name of an element type to derive the name of the corresponding reference element type. |
static String |
getRootElementLocalName()
Returns the local part of the root element name. |
static String |
getRootElementNamespaceURI()
Returns the namespace URI of the root element. |
static boolean |
isNativeElementImplementation(Class elemImplClass)
Tests whether the specified element implementation class is a native implementation class or a plugin. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Env()
Method Detail |
public static ClassLoader getClassLoader()
public static String getDefaultElementImplClassName()
public static String getDocumentBuilderFactoryClassName()
public static String getReferenceElementImplClassName()
public static String getReferenceElementSuffix()
public static Method getFactoryInstantiationMethod()
public static String getRootElementLocalName()
public static String getRootElementNamespaceURI()
public static String getProperty(String key)
key
- lookup key for the property
public static Class getClass(String className)
className
-
public static boolean isNativeElementImplementation(Class elemImplClass)
elemImplClass
-
public static Constructor getElementConstructor(Class elemImplClass)
Constructor
for the specified
element implementation class.
elemImplClass
-
Constructor
for the specified
element implementation class
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |