Class FileSystemDirectoryStructure
- java.lang.Object
-
- org.gcube.accounting.aggregator.directory.DirectoryStructure<File>
-
- org.gcube.accounting.aggregator.directory.FileSystemDirectoryStructure
-
public class FileSystemDirectoryStructure extends DirectoryStructure<File>
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Constructor Summary
Constructors Constructor Description FileSystemDirectoryStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FilecreateDirectory(File parent, String name)protected FilegetRoot()-
Methods inherited from class org.gcube.accounting.aggregator.directory.DirectoryStructure
getTargetFolder
-
-
-
-
Method Detail
-
getRoot
protected File getRoot() throws Exception
- Specified by:
getRootin classDirectoryStructure<File>- Throws:
Exception
-
createDirectory
protected File createDirectory(File parent, String name) throws Exception
- Specified by:
createDirectoryin classDirectoryStructure<File>- Throws:
Exception
-
-