public class Source
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<java.lang.String> |
additionalArguments
The list of additional, compiler-specific arguments to use.
|
private java.lang.Boolean |
compatible
Active the generation of java source compatible with jdk previous to 1.4
|
private java.util.List<Define> |
defines
The list of preprocessor symbols to define.
|
private java.lang.Boolean |
emitSkeletons
Whether the compiler should emit server skeletons.
|
private java.lang.Boolean |
emitStubs
Whether the compiler should emit client stubs.
|
private java.util.Set<java.lang.String> |
excludes
Specifies which files to exclude from compilation.
|
private java.util.Set<java.lang.String> |
includes
Specifies which files to include in compilation.
|
private java.lang.String |
packagePrefix
Specifies a single, global packageprefix to use for all modules.
|
private java.util.List<PackagePrefix> |
packagePrefixes
The list of package prefixes for certain types.
|
private java.util.List<PackageTranslation> |
packageTranslations
The list of package translations for certain types.
|
| Constructor and Description |
|---|
Source() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
compatible() |
java.lang.Boolean |
emitSkeletons() |
java.lang.Boolean |
emitStubs() |
java.util.List<java.lang.String> |
getAdditionalArguments() |
java.util.List<Define> |
getDefines() |
java.util.Set<java.lang.String> |
getExcludes() |
java.util.Set<java.lang.String> |
getIncludes() |
java.lang.String |
getPackagePrefix() |
java.util.List<PackagePrefix> |
getPackagePrefixes() |
java.util.List<PackageTranslation> |
getPackageTranslations() |
private java.lang.Boolean compatible
private java.lang.Boolean emitStubs
private java.lang.Boolean emitSkeletons
private java.lang.String packagePrefix
private java.util.Set<java.lang.String> includes
private java.util.Set<java.lang.String> excludes
private java.util.List<PackagePrefix> packagePrefixes
private java.util.List<PackageTranslation> packageTranslations
private java.util.List<Define> defines
private java.util.List<java.lang.String> additionalArguments
public java.util.List<Define> getDefines()
List with all the defines with this sourcepublic java.lang.Boolean emitStubs()
Boolean true if and only if the creation of the stubs is enabledpublic java.lang.Boolean emitSkeletons()
Boolean true if and only if the creation of the skeleton is enabledpublic java.lang.Boolean compatible()
Boolean true if and only if the creation of compatible code is enabledpublic java.util.Set<java.lang.String> getExcludes()
Set with all the exclusions patternpublic java.util.Set<java.lang.String> getIncludes()
Set with all the inclusions patternpublic java.lang.String getPackagePrefix()
public java.util.List<PackagePrefix> getPackagePrefixes()
List of PackagePrefix to use for the generated filespublic java.util.List<java.lang.String> getAdditionalArguments()
List of String that will be added as compiler parameterspublic java.util.List<PackageTranslation> getPackageTranslations()