org.apache.avalon.merlin.cli
Class Main

java.lang.Object
  extended byorg.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
 

Constructor Detail

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 context
artifact - the merlin implementation artifact
line - the command line construct
Throws:
Exception - if an error occurs
Method Detail

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.