public abstract class AbstractRegistry extends java.lang.Object implements Registry
Modifier and Type | Field and Description |
---|---|
protected java.util.Properties |
properties
The list of configuration properties
|
Constructor and Description |
---|
AbstractRegistry() |
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
getConfigurationProperties()
Return the list of configuration properties set on this instance
|
org.apache.axiom.om.OMElement |
getFormat(Entry entry) |
java.lang.String |
getProviderClass()
Return the name of the implementation class
|
java.lang.Object |
getResource(Entry entry,
java.util.Properties properties)
Get the resource for the given key from this registry
|
java.util.Properties |
getResourceProperties(java.lang.String entryKey)
Get the resource properties of a given resource
|
void |
init(java.util.Properties properties)
Initializes the registry with given properties
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
delete, getChildren, getDescendants, getRegistryEntry, isResourceExists, lookup, lookupFormat, newNonEmptyResource, newResource, updateRegistryEntry, updateResource
protected final java.util.Properties properties
public java.lang.Object getResource(Entry entry, java.util.Properties properties)
getResource
in interface Registry
entry
- The Enrty instance that contains meta-dataproperties
- bag of properties with additional informationAbstractRegistry
public java.lang.String getProviderClass()
Registry
getProviderClass
in interface Registry
public java.util.Properties getConfigurationProperties()
Registry
getConfigurationProperties
in interface Registry
public void init(java.util.Properties properties)
Registry
public java.util.Properties getResourceProperties(java.lang.String entryKey)
Registry
getResourceProperties
in interface Registry
entryKey
- The registry entryCopyright © 2005-2021 Apache Software Foundation. All Rights Reserved.