IStoreFactory
public 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, wait
getInfo, getRegistry, getStoreAppender, setRegistry, setStoreAppender, store, storeElement, storeElementArray, storeXMLHead
public void storeChildren(java.io.PrintWriter aWriter, int indent, java.lang.Object aConnector, StoreDescription parentDesc) throws java.lang.Exception
StoreFactoryBase
storeChildren
in class StoreFactoryBase
aWriter
- 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.Exception
protected void storeConnectorAttributes(java.io.PrintWriter aWriter, int indent, java.lang.Object bean, StoreDescription aDesc) throws java.lang.Exception
java.lang.Exception
protected void printTag(java.io.PrintWriter aWriter, int indent, java.lang.Object bean, StoreDescription aDesc) throws java.lang.Exception
java.lang.Exception
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.