public static class RegistryBuilderParticipant.DeferredBuilderParticipant extends java.lang.Object implements IXtextBuilderParticipant
IXtextBuilderParticipant.BuildType, IXtextBuilderParticipant.IBuildContext
Constructor and Description |
---|
RegistryBuilderParticipant.DeferredBuilderParticipant(org.eclipse.core.runtime.IConfigurationElement element) |
Modifier and Type | Method and Description |
---|---|
void |
build(IXtextBuilderParticipant.IBuildContext context,
org.eclipse.core.runtime.IProgressMonitor monitor)
Allows clients to perform additional steps in the build process such as code generation.
|
IXtextBuilderParticipant |
getDelegate() |
boolean |
isParticipating(java.lang.String fileExtension)
Ask the participant whether it is interesting in the given file extension.
|
public RegistryBuilderParticipant.DeferredBuilderParticipant(org.eclipse.core.runtime.IConfigurationElement element)
public void build(IXtextBuilderParticipant.IBuildContext context, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
IXtextBuilderParticipant
build
in interface IXtextBuilderParticipant
monitor
- the progress monitor to use for reporting progress to the user. It is the caller's responsibility
to call done() on the given monitor. Accepts null, indicating that no progress should be
reported and that the operation cannot be cancelled.org.eclipse.core.runtime.CoreException
public IXtextBuilderParticipant getDelegate()
public boolean isParticipating(java.lang.String fileExtension)