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 |
CsvConfigFileWriter
CSV
SciPgeConfigFileWriter which takes a comma separted list of
String s as the first index of the args and generates a CSV file from
the metadata fields listed. |
class |
DynamicConfigFileWriter
Abstract interface for generating PGE config input files defining the input
necessary to run the underlying PGE.
|
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
DynamicConfigFileWriter.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.
|
Modifier and Type | Class and Description |
---|---|
class |
XslTransformWriter |
Copyright © 1999–2017 Apache OODT. All rights reserved.