Interface BuildManager.Buildable

  • Enclosing class:
    BuildManager

    public static interface BuildManager.Buildable
    A handle that can be used to trigger a build.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<org.eclipse.xtext.resource.IResourceDescription.Delta> build​(org.eclipse.xtext.util.CancelIndicator cancelIndicator)
      Run the build
    • Method Detail

      • build

        java.util.List<org.eclipse.xtext.resource.IResourceDescription.Delta> build​(org.eclipse.xtext.util.CancelIndicator cancelIndicator)
        Run the build