Class Source
java.lang.Object
org.codehaus.mojo.idlj.Source
This class represent the source tag available in the configuration tree of the maven plugin
- Version:
- $Id$
- Author:
- Anders Hessellund Jensen invalid input: '<'ahj@trifork.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
Source
public Source()
-
-
Method Details
-
getDefines
-
emitStubs
- Returns:
- a
Booleantrue if and only if the creation of the stubs is enabled
-
emitSkeletons
- Returns:
- a
Booleantrue if and only if the creation of the skeleton is enabled
-
compatible
- Returns:
- a
Booleantrue if and only if the creation of compatible code is enabled
-
getExcludes
-
getIncludes
-
getPackagePrefix
- Returns:
- the default package name that will be used as for all the generated classes
-
getPackagePrefixes
- Returns:
- a
ListofPackagePrefixto use for the generated files
-
getAdditionalArguments
-
getPackageTranslations
- Returns:
- a
ListofPackageTranslationthat map IDL module names to package names
-