Class InvokeParticipantService
java.lang.Object
com.e1c.langtool.internal.builder.InvokeParticipantService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprocess(IBuiltResourceStorage storage, org.eclipse.core.runtime.IProgressMonitor monitor) Collects feature-values for all resources from the given storage and pass it to builder participants.voidshutdown()
-
Constructor Details
-
InvokeParticipantService
public InvokeParticipantService()
-
-
Method Details
-
process
public boolean process(IBuiltResourceStorage storage, org.eclipse.core.runtime.IProgressMonitor monitor) Collects feature-values for all resources from the given storage and pass it to builder participants.- Returns:
- true if the storage can be released
-
shutdown
public void shutdown()
-