Class DisabledClusteringPolicy
- java.lang.Object
-
- org.eclipse.xtext.resource.clustering.DisabledClusteringPolicy
-
- All Implemented Interfaces:
IResourceClusteringPolicy
public class DisabledClusteringPolicy extends java.lang.Object implements IResourceClusteringPolicy
A clustering policy that effectively disables the clustering.- Since:
- 2.7
-
-
Constructor Summary
Constructors Constructor Description DisabledClusteringPolicy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontinueProcessing(org.eclipse.emf.ecore.resource.ResourceSet resourceSet, org.eclipse.emf.common.util.URI next, int alreadyProcessed)Returns alwaystrueto continue the processing in the very same resource set.
-
-
-
Method Detail
-
continueProcessing
public boolean continueProcessing(org.eclipse.emf.ecore.resource.ResourceSet resourceSet, org.eclipse.emf.common.util.URI next, int alreadyProcessed)Returns alwaystrueto continue the processing in the very same resource set.- Specified by:
continueProcessingin interfaceIResourceClusteringPolicy- Parameters:
resourceSet- The resource set, containing all currently loaded resources.next- The next URI to be processed. Can benullif yet unknown.alreadyProcessed- The number of already processed resources. Note that the resource set may contain more resources.- Returns:
true.
-
-