Package org.codehaus.mojo.idlj
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
- Returns:
- a
Listwith all the defines with this source
-
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
- Returns:
- a
Setwith all the exclusions pattern
-
getIncludes
- Returns:
- a
Setwith all the inclusions pattern
-
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
- Returns:
- a
ListofStringthat will be added as compiler parameters
-
getPackageTranslations
- Returns:
- a
ListofPackageTranslationthat map IDL module names to package names
-