public class Stores extends Object
| 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.RemoteRepository |
load(org.commonjava.aprox.model.core.StoreType type,
String name) |
<T extends org.commonjava.aprox.model.core.ArtifactStore> |
update(T store,
Class<T> type) |
public <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 <T extends org.commonjava.aprox.model.core.ArtifactStore> T update(T store,
Class<T> type)
throws AproxClientException
AproxClientExceptionpublic org.commonjava.aprox.model.core.RemoteRepository load(org.commonjava.aprox.model.core.StoreType type,
String name)
throws AproxClientException
AproxClientExceptionCopyright © 2014. All Rights Reserved.