Interface ABuilder


  • public interface ABuilder
    A builder reads source files and creates output files. It is associated with a project.
    • Method Detail

      • getProject

        AProject getProject()
        Returns the project this builder is building.
      • getDelta

        AResourceDelta getDelta()
        Returns the delta between this builder's last build of its project and that project's current state.