Uses of Interface
org.aspectj.ajde.core.ICompilerConfiguration
Packages that use ICompilerConfiguration
-
Uses of ICompilerConfiguration in org.aspectj.ajde
Methods in org.aspectj.ajde that return ICompilerConfigurationMethods in org.aspectj.ajde with parameters of type ICompilerConfigurationModifier and TypeMethodDescriptionvoidAjde.init(ICompilerConfiguration compilerConfig, IUIBuildMessageHandler uiBuildMessageHandler, IBuildProgressMonitor monitor, EditorAdapter editorAdapter, IdeUIAdapter ideUIAdapter, IconRegistry iconRegistry, 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 ICompilerConfigurationConstructors in org.aspectj.ajde.core with parameters of type ICompilerConfigurationModifierConstructorDescriptionAjCompiler(String compilerId, ICompilerConfiguration compilerConfig, IBuildProgressMonitor buildProgressMonitor, IBuildMessageHandler buildMessageHandler)Creates a new AjCompiler for the given id, ICompilerConfiguration, IBuildProgressMonitor and IBuildMessageHandler. -
Uses of ICompilerConfiguration in org.aspectj.tools.ajbrowser.core
Classes in org.aspectj.tools.ajbrowser.core that implement ICompilerConfigurationModifier and TypeClassDescriptionclassAjBrowser implementation of ICompilerConfiguration which returns something for getClasspath(), getJavaOptionsMap(), getNonStandardOptions() and getOutputLocationManager() and null for everything else.