| Package | Description | 
|---|---|
| org.apache.oodt.cas.pge.util | |
| org.apache.oodt.cas.pge.writers | |
| org.apache.oodt.cas.pge.writers.xslt | 
| Modifier and Type | Method and Description | 
|---|---|
| static SciPgeConfigFileWriter | GenericPgeObjectFactory. createSciPgeConfigFileWriter(String clazz,
                            Logger logger) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CsvConfigFileWriterCSV  SciPgeConfigFileWriterwhich takes a comma separted list ofStrings as the first index of the args and generates a CSV file from
 the metadata fields listed. | 
| class  | DynamicConfigFileWriterAbstract interface for generating PGE config input files defining the input
 necessary to run the underlying PGE. | 
| class  | MetadataKeyReplacerTemplateWriterSimple 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
  DynamicConfigFileWriter.createConfigFile(String, Metadata, Object...). | 
| class  | TextConfigFileWriterText  SciPgeConfigFileWriterwhich takes a template with envReplace
 metadata that gets dynamically filled out and written to a file. | 
| class  | VelocityConfigFileWriterA PGE input file writer based on Apache Velocity and Paul Ramirez's need to
 make my code better. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | XslTransformWriter | 
Copyright © 1999–2017 Apache OODT. All rights reserved.