Uses of Class
gov.nasa.pds.imaging.generate.TemplateException
-
-
Uses of TemplateException in gov.nasa.pds.imaging.generate
Methods in gov.nasa.pds.imaging.generate that throw TemplateException Modifier and Type Method Description voidGenerator. addPdsObject(PDSObject pdsObject, String contextStr)addPdsObject add an additional PDSObject The contextStr is the variable prefix used in a velocity template * $extra.SOMETHING if contextStr is "extra" The pdsObject.getContext() value should be this same String * it is used by getPdsObjectvoidGenerator. initTemplate()Initializes and reads in the Velocity Template into the Velocity Engine.voidGenerator. setContext()Sets the Velocity Template contexts specified by the PDSObject API and ContextMappings object.voidGenerator. setTemplateFile(File templateFile) -
Uses of TemplateException in gov.nasa.pds.imaging.generate.automatic
Methods in gov.nasa.pds.imaging.generate.automatic that throw TemplateException Modifier and Type Method Description StringAutoGeneratedElements. get(String value) -
Uses of TemplateException in gov.nasa.pds.imaging.generate.automatic.elements
Methods in gov.nasa.pds.imaging.generate.automatic.elements that throw TemplateException Modifier and Type Method Description StringCurrentDateUTC. getValue()Deprecated.StringElement. getValue()StringLabelLength. getValue()StringModelVersion. getValue() -
Uses of TemplateException in gov.nasa.pds.imaging.generate.context
Methods in gov.nasa.pds.imaging.generate.context that throw TemplateException Modifier and Type Method Description voidContextUtil. addDictionaryElement(String key, List<String> elList)ObjectPDSObjectContext. get(String key)Constructors in gov.nasa.pds.imaging.generate.context that throw TemplateException Constructor Description ContextMappings()ContextMappings(PDSObject pdsObject)Populates the contextMap with those classes specified in the context mappings XML file. -
Uses of TemplateException in gov.nasa.pds.imaging.generate.label
Methods in gov.nasa.pds.imaging.generate.label that throw TemplateException Modifier and Type Method Description ListJsonLabel. getList(String key)ListPDS3Label. getList(String key)ListPDSObject. getList(String key) -
Uses of TemplateException in gov.nasa.pds.imaging.generate.util
Methods in gov.nasa.pds.imaging.generate.util that throw TemplateException Modifier and Type Method Description static List<String>XMLUtil. getClassList(InputStream inputStream, String tag)Static method that returns a list of Classes that will be extracted from the XML file for context mappings.static Map<String,Class<?>>XMLUtil. getGeneratedMappings(InputStream inputStream, String key, String value)A static method that returns the mapping of String to Class for Generated Values found in the Velocity Template.
-