Class MultiRootFSComponentRepositoryDB
- java.lang.Object
-
- com.zfabrik.components.provider.util.FSComponentExtRepositoryDB<RootBoundFSCRComponent>
-
- com.zfabrik.components.provider.fs.MultiRootFSComponentRepositoryDB
-
- All Implemented Interfaces:
java.io.Serializable
public class MultiRootFSComponentRepositoryDB extends com.zfabrik.components.provider.util.FSComponentExtRepositoryDB<RootBoundFSCRComponent>
A multi root storing component repo db. It's components have a string root information identifying paths to check for. This is used to implement for example the multi-root feature of the GitCR. We declare a class here so that theFSComponentRepositoryHelper
has a class as class loading reference during de-serialization of the repo DB.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MultiRootFSComponentRepositoryDB()
-
Method Summary
-
Methods inherited from class com.zfabrik.components.provider.util.FSComponentExtRepositoryDB
clearCache, delegate, equals, findComponents, getCacheHits, getCacheQueries, getCacheSize, getComponents, getComponentsOfModule, getModules, getRevision, hasComponentModule, hashCode, hasModule, moduleOf, putComponent, removeComponent, removeModule
-
-