|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.diagrams.connector_api.manager.ConnectorManager
public class ConnectorManager
The class is able to create ConnectorConfiguration class from XML file (and the Connector's description) (from XML method). It also can serialize the ConnectorConfiguration class to the file (toXML method)
Constructor Summary | |
---|---|
ConnectorManager()
|
Method Summary | |
---|---|
ConnectorConfiguration |
fromXML(java.io.InputStream is,
ConnectorDescriptor desc)
|
java.lang.String |
toXML(ConnectorConfiguration config,
ConnectorDescriptor desc)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectorManager()
Method Detail |
---|
public java.lang.String toXML(ConnectorConfiguration config, ConnectorDescriptor desc) throws ConnectorException
ConnectorException
public ConnectorConfiguration fromXML(java.io.InputStream is, ConnectorDescriptor desc) throws ConnectorException
ConnectorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |