Modifier and Type | Method and Description |
---|---|
void |
Generator.initTemplate()
Initializes and reads in the Velocity Template into the Velocity
Engine.
|
void |
Generator.setContext()
Sets the Velocity Template contexts specified by the PDSObject API and
ContextMappings object.
|
void |
Generator.setTemplateFile(java.io.File templateFile) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
AutoGeneratedElements.get(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ModelVersion.getValue() |
java.lang.String |
Element.getValue() |
java.lang.String |
CurrentDateUTC.getValue()
Deprecated.
|
java.lang.String |
LabelLength.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
ContextUtil.addDictionaryElement(java.lang.String key,
java.util.List<java.lang.String> elList) |
java.lang.Object |
PDSObjectContext.get(java.lang.String key) |
Constructor and Description |
---|
ContextMappings() |
ContextMappings(PDSObject pdsObject)
Populates the contextMap with those classes specified in the context
mappings XML file.
|
Modifier and Type | Method and Description |
---|---|
java.util.List |
PDS3Label.getList(java.lang.String key) |
java.util.List |
PDSObject.getList(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
XMLUtil.getClassList(java.io.InputStream inputStream,
java.lang.String tag)
Static method that returns a list of Classes that will be extracted from
the XML file for context mappings.
|
static java.util.Map<java.lang.String,java.lang.Class<?>> |
XMLUtil.getGeneratedMappings(java.io.InputStream inputStream,
java.lang.String key,
java.lang.String value)
A static method that returns the mapping of String to Class for Generated
Values found in the Velocity Template.
|
Copyright © 2010-2019 Planetary Data System. All Rights Reserved.