Package org.apache.catalina.storeconfig
Class StandardServerSF
- java.lang.Object
- 
- org.apache.catalina.storeconfig.StoreFactoryBase
- 
- org.apache.catalina.storeconfig.StandardServerSF
 
 
- 
- All Implemented Interfaces:
- IStoreFactory
 
 public class StandardServerSF extends StoreFactoryBase Store server.xml Server element and children ( Listener,GlobalNamingResource,Service)
- 
- 
Field Summary- 
Fields inherited from class org.apache.catalina.storeconfig.StoreFactoryBasesm
 
- 
 - 
Constructor SummaryConstructors Constructor Description StandardServerSF()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstore(java.io.PrintWriter aWriter, int indent, java.lang.Object aServer)Store the specified Server properties.voidstoreChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aObject, StoreDescription parentDesc)Store the specified server element children.- 
Methods inherited from class org.apache.catalina.storeconfig.StoreFactoryBasegetInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, storeElement, storeElementArray, storeXMLHead
 
- 
 
- 
- 
- 
Method Detail- 
storepublic void store(java.io.PrintWriter aWriter, int indent, java.lang.Object aServer) throws java.lang.ExceptionStore the specified Server properties.- Specified by:
- storein interface- IStoreFactory
- Overrides:
- storein class- StoreFactoryBase
- Parameters:
- aWriter- PrintWriter to which we are storing
- indent- Number of spaces to indent this element
- aServer- Object to be stored
- Throws:
- java.lang.Exception- if an exception occurs while storing
- See Also:
- IStoreFactory.store(java.io.PrintWriter, int, java.lang.Object)
 
 - 
storeChildrenpublic void storeChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aObject, StoreDescription parentDesc) throws java.lang.ExceptionStore the specified server element children.- Overrides:
- storeChildrenin class- StoreFactoryBase
- Parameters:
- aWriter- Current output writer
- indent- Indentation level
- aObject- Server to store
- parentDesc- The element description
- Throws:
- java.lang.Exception- Configuration storing error
 
 
- 
 
-