public class ViewModelBuilder extends ValidationBuilder
| Modifier and Type | Field and Description |
|---|---|
static String |
BUILDER_ID
identifier of the builder, similar to plugin.xml value.
|
MARKER_ID| Constructor and Description |
|---|
ViewModelBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.core.resources.IProject[] |
build(int kind,
Map<String,String> args,
org.eclipse.core.runtime.IProgressMonitor monitor) |
protected void |
clean(org.eclipse.core.runtime.IProgressMonitor monitor) |
protected Bazaar.Builder<org.eclipse.emf.common.ui.MarkerHelper> |
configureMarkers(Bazaar.Builder<org.eclipse.emf.common.ui.MarkerHelper> bazaarBuilder)
Configure the marker helper bazaar builder.
|
protected Bazaar.Builder<ValidationDelegate> |
configureValidation(Bazaar.Builder<ValidationDelegate> bazaarBuilder)
Configure the validation delegate bazaar builder.
|
createBazaarBuilder, createContext, fullBuild, getContentType, incrementalBuildpublic static final String BUILDER_ID
protected org.eclipse.core.resources.IProject[] build(int kind,
Map<String,String> args,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
build in class ValidationBuilderorg.eclipse.core.runtime.CoreExceptionprotected void clean(org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.CoreException
clean in class ValidationBuilderorg.eclipse.core.runtime.CoreExceptionprotected Bazaar.Builder<ValidationDelegate> configureValidation(Bazaar.Builder<ValidationDelegate> bazaarBuilder)
ValidationBuilderconfigureValidation in class ValidationBuilderbazaarBuilder - the validation delegate bazaar builderbazaarBuilderprotected Bazaar.Builder<org.eclipse.emf.common.ui.MarkerHelper> configureMarkers(Bazaar.Builder<org.eclipse.emf.common.ui.MarkerHelper> bazaarBuilder)
ValidationBuilderconfigureMarkers in class ValidationBuilderbazaarBuilder - the marker helper bazaar builderbazaarBuilderCopyright © 2019. All rights reserved.