org.apache.avalon.repository.cli
Class Main
java.lang.Object
org.apache.avalon.repository.cli.Main
- public class Main
- extends Object
Merlin command line handler.
- Version:
- $Revision: 1.8 $
- Author:
- Avalon Development Team
Constructor Summary |
Main(InitialContext context,
org.apache.commons.cli.CommandLine line)
Creation of a new kernel cli handler. |
Method Summary |
static void |
main(String[] args)
Main command line enty point. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Main
public Main(InitialContext context,
org.apache.commons.cli.CommandLine line)
throws Exception
- Creation of a new kernel cli handler.
- Parameters:
context
- the repository inital contextline
- the command line construct
- Throws:
Exception
- if an error occurs
main
public static void main(String[] args)
- Main command line enty point.
- Parameters:
args
- the command line arguments
Copyright © The Apache Software Foundation. All Rights Reserved.