| Package | Description | 
|---|---|
| org.apache.oodt.cas.pge.writers | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CsvConfigFileWriter
CSV  
SciPgeConfigFileWriter which takes a comma separted list of
 Strings as the first index of the args and generates a CSV file from
 the metadata fields listed. | 
class  | 
MetadataKeyReplacerTemplateWriter
Simple template based replacement writer, replaces $variables inside of a
 text file template with information computed by Apache OODT (e.g., from
 environment variables, from input workflow or file metadata, derived
 metadata, etc etc.)
 
 Multi-valued metadata keys are expanded to joined strings delimited by the
 2nd varargs argument to
  
createConfigFile(String, Metadata, Object...). | 
class  | 
TextConfigFileWriter
Text  
SciPgeConfigFileWriter which takes a template with envReplace
 metadata that gets dynamically filled out and written to a file. | 
class  | 
VelocityConfigFileWriter
A PGE input file writer based on Apache Velocity and Paul Ramirez's need to
 make my code better. 
 | 
Copyright © 1999–2017 Apache OODT. All rights reserved.