Class DependentTranslationBuilder
java.lang.Object
org.eclipse.core.internal.events.InternalBuilder
org.eclipse.core.resources.IncrementalProjectBuilder
com.e1c.langtool.builder.TranslationBuilder
com.e1c.langtool.v8.dt.resourcestorage.DependentTranslationBuilder
- All Implemented Interfaces:
org.eclipse.core.runtime.IExecutableExtension
-
Field Summary
FieldsFields inherited from class com.e1c.langtool.builder.TranslationBuilder
translatingProjectManagerFields inherited from class org.eclipse.core.resources.IncrementalProjectBuilder
AUTO_BUILD, CLEAN_BUILD, FULL_BUILD, INCREMENTAL_BUILD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.eclipse.core.resources.IProject[]protected voidclean(org.eclipse.core.runtime.IProgressMonitor monitor) protected ITranslatingProjectprotected booleanprocessResource(org.eclipse.core.resources.IResource resource, ActionType actionType, org.eclipse.core.runtime.IProgressMonitor monitor) Methods inherited from class com.e1c.langtool.builder.TranslationBuilder
fullBuild, incrementalBuildMethods inherited from class org.eclipse.core.resources.IncrementalProjectBuilder
forgetLastBuiltState, getBuildConfig, getCommand, getContext, getDelta, getProject, getRule, hasBeenBuilt, isInterrupted, needRebuild, rememberLastBuiltState, requestProjectRebuild, requestProjectsRebuild, setInitializationData, startupOnInitialize
-
Field Details
-
BUILDER_ID
The id of this translation builder. It can be used to register/deregister this builder for projects.- See Also:
-
IProject.getDescription()IProjectDescription.getBuildSpec()- Constant Field Values
-
-
Constructor Details
-
DependentTranslationBuilder
public DependentTranslationBuilder()
-
-
Method Details
-
getTranslatingProject
- Overrides:
getTranslatingProjectin classTranslationBuilder
-
clean
protected void clean(org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException - Overrides:
cleanin classTranslationBuilder- Throws:
org.eclipse.core.runtime.CoreException
-
processResource
protected boolean processResource(org.eclipse.core.resources.IResource resource, ActionType actionType, org.eclipse.core.runtime.IProgressMonitor monitor) - Overrides:
processResourcein classTranslationBuilder
-
build
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- Overrides:
buildin classTranslationBuilder- Throws:
org.eclipse.core.runtime.CoreException
-