gov.nasa.pds.imaging.generate.context
Interface PDSContext

All Known Subinterfaces:
NodeContext, PDSObject
All Known Implementing Classes:
AutoGeneratedElements, PDS3Label

public interface PDSContext

Interface for the PDS Context to be used for extracting values for the Velocity Templates.

Author:
jpadams

Method Summary
 Object get(String key)
           
 String getContext()
           
 String getUnits(String key)
           
 void setConfigPath(String path)
           
 void setInputPath(String str)
           
 void setMappings()
           
 

Method Detail

get

Object get(String key)
           throws TemplateException
Throws:
TemplateException

getContext

String getContext()

getUnits

String getUnits(String key)

setConfigPath

void setConfigPath(String path)

setInputPath

void setInputPath(String str)

setMappings

void setMappings()
                 throws Exception
Throws:
Exception


Copyright © 2010-2011 Planetary Data System. All Rights Reserved.