return new ContextPartitionCollection(contextManager.startPaths(selector));
}
public ContextPartitionCollection getContextPartitions(String contextName, ContextPartitionSelector selector) {
ContextManager contextManager = checkedGetContextManager(contextName);
return new ContextPartitionCollection(contextManager.extractPaths(selector).getContextPartitionInformation());
}