Uses of Interface
step.core.collections.CollectionFactory
-
Packages that use CollectionFactory Package Description step.core.collections.delegating step.core.collections.filesystem step.core.collections.inmemory -
-
Uses of CollectionFactory in step.core.collections.delegating
Classes in step.core.collections.delegating that implement CollectionFactory Modifier and Type Class Description classDelegatingCollectionFactoryMethods in step.core.collections.delegating with parameters of type CollectionFactory Modifier and Type Method Description voidDelegatingCollectionFactory. addCollectionFactory(String collectionId, CollectionFactory collectionFactory) -
Uses of CollectionFactory in step.core.collections.filesystem
Classes in step.core.collections.filesystem that implement CollectionFactory Modifier and Type Class Description classFilesystemCollectionFactory -
Uses of CollectionFactory in step.core.collections.inmemory
Classes in step.core.collections.inmemory that implement CollectionFactory Modifier and Type Class Description classInMemoryCollectionFactory
-