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 FilegetBaseFolder()URIgetBaseURI()FilegetCalibFolder()URIgetCalibURI()FilegetCatalogFolder()URIgetCatalogURI()FilegetDataFolder()URIgetDataURI()FilegetDocumentFolder()URIgetDocumentURI()FilegetExtrasFolder()URIgetExtrasURI()FilegetGazetteerFolder()URIgetGazetteerURI()FilegetGeometryFolder()URIgetGeometryURI()FilegetIndexFolder()URIgetIndexURI()FilegetLabelFolder()URIgetLabelURI()FilegetSoftwareFolder()URIgetSoftwareURI()
-
-
-
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()
-
-