org.apache.qpid
Class CommandLineInterpreter

java.lang.Object
  extended by org.apache.qpid.CommandLineInterpreter

public class CommandLineInterpreter
extends Object


Constructor Summary
CommandLineInterpreter()
           
 
Method Summary
static void main(String[] args)
           
static String[] oneshotmode(String[] args, CommandLineOptionParser commandlineoptionparser, JMXConnector jmxc, MBeanServerConnection mbsc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineInterpreter

public CommandLineInterpreter()
Method Detail

main

public static void main(String[] args)

oneshotmode

public static String[] oneshotmode(String[] args,
                                   CommandLineOptionParser commandlineoptionparser,
                                   JMXConnector jmxc,
                                   MBeanServerConnection mbsc)
                            throws Exception
Throws:
Exception


Licensed to the Apache Software Foundation