Interface ABuilder
-
public interface ABuilderA builder reads source files and creates output files. It is associated witha project.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AResourceDeltagetDelta()Returns the delta between this builder's last build of its project and that project's current state.AProjectgetProject()Returns the project this builder is building.
-
-
-
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.
-
-