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 Details

    • getOutputClassFileName

      String getOutputClassFileName(char[] eclipseClassFileName, CompilationResult result)