org.orbeon.oxf.resources
Class OXFProperties

java.lang.Object
  extended byorg.orbeon.oxf.resources.OXFProperties

public class OXFProperties
extends Object

This class provides access to global, configurable properties, as well as to processor-specific properties. This is an example of properties file:


Nested Class Summary
static class OXFProperties.PropertySet
           
 
Field Summary
static String DEFAULT_PROPERTIES_URI
           
 
Method Summary
 OXFProperties.PropertySet getPropertySet()
           
 OXFProperties.PropertySet getPropertySet(QName processorName)
           
static void init(String key)
          Set name of the resource we will read the properties from.
static OXFProperties instance()
           
 Set keySet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PROPERTIES_URI

public static final String DEFAULT_PROPERTIES_URI
See Also:
Constant Field Values
Method Detail

init

public static void init(String key)
Set name of the resource we will read the properties from.


instance

public static OXFProperties instance()

getPropertySet

public OXFProperties.PropertySet getPropertySet()

getPropertySet

public OXFProperties.PropertySet getPropertySet(QName processorName)

keySet

public Set keySet()