Package org.codehaus.mojo.idlj
Class PackageTranslation
java.lang.Object
org.codehaus.mojo.idlj.PackageTranslation
Attributes for performing package translation.
-
Field Details
-
type
The simple name of either a top-level module, or an IDL type defined outside of any module -
replacementPackage
The package name to use in place of the specified type
-
-
Constructor Details
-
PackageTranslation
public PackageTranslation()
-
-
Method Details
-
getType
- Returns:
- the name of a top-level module
-
getReplacementPackage
- Returns:
- the package name to replace the module name
-