| Interface | Description |
|---|---|
| ArtifactStoreQuery<T extends org.commonjava.indy.model.core.ArtifactStore> |
This query interface is intended to be reusable across any
StoreDataManager implementation. |
| StoreDataManager |
Data manager used to access and manipulate the configurations for
ArtifactStore instances. |
| StoreEventDispatcher |
Convenience component that standardizes the process of interacting with JEE
Events relating to changes in ArtifactStore definitions. |
| Class | Description |
|---|---|
| ArtifactStoreValidator |
Move validation logic out of old ValidRemoteStoreDataManagerDecorator (in implied-repos) to here, so it's easier
to call it from more appropriate places while still reusing it.
|
| DelegatingArtifactStoreQuery<T extends org.commonjava.indy.model.core.ArtifactStore> |
Provides a convenient delegating implementation of
ArtifactStoreQuery, which can be extended to wrap
particular methods with extra logic. |
| NoOpStoreEventDispatcher |
| Exception | Description |
|---|---|
| IndyDataException |
Exception that indicates an error occurred while retrieving or managing configuration data about one or more
ArtifactStore instances. |
Copyright © 2011-2018-2018. All Rights Reserved.