|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface describes a tool that is used to compile the source of a generated connector
ConnectorSourceGenerator| Method Summary | |
void |
compileConnector(java.lang.String interfaceName,
java.lang.String outputDirectory)
This method compiles all of the classes needed by a connector that was previously generated. |
void |
compileConnector(java.lang.String interfaceName,
java.lang.String outputDirectory,
java.lang.String classpath)
This method compiles all of the classes needed by a connector that was previously generated. |
void |
compileConnector(java.lang.String interfaceName,
java.lang.String outputDirectory,
java.lang.String classpath,
java.lang.String sourceDirectory)
This method compiles all of the classes needed by a connector that was previously generated. |
| Method Detail |
public void compileConnector(java.lang.String interfaceName,
java.lang.String outputDirectory,
java.lang.String classpath,
java.lang.String sourceDirectory)
throws ConnectorCompilerExceptions
interfaceName - the name of the interface that the connector is foroutputDirectory - the directory where the classes are to be placedclasspath - the path to all of the dependencies of the connector.sourceDirectory - the directory where the source being
compiled is located.
ConnectorCompilerExceptions - thrown if 1 or more errors occur
while trying to compile the connector source.
public void compileConnector(java.lang.String interfaceName,
java.lang.String outputDirectory,
java.lang.String classpath)
throws ConnectorCompilerExceptions
interfaceName - the name of the interface that the connector is foroutputDirectory - the directory where the classes are to be placedclasspath - the path to all of the dependencies of the connector.
ConnectorCompilerExceptions - thrown if 1 or more errors occur
while trying to compile the connector source.
public void compileConnector(java.lang.String interfaceName,
java.lang.String outputDirectory)
throws ConnectorCompilerExceptions
interfaceName - the name of the interface that the connector is foroutputDirectory - the directory where the classes are to be placed
ConnectorCompilerExceptions - thrown if 1 or more errors occur
while trying to compile the connector source.
|
Openwings API Documentation (v1.1) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||