Modifier and Type | Method and Description |
---|---|
PDSObject |
Generator.getPdsObject() |
PDSObject |
Generator.getPdsObject(String context_label)
getPdsObject
|
Modifier and Type | Method and Description |
---|---|
void |
Generator.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 getPdsObject
|
void |
Generator.setPDSObject(PDSObject pdsObject) |
Constructor and Description |
---|
Generator(PDSObject pdsObject,
File templateFile,
File outputFile)
Initialize Generator object with a PDSObject.
|
Generator(PDSObject pdsObject,
File templateFile,
File outputFile,
Boolean isXML)
Initialize Generator object with a PDSObject.
|
Generator(PDSObject pdsObject,
File templateFile,
File outputFile,
File inputFile)
Initialize Generator object with a PDSObject.
|
Generator(PDSObject pdsObject,
File templateFile,
File outputFile,
File inputFile,
Boolean isXML)
Generator constructor class.
|
Modifier and Type | Method and Description |
---|---|
void |
AutoGeneratedElements.setParameters(PDSObject pdsObject) |
Modifier and Type | Method and Description |
---|---|
void |
FileName.setParameters(PDSObject pdsObject) |
void |
ReaderFormat.setParameters(PDSObject pdsObject) |
void |
LabelLength.setParameters(PDSObject pdsObject) |
void |
CurrentDateUTC.setParameters(PDSObject pdsObject)
Deprecated.
|
void |
ModelVersion.setParameters(PDSObject pdsObject) |
void |
FileSize.setParameters(PDSObject pdsObject) |
void |
ObjectMd5Checksum.setParameters(PDSObject pdsObject) |
void |
Md5Checksum.setParameters(PDSObject pdsObject) |
void |
Element.setParameters(PDSObject pdsObject) |
Constructor and Description |
---|
Md5Checksum(PDSObject pdsObject,
long offset) |
Modifier and Type | Method and Description |
---|---|
void |
PDSObjectContext.setParameters(PDSObject pdsObject) |
Constructor and Description |
---|
ContextMappings(PDSObject pdsObject)
Populates the contextMap with those classes specified in the context
mappings XML file.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonLabel |
class |
PDS3Label
Represents PDS3 Label object to provide the necessary functionality to
|
Modifier and Type | Method and Description |
---|---|
void |
PDS3Label.setParameters(PDSObject pdsObject) |
void |
JsonLabel.setParameters(PDSObject pdsObject) |
Copyright © 2019. All rights reserved.