public class CompHelperClass
extends java.lang.Object
| Constructor and Description |
|---|
CompHelperClass()
Constructs an object with a reference to the IO Specifications variables
current directory.
|
CompHelperClass(boolean verbose)
Constructs an object with a reference to the IO Specifications variables
current directory.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
computeFullOutputPath()
Gets the full output path without having the name of the output file.
|
protected java.lang.String |
computeFullXmlOutputPath()
Method computeFullXmlOutputPath.
|
void |
initCompHelper(java.lang.String repositoryId,
java.lang.String componentClassName,
java.lang.String internalInterface,
java.lang.String idlPackage,
java.lang.String outputRootDir)
Returns an instance of the class.
|
protected void |
saveFile()
Saves a file according to its contents and location.
|
public CompHelperClass()
Object.Object()public CompHelperClass(boolean verbose)
verbose - public void initCompHelper(java.lang.String repositoryId,
java.lang.String componentClassName,
java.lang.String internalInterface,
java.lang.String idlPackage,
java.lang.String outputRootDir)
componentClassName - internalInterface - idlPackage - outputRootDir - protected java.lang.String computeFullOutputPath()
protected java.lang.String computeFullXmlOutputPath()
protected void saveFile()