Package gov.nasa.pds.tools.containers
Class VolumeContainerSimple
- java.lang.Object
-
- gov.nasa.pds.tools.containers.VolumeContainerSimple
-
- All Implemented Interfaces:
BaseContainerInterface
public class VolumeContainerSimple extends Object implements BaseContainerInterface
- Version:
- $Revision$
- Author:
- pramirez, jagander
-
-
Constructor Summary
Constructors Constructor Description VolumeContainerSimple(File baseFolder)
VolumeContainerSimple(URI baseURI)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getBaseFolder()
URI
getBaseURI()
File
getCalibFolder()
URI
getCalibURI()
File
getCatalogFolder()
URI
getCatalogURI()
File
getDataFolder()
URI
getDataURI()
File
getDocumentFolder()
URI
getDocumentURI()
File
getExtrasFolder()
URI
getExtrasURI()
File
getGazetteerFolder()
URI
getGazetteerURI()
File
getGeometryFolder()
URI
getGeometryURI()
File
getIndexFolder()
URI
getIndexURI()
File
getLabelFolder()
URI
getLabelURI()
File
getSoftwareFolder()
URI
getSoftwareURI()
-
-
-
Method Detail
-
getBaseFolder
public File getBaseFolder()
-
getBaseURI
public URI getBaseURI()
-
getDocumentFolder
public File getDocumentFolder()
-
getDocumentURI
public URI getDocumentURI()
-
getLabelURI
public URI getLabelURI()
-
getSoftwareURI
public URI getSoftwareURI()
-
getCalibURI
public URI getCalibURI()
-
getGeometryURI
public URI getGeometryURI()
-
getIndexURI
public URI getIndexURI()
-
getDataURI
public URI getDataURI()
-
getExtrasURI
public URI getExtrasURI()
-
getGazetteerURI
public URI getGazetteerURI()
-
getCatalogURI
public URI getCatalogURI()
-
getLabelFolder
public File getLabelFolder()
-
getSoftwareFolder
public File getSoftwareFolder()
-
getCalibFolder
public File getCalibFolder()
-
getGeometryFolder
public File getGeometryFolder()
-
getIndexFolder
public File getIndexFolder()
-
getDataFolder
public File getDataFolder()
-
getExtrasFolder
public File getExtrasFolder()
-
getGazetteerFolder
public File getGazetteerFolder()
-
getCatalogFolder
public File getCatalogFolder()
-
-