org.aspectj.ajdt.internal.compiler
Interface IOutputClassFileNameProvider

All Known Implementing Classes:
AjBuildManager

public interface IOutputClassFileNameProvider

Author:
colyer Implementors of this interface know how to create an output destination name for a given compilation result and class file. This interface capures the variation in strategy between ajc command-line compiles and an AJDT driven compilation.

Method Summary
 java.lang.String getOutputClassFileName(char[] eclipseClassFileName, org.aspectj.org.eclipse.jdt.internal.compiler.CompilationResult result)
           
 

Method Detail

getOutputClassFileName

java.lang.String getOutputClassFileName(char[] eclipseClassFileName,
                                        org.aspectj.org.eclipse.jdt.internal.compiler.CompilationResult result)