public class ImplementationCeaWriter extends CeaWriter
app-description.xml
file local to a STILTS CEA installation
(I think).Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION_ID |
static String |
SCHEMA_LOCATION |
Constructor and Description |
---|
ImplementationCeaWriter(PrintStream out,
CeaTask[] tasks,
CeaMetadata meta,
boolean redirects,
String cmdline)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
configure(String[] args)
Hook for additional configuration of concrete subclasses using
command-line flags.
|
String |
getSchemaLocation()
Returns the URL of the schema to which the output of this
object conforms.
|
static String |
getUsage() |
protected void |
writeContent()
Performs the implementation-specific output of XML elements.
|
endElement, main, startElement, startElement, writeDocument, writeInterfaces, writeParameters
addElement, endElement, formatAttribute, formatText, getIndent, getLevel, print, println, setOut, startElement, startElement, writeDeclaration
public static final String SCHEMA_LOCATION
public static final String APPLICATION_ID
public ImplementationCeaWriter(PrintStream out, CeaTask[] tasks, CeaMetadata meta, boolean redirects, String cmdline)
out
- output stream for XMLtasks
- list of tasks to be described by the outputmeta
- application description metadata objectredirects
- true iff you want stdout/stderr parameters for
standard output/error redirectioncmdline
- command line string, used for logging within the
output onlypublic String getSchemaLocation()
CeaWriter
getSchemaLocation
in class CeaWriter
public static String getUsage()
public int configure(String[] args)
CeaWriter
protected void writeContent() throws SAXException
CeaWriter
CeaWriter.writeDocument()
; presumably invokes
CeaWriter.writeParameters()
and CeaWriter.writeInterfaces()
.writeContent
in class CeaWriter
SAXException
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.