public class Source extends Object
| Constructor and Description |
|---|
Source() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
compatible() |
Boolean |
emitSkeletons() |
Boolean |
emitStubs() |
List<String> |
getAdditionalArguments() |
List<Define> |
getDefines() |
Set<String> |
getExcludes() |
Set<String> |
getIncludes() |
String |
getPackagePrefix() |
List<PackagePrefix> |
getPackagePrefixes() |
List<PackageTranslation> |
getPackageTranslations() |
public Boolean emitStubs()
Boolean true if and only if the creation of the stubs is enabledpublic Boolean emitSkeletons()
Boolean true if and only if the creation of the skeleton is enabledpublic Boolean compatible()
Boolean true if and only if the creation of compatible code is enabledpublic String getPackagePrefix()
public List<PackagePrefix> getPackagePrefixes()
List of PackagePrefix to use for the generated filespublic List<String> getAdditionalArguments()
List of String that will be added as compiler parameterspublic List<PackageTranslation> getPackageTranslations()
List of PackageTranslation that map IDL module names to package namesCopyright © 2005–2017 MojoHaus. All rights reserved.