Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » storeconfig » [javadoc | source]
org.apache.catalina.storeconfig
public class: StoreLoader [javadoc | source]
java.lang.Object
   org.apache.catalina.storeconfig.StoreLoader
Field Summary
protected static  Digester digester    The Digester instance used to parse registry descriptors. 
Method from org.apache.catalina.storeconfig.StoreLoader Summary:
createDigester,   getRegistry,   getRegistryResource,   load,   load,   serverFile,   setRegistry
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.storeconfig.StoreLoader Detail:
 protected static Digester createDigester() 
    Create and configure the Digester we will be using for setup store registry.
 public StoreRegistry getRegistry() 
 public URL getRegistryResource() 
 public  void load() 
    Load from defaults
    • System Property URL catalina.storeregistry
    • File $catalina.base/conf/server-registry.xml
    • class resource org/apache/catalina/storeconfig/server-registry.xml
 public  void load(String aURL) 
    Load Description from external source
 protected File serverFile(String aFile) 
 public  void setRegistry(StoreRegistry registry)