Uses of Interface
org.commonjava.indy.data.ArtifactStoreQuery
-
Packages that use ArtifactStoreQuery Package Description org.commonjava.indy.data -
-
Uses of ArtifactStoreQuery in org.commonjava.indy.data
Classes in org.commonjava.indy.data that implement ArtifactStoreQuery Modifier and Type Class Description classDelegatingArtifactStoreQuery<T extends org.commonjava.indy.model.core.ArtifactStore>Provides a convenient delegating implementation ofArtifactStoreQuery, which can be extended to wrap particular methods with extra logic.Methods in org.commonjava.indy.data that return ArtifactStoreQuery Modifier and Type Method Description ArtifactStoreQuery<T>ArtifactStoreQuery. concreteStores()ArtifactStoreQuery<T>DelegatingArtifactStoreQuery. concreteStores()protected ArtifactStoreQuery<T>DelegatingArtifactStoreQuery. delegate()ArtifactStoreQuery<T>ArtifactStoreQuery. enabledState(Boolean enabled)ArtifactStoreQuery<T>DelegatingArtifactStoreQuery. enabledState(Boolean enabled)ArtifactStoreQuery<T>ArtifactStoreQuery. noPackageType()ArtifactStoreQuery<T>DelegatingArtifactStoreQuery. noPackageType()ArtifactStoreQuery<org.commonjava.indy.model.core.ArtifactStore>StoreDataManager. query()<C extends org.commonjava.indy.model.core.ArtifactStore>
ArtifactStoreQuery<C>ArtifactStoreQuery. storeType(Class<C> storeCls)<C extends org.commonjava.indy.model.core.ArtifactStore>
ArtifactStoreQuery<C>DelegatingArtifactStoreQuery. storeType(Class<C> storeCls)ArtifactStoreQuery<T>ArtifactStoreQuery. storeTypes(org.commonjava.indy.model.core.StoreType... types)ArtifactStoreQuery<T>DelegatingArtifactStoreQuery. storeTypes(org.commonjava.indy.model.core.StoreType... types)Constructors in org.commonjava.indy.data with parameters of type ArtifactStoreQuery Constructor Description DelegatingArtifactStoreQuery(ArtifactStoreQuery delegate)
-