Package org.codehaus.mojo.idlj
Class PackagePrefix
java.lang.Object
org.codehaus.mojo.idlj.PackagePrefix
- Version:
- $Revision$ $Date$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
The simple name of either a top-level module, or an IDL type defined outside of any module -
prefix
The generated Java package name with prefix for all files generated for that type
-
-
Constructor Details
-
PackagePrefix
public PackagePrefix()
-
-
Method Details
-
getType
- Returns:
- the name of either a top-level module or IDL type to match to use this prefix
-
getPrefix
- Returns:
- the package name that will applied to all the idl types that match the criteria
-