public class ContextMappings extends Object
Modifier and Type | Field and Description |
---|---|
HashMap<String,PDSContext> |
contextMap |
static String |
XML_FILENAME |
static String |
XML_TAG
XML element name holding the key value
|
Constructor and Description |
---|
ContextMappings() |
ContextMappings(PDSObject pdsObject)
Populates the contextMap with those classes specified in the context
mappings XML file.
|
public static final String XML_FILENAME
public static final String XML_TAG
public HashMap<String,PDSContext> contextMap
public ContextMappings() throws TemplateException, Exception
TemplateException
Exception
public ContextMappings(PDSObject pdsObject) throws TemplateException, Exception
TemplateException
Exception
public void addMapping(String key, PDSContext value)
Copyright © 2010–2015 Planetary Data System. All rights reserved.