|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.pds.imaging.generate.label.PDS3Label
public class PDS3Label
Represents PDS3 Label object to provide the necessary functionality to
Field Summary | |
---|---|
static String |
CONTEXT
|
ContextUtil |
ctxtUtil
|
Constructor Summary | |
---|---|
PDS3Label()
Constructor |
|
PDS3Label(String filePath)
Constructor |
Method Summary | |
---|---|
Object |
get(String key)
Retrieves the value for the specified key |
String |
getContext()
Returns the variable to be used in the Velocity Template Engine to map to this object. |
String |
getFilePath()
|
List |
getList(String key)
|
List<Map<String,String>> |
getRecords(String... keyword)
|
List<Map<String,String>> |
getRecordsWithIndices(List<String> keys,
String... keyword)
|
String |
getUnits(String key)
|
static void |
main(String[] args)
|
void |
setMappings()
|
void |
setParameters(PDSObject pdsObject,
String confPath)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String CONTEXT
public ContextUtil ctxtUtil
Constructor Detail |
---|
public PDS3Label()
public PDS3Label(String filePath)
filePath
- Method Detail |
---|
public static void main(String[] args)
public final Object get(String key)
get
in interface PDSContext
key
-
public final String getContext()
getContext
in interface PDSContext
public final String getFilePath()
getFilePath
in interface PDSObject
public final List getList(String key)
getList
in interface PDSObject
public final List<Map<String,String>> getRecords(String... keyword) throws TemplateException
getRecords
in interface PDSObject
TemplateException
public final List<Map<String,String>> getRecordsWithIndices(List<String> keys, String... keyword) throws TemplateException
getRecordsWithIndices
in interface PDSObject
TemplateException
public final String getUnits(String key)
getUnits
in interface PDSContext
public final void setParameters(PDSObject pdsObject, String confPath)
setParameters
in interface PDSContext
public void setMappings()
setMappings
in interface PDSContext
public final String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |