Uses of Interface
org.aspectj.ajde.core.ICompilerConfiguration

Packages that use ICompilerConfiguration
org.aspectj.ajde   
org.aspectj.ajde.core   
 

Uses of ICompilerConfiguration in org.aspectj.ajde
 

Methods in org.aspectj.ajde that return ICompilerConfiguration
 ICompilerConfiguration Ajde.getCompilerConfig()
           
 

Methods in org.aspectj.ajde with parameters of type ICompilerConfiguration
 void Ajde.init(ICompilerConfiguration compilerConfig, IUIBuildMessageHandler uiBuildMessageHandler, IBuildProgressMonitor monitor, EditorAdapter editorAdapter, IdeUIAdapter ideUIAdapter, IconRegistry iconRegistry, java.awt.Frame rootFrame, IRuntimeProperties runtimeProperties, boolean useFileView)
          Initializes the ajde ui and sets up the compiler
 

Uses of ICompilerConfiguration in org.aspectj.ajde.core
 

Methods in org.aspectj.ajde.core that return ICompilerConfiguration
 ICompilerConfiguration AjCompiler.getCompilerConfiguration()
           
 

Constructors in org.aspectj.ajde.core with parameters of type ICompilerConfiguration
AjCompiler(java.lang.String compilerId, ICompilerConfiguration compilerConfig, IBuildProgressMonitor buildProgressMonitor, IBuildMessageHandler buildMessageHandler)
          Creates a new AjCompiler for the given id, ICompilerConfiguration, IBuildProgressMonitor and IBuildMessageHandler.