org.deegree.protocol.wps
Class SextanteConfigHelper
java.lang.Object
org.deegree.protocol.wps.SextanteConfigHelper
public class SextanteConfigHelper
- extends Object
This class writes the description of an SEXTANTE GeoAlgorithm to the command line. You can use it for the SEXTANTE
configuration file.
- Version:
- $Revision: $, $Date: $
- Author:
- Jens Pabel, last edited by: $Author: pabel $
Method Summary |
static void |
main(String[] args)
|
void |
writeAlgorithmAbstract(es.unex.sextante.core.GeoAlgorithm alg)
This method writes for one SEXTANTE GeoAlgorithm the configuration entry on the command line. |
void |
writeAlgorithmAbstract(String commandLineName)
This method writes for one SEXTANTE GeoAlgorithm the configuration entry on the command line. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SextanteConfigHelper
public SextanteConfigHelper()
writeAlgorithmAbstract
public void writeAlgorithmAbstract(es.unex.sextante.core.GeoAlgorithm alg)
throws IOException
- This method writes for one SEXTANTE
GeoAlgorithm
the configuration entry on the command line.
- Parameters:
alg
- - SEXTANTE GeoAlgorithm
.
- Throws:
IOException
writeAlgorithmAbstract
public void writeAlgorithmAbstract(String commandLineName)
throws IOException
- This method writes for one SEXTANTE
GeoAlgorithm
the configuration entry on the command line.
- Parameters:
commandLineName
- Command line name of a SEXTANTE GeoAlgorithm
.
- Throws:
IOException
main
public static void main(String[] args)
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.