public class IndyContentClientModule extends IndyClientModule
client, http| Constructor and Description |
|---|
IndyContentClientModule() |
| Modifier and Type | Method and Description |
|---|---|
String |
contentPath(org.commonjava.indy.model.core.StoreKey key,
String... path) |
String |
contentPath(org.commonjava.indy.model.core.StoreType type,
String name,
String... path)
Deprecated.
|
String |
contentUrl(org.commonjava.indy.model.core.StoreKey key,
String... path) |
String |
contentUrl(org.commonjava.indy.model.core.StoreType type,
String name,
String... path)
Deprecated.
|
void |
delete(org.commonjava.indy.model.core.StoreKey key,
String path) |
void |
delete(org.commonjava.indy.model.core.StoreType type,
String name,
String path)
Deprecated.
|
boolean |
exists(org.commonjava.indy.model.core.StoreKey key,
String path) |
Boolean |
exists(org.commonjava.indy.model.core.StoreKey key,
String path,
boolean cacheOnly) |
boolean |
exists(org.commonjava.indy.model.core.StoreType type,
String name,
String path)
Deprecated.
|
Boolean |
exists(org.commonjava.indy.model.core.StoreType type,
String name,
String path,
boolean cacheOnly)
Deprecated.
|
InputStream |
get(org.commonjava.indy.model.core.StoreKey key,
String path) |
InputStream |
get(org.commonjava.indy.model.core.StoreType type,
String name,
String path)
Deprecated.
|
PathInfo |
getInfo(org.commonjava.indy.model.core.StoreKey key,
String path) |
PathInfo |
getInfo(org.commonjava.indy.model.core.StoreType type,
String name,
String path)
Deprecated.
|
org.commonjava.indy.model.core.dto.DirectoryListingDTO |
listContents(org.commonjava.indy.model.core.StoreKey key,
String path) |
org.commonjava.indy.model.core.dto.DirectoryListingDTO |
listContents(org.commonjava.indy.model.core.StoreType type,
String name,
String path)
Deprecated.
|
void |
store(org.commonjava.indy.model.core.StoreKey key,
String path,
InputStream stream) |
void |
store(org.commonjava.indy.model.core.StoreType type,
String name,
String path,
InputStream stream)
Deprecated.
|
equals, getClient, getHttp, getObjectMapper, getSerializerModules, hashCode, setup@Deprecated public String contentUrl(org.commonjava.indy.model.core.StoreType type, String name, String... path)
@Deprecated public String contentPath(org.commonjava.indy.model.core.StoreType type, String name, String... path)
public org.commonjava.indy.model.core.dto.DirectoryListingDTO listContents(org.commonjava.indy.model.core.StoreKey key,
String path)
throws IndyClientException
IndyClientException@Deprecated public org.commonjava.indy.model.core.dto.DirectoryListingDTO listContents(org.commonjava.indy.model.core.StoreType type, String name, String path) throws IndyClientException
IndyClientExceptionpublic void delete(org.commonjava.indy.model.core.StoreKey key,
String path)
throws IndyClientException
IndyClientException@Deprecated public void delete(org.commonjava.indy.model.core.StoreType type, String name, String path) throws IndyClientException
IndyClientExceptionpublic boolean exists(org.commonjava.indy.model.core.StoreKey key,
String path)
throws IndyClientException
IndyClientExceptionpublic Boolean exists(org.commonjava.indy.model.core.StoreKey key, String path, boolean cacheOnly) throws IndyClientException
IndyClientException@Deprecated public boolean exists(org.commonjava.indy.model.core.StoreType type, String name, String path) throws IndyClientException
IndyClientException@Deprecated public Boolean exists(org.commonjava.indy.model.core.StoreType type, String name, String path, boolean cacheOnly) throws IndyClientException
IndyClientExceptionpublic void store(org.commonjava.indy.model.core.StoreKey key,
String path,
InputStream stream)
throws IndyClientException
IndyClientException@Deprecated public void store(org.commonjava.indy.model.core.StoreType type, String name, String path, InputStream stream) throws IndyClientException
IndyClientExceptionpublic PathInfo getInfo(org.commonjava.indy.model.core.StoreKey key, String path) throws IndyClientException
IndyClientException@Deprecated public PathInfo getInfo(org.commonjava.indy.model.core.StoreType type, String name, String path) throws IndyClientException
IndyClientExceptionpublic InputStream get(org.commonjava.indy.model.core.StoreKey key, String path) throws IndyClientException
IndyClientException@Deprecated public InputStream get(org.commonjava.indy.model.core.StoreType type, String name, String path) throws IndyClientException
IndyClientExceptionCopyright © 2011-2017-2018. All Rights Reserved.