org.kohsuke.jnt.tools
Class AdhocQueryCommandlet

java.lang.Object
  extended by org.kohsuke.jnt.tools.Commandlet
      extended by org.kohsuke.jnt.tools.AdhocQueryCommandlet

public class AdhocQueryCommandlet
extends Commandlet

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from class org.kohsuke.jnt.tools.Commandlet
ALL
 
Constructor Summary
AdhocQueryCommandlet()
           
 
Method Summary
 String getShortDescription()
           
 void printUsage(PrintStream out)
           
 int run(ConnectionFactory connection, String[] args)
           
 
Methods inherited from class org.kohsuke.jnt.tools.Commandlet
find, getCommandName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdhocQueryCommandlet

public AdhocQueryCommandlet()
Method Detail

getShortDescription

public String getShortDescription()
Specified by:
getShortDescription in class Commandlet

printUsage

public void printUsage(PrintStream out)
Specified by:
printUsage in class Commandlet

run

public int run(ConnectionFactory connection,
               String[] args)
        throws Exception
Specified by:
run in class Commandlet
Throws:
Exception


Copyright © 2003-2009 Kohsuke Kawaguchi. All Rights Reserved.