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

All Known Subinterfaces:
NodeContext, PDSObject
All Known Implementing Classes:
GeneratedElements, 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

getContext

String getContext()

get

Object get(String key)
           throws TemplateException
Throws:
TemplateException

getUnits

String getUnits(String key)

setInputPath

void setInputPath(String str)

setConfigPath

void setConfigPath(String path)

setMappings

void setMappings()
                 throws Exception
Throws:
Exception


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