Interface IBuildSuppressor


  • public interface IBuildSuppressor
    Build suppressor. Builders which participate in snapshot creation and restoration should consult build suppressor before building to determine whether they must actually build.
    See Also:
    IncrementalProjectBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean shouldBuild​(org.eclipse.core.resources.IProject project, int kind)
      Determine whether the requested build should be actually performed.
    • Method Detail

      • shouldBuild

        boolean shouldBuild​(org.eclipse.core.resources.IProject project,
                            int kind)
        Determine whether the requested build should be actually performed.
        Parameters:
        project - project for which the build is requested, cannot be null
        kind - build kind, see IncrementalProjectBuilder
        Returns:
        true if the build should be performed