public class AproxStoresClientModule extends AproxClientModule
http| Constructor and Description |
|---|
AproxStoresClientModule() |
| Modifier and Type | Method and Description |
|---|---|
<T extends org.commonjava.aprox.model.core.ArtifactStore> |
create(T value,
Class<T> type) |
void |
delete(org.commonjava.aprox.model.core.StoreType type,
String name) |
boolean |
exists(org.commonjava.aprox.model.core.StoreType type,
String name) |
org.commonjava.aprox.model.core.dto.StoreListingDTO<org.commonjava.aprox.model.core.Group> |
listGroups() |
org.commonjava.aprox.model.core.dto.StoreListingDTO<org.commonjava.aprox.model.core.HostedRepository> |
listHostedRepositories() |
org.commonjava.aprox.model.core.dto.StoreListingDTO<org.commonjava.aprox.model.core.RemoteRepository> |
listRemoteRepositories() |
<T extends org.commonjava.aprox.model.core.ArtifactStore> |
load(org.commonjava.aprox.model.core.StoreType type,
String name,
Class<T> cls) |
boolean |
update(org.commonjava.aprox.model.core.ArtifactStore store) |
equals, getHttp, hashCode, setuppublic <T extends org.commonjava.aprox.model.core.ArtifactStore> T create(T value,
Class<T> type)
throws AproxClientException
AproxClientExceptionpublic boolean exists(org.commonjava.aprox.model.core.StoreType type,
String name)
throws AproxClientException
AproxClientExceptionpublic void delete(org.commonjava.aprox.model.core.StoreType type,
String name)
throws AproxClientException
AproxClientExceptionpublic boolean update(org.commonjava.aprox.model.core.ArtifactStore store)
throws AproxClientException
AproxClientExceptionpublic <T extends org.commonjava.aprox.model.core.ArtifactStore> T load(org.commonjava.aprox.model.core.StoreType type,
String name,
Class<T> cls)
throws AproxClientException
AproxClientExceptionpublic org.commonjava.aprox.model.core.dto.StoreListingDTO<org.commonjava.aprox.model.core.HostedRepository> listHostedRepositories()
throws AproxClientException
AproxClientExceptionpublic org.commonjava.aprox.model.core.dto.StoreListingDTO<org.commonjava.aprox.model.core.RemoteRepository> listRemoteRepositories()
throws AproxClientException
AproxClientExceptionpublic org.commonjava.aprox.model.core.dto.StoreListingDTO<org.commonjava.aprox.model.core.Group> listGroups()
throws AproxClientException
AproxClientExceptionCopyright © 2015. All Rights Reserved.