public interface IStoreFactory
Modifier and Type | Method and Description |
---|---|
StoreRegistry |
getRegistry() |
StoreAppender |
getStoreAppender() |
void |
setRegistry(StoreRegistry aRegistry) |
void |
setStoreAppender(StoreAppender storeWriter) |
void |
store(PrintWriter aWriter,
int indent,
Object aElement) |
void |
storeXMLHead(PrintWriter aWriter) |
StoreAppender getStoreAppender()
void setStoreAppender(StoreAppender storeWriter)
void setRegistry(StoreRegistry aRegistry)
StoreRegistry getRegistry()
void store(PrintWriter aWriter, int indent, Object aElement) throws Exception
Exception
void storeXMLHead(PrintWriter aWriter)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.