Interface PDSObjectContext
-
- All Superinterfaces:
PDSContext
- All Known Subinterfaces:
NodeContext
,PDSObject
- All Known Implementing Classes:
AutoGeneratedElements
,JsonLabel
,PDS3Label
public interface PDSObjectContext extends PDSContext
Interface for the PDS Context to be used for extracting values for the Velocity Templates.- Author:
- jpadams
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
get(String key)
String
getUnits(String key)
void
setMappings()
void
setParameters(PDSObject pdsObject)
-
Methods inherited from interface gov.nasa.pds.imaging.generate.context.PDSContext
getContext
-
-
-
-
Method Detail
-
get
Object get(String key) throws TemplateException
- Throws:
TemplateException
-
setParameters
void setParameters(PDSObject pdsObject)
-
setMappings
void setMappings() throws TemplateException, gov.nasa.pds.tools.LabelParserException, IOException
- Throws:
TemplateException
gov.nasa.pds.tools.LabelParserException
IOException
-
-