Uses of Interface
org.aspectj.ajdt.internal.compiler.CompilationResultDestinationManager

Packages that use CompilationResultDestinationManager
org.aspectj.ajde.core.internal   
org.aspectj.ajdt.internal.core.builder   
 

Uses of CompilationResultDestinationManager in org.aspectj.ajde.core.internal
 

Classes in org.aspectj.ajde.core.internal that implement CompilationResultDestinationManager
 class OutputLocationAdapter
          Enables the output locations detailed by the IOutputLocationManager implementation to be related to the comipler/weaver.
 

Uses of CompilationResultDestinationManager in org.aspectj.ajdt.internal.core.builder
 

Methods in org.aspectj.ajdt.internal.core.builder that return CompilationResultDestinationManager
 CompilationResultDestinationManager AjBuildConfig.getCompilationResultDestinationManager()
           
 

Methods in org.aspectj.ajdt.internal.core.builder with parameters of type CompilationResultDestinationManager
 void AjBuildConfig.setCompilationResultDestinationManager(CompilationResultDestinationManager mgr)