org.apache.avalon.merlin.cli
Class Main
java.lang.Object
org.apache.avalon.merlin.cli.Main
- public class Main
- extends Object
Merlin command line handler.
- Version:
- $Revision: 1.23 $
- Author:
- Avalon Development Team
Constructor Summary |
Main(InitialContext context,
Artifact artifact,
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,
Artifact artifact,
org.apache.commons.cli.CommandLine line)
throws Exception
- Creation of a new kernel cli handler.
- Parameters:
context
- the repository inital contextartifact
- the merlin implementation artifactline
- 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.