Class ImplementationCeaWriter

java.lang.Object
uk.ac.starlink.util.XmlWriter
uk.ac.starlink.ttools.cea.CeaWriter
uk.ac.starlink.ttools.cea.ImplementationCeaWriter

public class ImplementationCeaWriter extends CeaWriter
CeaWriter implementation which writes an XML document giving CEA Implementation instance. This is what goes in an app-description.xml file local to a STILTS CEA installation (I think).
Since:
1 Nov 2007
Author:
Mark Taylor
  • Field Details

  • Constructor Details

    • ImplementationCeaWriter

      public ImplementationCeaWriter(PrintStream out, CeaTask[] tasks, CeaMetadata meta, boolean redirects, String cmdline)
      Constructor.
      Parameters:
      out - output stream for XML
      tasks - list of tasks to be described by the output
      meta - application description metadata object
      redirects - true iff you want stdout/stderr parameters for standard output/error redirection
      cmdline - command line string, used for logging within the output only
  • Method Details