Class PackageTranslation

java.lang.Object
org.codehaus.mojo.idlj.PackageTranslation

public class PackageTranslation extends Object
Attributes for performing package translation.
  • Field Details

    • type

      private String type
      The simple name of either a top-level module, or an IDL type defined outside of any module
    • replacementPackage

      private String replacementPackage
      The package name to use in place of the specified type
  • Constructor Details

    • PackageTranslation

      public PackageTranslation()
  • Method Details

    • getType

      public String getType()
      Returns:
      the name of a top-level module
    • getReplacementPackage

      public String getReplacementPackage()
      Returns:
      the package name to replace the module name