IStoreFactorypublic class ConnectorSF extends StoreFactoryBase
sm| Constructor | Description |
|---|---|
ConnectorSF() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
printOpenTag(java.io.PrintWriter aWriter,
int indent,
java.lang.Object bean,
StoreDescription aDesc) |
|
protected void |
printTag(java.io.PrintWriter aWriter,
int indent,
java.lang.Object bean,
StoreDescription aDesc) |
|
void |
storeChildren(java.io.PrintWriter aWriter,
int indent,
java.lang.Object aConnector,
StoreDescription parentDesc) |
Must Implement at subclass for custom store children handling.
|
protected void |
storeConnectorAttributes(java.io.PrintWriter aWriter,
int indent,
java.lang.Object bean,
StoreDescription aDesc) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, store, storeElement, storeElementArray, storeXMLHeadpublic void storeChildren(java.io.PrintWriter aWriter,
int indent,
java.lang.Object aConnector,
StoreDescription parentDesc)
throws java.lang.Exception
StoreFactoryBasestoreChildren in class StoreFactoryBaseaWriter - Current output writerindent - Indentation levelaConnector - Current elementparentDesc - The element descriptionjava.lang.Exception - Configuration storing errorprotected void printOpenTag(java.io.PrintWriter aWriter,
int indent,
java.lang.Object bean,
StoreDescription aDesc)
throws java.lang.Exception
java.lang.Exceptionprotected void storeConnectorAttributes(java.io.PrintWriter aWriter,
int indent,
java.lang.Object bean,
StoreDescription aDesc)
throws java.lang.Exception
java.lang.Exceptionprotected void printTag(java.io.PrintWriter aWriter,
int indent,
java.lang.Object bean,
StoreDescription aDesc)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.