public class FSZipRepoLoader extends Object implements RepoLoader
| Constructor and Description |
|---|
FSZipRepoLoader() |
| Modifier and Type | Method and Description |
|---|---|
String |
checkContentByHash(String sha256) |
String |
createAuthUrl(String object) |
boolean |
exists(String object) |
String |
getFullPath(String object) |
boolean |
isDir(String object) |
String[] |
list(String object) |
InputStream |
load(String key) |
InputStream |
loadFromContent(String key) |
String |
Put(InputStream input,
String key) |
String |
PutDirect(InputStream input,
String key,
String bucket) |
String |
PutIn(InputStream input,
String key,
String bucket) |
String |
PutInContent(InputStream input,
String key) |
String |
PutInSupport(InputStream input,
String key) |
public InputStream load(String key) throws Exception
load in interface RepoLoaderExceptionpublic boolean isDir(String object) throws Exception
isDir in interface RepoLoaderExceptionpublic String getFullPath(String object)
getFullPath in interface RepoLoaderpublic boolean exists(String object) throws Exception
exists in interface RepoLoaderExceptionpublic String[] list(String object) throws Exception
list in interface RepoLoaderExceptionpublic InputStream loadFromContent(String key)
loadFromContent in interface RepoLoaderpublic String Put(InputStream input, String key)
Put in interface RepoLoaderpublic String PutInSupport(InputStream input, String key)
PutInSupport in interface RepoLoaderpublic String PutInContent(InputStream input, String key)
PutInContent in interface RepoLoaderpublic String checkContentByHash(String sha256)
checkContentByHash in interface RepoLoaderpublic String PutIn(InputStream input, String key, String bucket)
PutIn in interface RepoLoaderpublic String PutDirect(InputStream input, String key, String bucket)
PutDirect in interface RepoLoaderpublic String createAuthUrl(String object) throws Exception
createAuthUrl in interface RepoLoaderExceptionCopyright © 2020. All rights reserved.