Uses of Class
org.eclipse.epsilon.egl.merge.partition.CompositePartitioner
-
Packages that use CompositePartitioner Package Description org.eclipse.epsilon.egl.config org.eclipse.epsilon.egl.execute.context -
-
Uses of CompositePartitioner in org.eclipse.epsilon.egl.config
Methods in org.eclipse.epsilon.egl.config that return CompositePartitioner Modifier and Type Method Description CompositePartitioner
ContentTypeRepository. partitionerFor(String contentType)
CompositePartitioner
XMLContentTypeRepository. partitionerFor(String contentType)
Methods in org.eclipse.epsilon.egl.config that return types with arguments of type CompositePartitioner Modifier and Type Method Description Map<String,CompositePartitioner>
ConfigFileReader. read(InputStream stream)
Map<String,CompositePartitioner>
XMLConfigFileReader. read(InputStream stream)
-
Uses of CompositePartitioner in org.eclipse.epsilon.egl.execute.context
Methods in org.eclipse.epsilon.egl.execute.context that return CompositePartitioner Modifier and Type Method Description CompositePartitioner
EglContext. getPartitioner()
CompositePartitioner
IEglContext. getPartitioner()
Methods in org.eclipse.epsilon.egl.execute.context with parameters of type CompositePartitioner Modifier and Type Method Description void
EglContext. setPartitioner(CompositePartitioner partitioner)
void
IEglContext. setPartitioner(CompositePartitioner partitioner)
-