net.shibboleth.metadata.cli
Class SimpleCommandLine
java.lang.Object
net.shibboleth.metadata.cli.SimpleCommandLine
public class SimpleCommandLine
- extends Object
A simple driver for the metadata aggregator.
This class takes two parameters, the first is the file path to the Spring configuration file. The second parameter is
the name of bean ID of the Pipeline to be executed. If the pipeline is not initialized by Spring it will be
initialized by this CLI.
All logging is done in accordance with the logback.xml file included in command line JAR file. If you wish to use a
different logging configuration you may do so using the -Dlogback.configurationFile=/path/to/logback.xml
JVM configuration option.
This CLI is not terribly robust nor does it really offer much in the way of features. It's mostly meant for testing
purposes and will be replaced before the 1.0 release of the software.
|
Method Summary |
static void |
main(String[] args)
Main method. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleCommandLine
public SimpleCommandLine()
main
public static void main(String[] args)
- Main method.
- Parameters:
args - command line arguments
Copyright © 2009-2011. All Rights Reserved.