public class ConnectionSMP extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
accessType |
int |
autoId |
org.gcube.contentmanagement.blobstorage.service.IClient |
client |
URLConnection |
connection |
String |
owner |
BufferedReader |
rd |
String |
rootPath |
StringBuilder |
sb |
String |
scope |
String |
serviceClass |
String |
serviceName |
| Constructor and Description |
|---|
ConnectionSMP(String smServiceClassSource,
String smServiceNameSource,
String smOwnerSource,
String smAccessTypeSource,
String scope,
String path) |
| Modifier and Type | Method and Description |
|---|---|
FolderDto |
browse() |
void |
deleteFolder(String pathToDelete) |
List<String> |
getErrors() |
FolderDto |
makeFolder(String name) |
void |
printFolder(FolderDto folder,
int indent) |
FolderDto |
process() |
void |
setErrors(List<String> errors) |
void |
sleepFiveSec() |
void |
storeNewFolder(String pathForNewFolder) |
public int autoId
public String serviceClass
public String serviceName
public String owner
public String accessType
public String scope
public org.gcube.contentmanagement.blobstorage.service.IClient client
public String rootPath
public URLConnection connection
public BufferedReader rd
public StringBuilder sb
public FolderDto browse()
public FolderDto process()
public void printFolder(FolderDto folder, int indent)
public void storeNewFolder(String pathForNewFolder)
public void deleteFolder(String pathToDelete)
public void sleepFiveSec()
Copyright © 2015. All Rights Reserved.