Public Member Functions | |
CompHelperClass () | |
CompHelperClass (boolean verbose) | |
void | initCompHelper (String repositoryId, String componentClassName, String internalInterface, String idlPackage, String outputRootDir) |
Protected Member Functions | |
String | computeFullOutputPath () |
String | computeFullXmlOutputPath () |
void | saveFile () |
Package Attributes | |
IOSpecification | ioSpecification |
Private Member Functions | |
String | getImplPackage () |
String | getJavaComponentClass () |
String | getClassName () |
String | getClassJavadoc () |
String | getImports () |
String | ctor () |
String | createComponentImpl () |
String | getPOATieClass () |
String | getOperationsIrf () |
String | getInternalIrf () |
String | getLicenceHeader () |
String | getContents () |
Private Attributes | |
char | sep = File.separatorChar |
String | m_outputRootDir |
String | m_idlPackage |
String | m_componentClassName |
String | m_internalInterface |
String | m_implPackage |
String | m_operationsClass |
String | m_repositoryId |
boolean | m_verbose = false |
Static Private Attributes | |
final String | m_helperSuffix = "Helper" |
|
Constructs an object with a reference to the IO Specifications variables current directory.
|
|
Constructs an object with a reference to the IO Specifications variables current directory.
|
|
Gets the full output path without having the name of the output file.
|
|
Method computeFullXmlOutputPath.
|
|
Outputs the code for the method _createComponentImpl().
|
|
Outputs the code for the constructor method.
|
|
Outputs the code with the author's name.
|
|
Outputs the the class name.
|
|
Collects all the blocks needed for outputing the current file's contents.
|
|
Gets a line of code with the package description.
|
|
Outputs the code for all the imports.
|
|
Outputs the code for the method _getInternalInterface().
|
|
Gets the full name of the file.
|
|
Outputs the code for the LGPL.
|
|
Outputs the code for the method _getOperationsInterface()
|
|
Outputs the code for the method _getPOATieClass().
|
|
Returns an instance of the class.
|
|
Saves a file according to its contents and location. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|