Package com.zfabrik.impl.hubcr.store
Class HubCRManager
java.lang.Object
com.zfabrik.impl.hubcr.store.HubCRManager
Manages a providing repository that is filled as at times
by an administrative action (scan). This implementation
heavily relies on the standard persistent repository
layout.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceHelper interface to have feedback provided fromscan(Reporter)calls. -
Constructor Summary
ConstructorsConstructorDescriptionHubCRManager(long eviction, Set<String> ignoreTypes, Set<String> ignorePrefices) -
Method Summary
Modifier and TypeMethodDescriptiongetComponentFolder(String componentName, long revision) com.zfabrik.hubcr.RemoteComponentRepositoryDBgetDB()booleancheck whether the repo is initialvoidscan(HubCRManager.Reporter reporter) Scan once more.
-
Constructor Details
-
HubCRManager
-
-
Method Details
-
isInitial
public boolean isInitial()check whether the repo is initial -
scan
Scan once more. Update the persistent. Updates the db -
getDB
- Throws:
Exception
-
getComponentFolder
-