Class WorkSpaceDirectoryStructure
- java.lang.Object
-
- org.gcube.accounting.aggregator.directory.DirectoryStructure<org.gcube.common.storagehub.client.dsl.FolderContainer>
-
- org.gcube.accounting.aggregator.directory.WorkSpaceDirectoryStructure
-
public class WorkSpaceDirectoryStructure extends DirectoryStructure<org.gcube.common.storagehub.client.dsl.FolderContainer>
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringBACKUP_FOLDER_DESCRIPTION
-
Constructor Summary
Constructors Constructor Description WorkSpaceDirectoryStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.gcube.common.storagehub.client.dsl.FolderContainercreateDirectory(org.gcube.common.storagehub.client.dsl.FolderContainer parent, String name)protected org.gcube.common.storagehub.client.dsl.FolderContainergetRoot()-
Methods inherited from class org.gcube.accounting.aggregator.directory.DirectoryStructure
getTargetFolder
-
-
-
-
Field Detail
-
BACKUP_FOLDER_DESCRIPTION
public static final String BACKUP_FOLDER_DESCRIPTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getRoot
protected org.gcube.common.storagehub.client.dsl.FolderContainer getRoot() throws Exception- Specified by:
getRootin classDirectoryStructure<org.gcube.common.storagehub.client.dsl.FolderContainer>- Throws:
Exception
-
createDirectory
protected org.gcube.common.storagehub.client.dsl.FolderContainer createDirectory(org.gcube.common.storagehub.client.dsl.FolderContainer parent, String name) throws Exception- Specified by:
createDirectoryin classDirectoryStructure<org.gcube.common.storagehub.client.dsl.FolderContainer>- Throws:
Exception
-
-