Package org.jboss.galleon.cli
Class CliMain
- java.lang.Object
-
- org.jboss.galleon.cli.CliMain
-
public class CliMain extends java.lang.Object- Author:
- Alexey Loubyansky
-
-
Constructor Summary
Constructors Constructor Description CliMain()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)static org.aesh.command.CommandRuntime<? extends org.aesh.command.invocation.CommandInvocation>newRuntime(PmSession session, java.io.PrintStream out)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
newRuntime
public static org.aesh.command.CommandRuntime<? extends org.aesh.command.invocation.CommandInvocation> newRuntime(PmSession session, java.io.PrintStream out) throws org.aesh.command.parser.CommandLineParserException
- Throws:
org.aesh.command.parser.CommandLineParserException
-
-