Package org.eclipse.xtext.ide.server
Interface BuildManager.Buildable
-
- Enclosing class:
- BuildManager
public static interface BuildManager.BuildableA handle that can be used to trigger a build.
-
-
Field Summary
Fields Modifier and Type Field Description static BuildManager.BuildableNO_BUILDNo build is going to happen.
-
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
-
-
-
Field Detail
-
NO_BUILD
static final BuildManager.Buildable NO_BUILD
No build is going to happen.
-
-