Uses of Class
org.gcube.common.storagehub.client.dsl.FileContainer
-
Packages that use FileContainer Package Description org.gcube.common.storagehub.client.dsl -
-
Uses of FileContainer in org.gcube.common.storagehub.client.dsl
Methods in org.gcube.common.storagehub.client.dsl that return FileContainer Modifier and Type Method Description FileContainerOpenResolver. asFile()FileContainerFileContainer. copy(FolderContainer folder, String newFileName)FileContainerFileContainer. deleteVersion(String version)FileContainerFolderContainer. uploadFile(File file, String description)creates a inside the folder represented by this FolderContainerFileContainerFolderContainer. uploadFile(InputStream stream, String filename, String description)creates a inside the folder represented by this FolderContainerFileContainerFolderContainer. uploadFile(InputStream stream, String filename, String description, long size)creates a inside the folder represented by this FolderContainerFileContainerFolderContainer. uploadFile(URI uri, String name, String description)creates a inside the folder represented by this FolderContainer
-