|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiagramConnector
Interface for all connector's
Method Summary | |
---|---|
org.apache.maven.diagrams.graph_api.Graph |
calculateGraph(ConnectorConfiguration configuration)
If the connector supports the "Static interface" (ConnectorInterfaceEnum.STATIC) the method should return calculated graph. |
ConnectorDescriptor |
getConnectorDescriptor()
Returns connector's descriptor. |
DynamicDiagramConnector |
getDynamicDiagramConnector()
If the connector supports the "Dynamic interface / Listener model" (ConnectorInterfaceEnum.Dynamic) the method should return DynamicDiagramConnector (for the Listening management - not thread safe, for single thread use only) |
void |
setMavenProject(org.apache.maven.project.MavenProject mavenProject)
|
Method Detail |
---|
org.apache.maven.diagrams.graph_api.Graph calculateGraph(ConnectorConfiguration configuration) throws ConnectorException
configuration
-
ConnectorException
DynamicDiagramConnector getDynamicDiagramConnector() throws ConnectorException
configuration
-
ConnectorException
ConnectorDescriptor getConnectorDescriptor() throws ConnectorException
ConnectorException
void setMavenProject(org.apache.maven.project.MavenProject mavenProject)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |