|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AjBuildConfig | |
|---|---|
| org.aspectj.ajde.core.internal | |
| org.aspectj.ajdt.ajc | |
| org.aspectj.ajdt.internal.core.builder | |
| Uses of AjBuildConfig in org.aspectj.ajde.core.internal |
|---|
| Methods in org.aspectj.ajde.core.internal that return AjBuildConfig | |
|---|---|
AjBuildConfig |
AjdeCoreBuildManager.generateAjBuildConfig()
Generate a new AjBuildConfig from the compiler configuration associated with this AjdeCoreBuildManager or from a configuration file. |
| Uses of AjBuildConfig in org.aspectj.ajdt.ajc |
|---|
| Methods in org.aspectj.ajdt.ajc that return AjBuildConfig | |
|---|---|
AjBuildConfig |
BuildArgParser.genBuildConfig(java.lang.String[] args)
Generate build configuration for the input args, passing to handler any error messages. |
static AjBuildConfig |
AjdtCommand.genBuildConfig(java.lang.String[] args,
CountingMessageHandler handler)
This creates a build configuration for the arguments. |
AjBuildConfig |
BuildArgParser.populateBuildConfig(AjBuildConfig buildConfig,
java.lang.String[] args,
boolean setClasspath,
java.io.File configFile)
Generate build configuration for the input arguments, passing to handler any error messages. |
| Methods in org.aspectj.ajdt.ajc with parameters of type AjBuildConfig | |
|---|---|
AjBuildConfig |
BuildArgParser.populateBuildConfig(AjBuildConfig buildConfig,
java.lang.String[] args,
boolean setClasspath,
java.io.File configFile)
Generate build configuration for the input arguments, passing to handler any error messages. |
| Uses of AjBuildConfig in org.aspectj.ajdt.internal.core.builder |
|---|
| Fields in org.aspectj.ajdt.internal.core.builder declared as AjBuildConfig | |
|---|---|
AjBuildConfig |
AjBuildManager.buildConfig
|
| Methods in org.aspectj.ajdt.internal.core.builder that return AjBuildConfig | |
|---|---|
AjBuildConfig |
AjState.getBuildConfig()
|
| Methods in org.aspectj.ajdt.internal.core.builder with parameters of type AjBuildConfig | |
|---|---|
boolean |
AjBuildManager.batchBuild(AjBuildConfig buildConfig,
IMessageHandler baseHandler)
|
void |
AsmHierarchyBuilder.buildStructureForCompilationUnit(org.aspectj.org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cuDeclaration,
AsmManager structureModel,
AjBuildConfig buildConfig)
|
boolean |
AjBuildManager.incrementalBuild(AjBuildConfig buildConfig,
IMessageHandler baseHandler)
|
void |
AjBuildConfig.installGlobals(AjBuildConfig global)
Install global values into local config unless values conflict: Collections are unioned values takes local value unless default and global set this only sets one of outputDir and outputJar as needed This also configures super if javaOptions change. |
boolean |
AjState.prepareForNextBuild(AjBuildConfig newBuildConfig)
Returns false if a batch build is needed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||