Class PackagePrefix

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

public class PackagePrefix extends Object
Version:
$Revision$ $Date$
  • Field Details

    • type

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

      private String prefix
      The generated Java package name with prefix for all files generated for that type
  • Constructor Details

    • PackagePrefix

      public PackagePrefix()
  • Method Details

    • getType

      public String getType()
      Returns:
      the name of either a top-level module or IDL type to match to use this prefix
    • getPrefix

      public String getPrefix()
      Returns:
      the package name that will applied to all the idl types that match the criteria