org.kohsuke.jnt.tools
Class InteractiveCommandlet
java.lang.Object
org.kohsuke.jnt.tools.Commandlet
org.kohsuke.jnt.tools.InteractiveCommandlet
public class InteractiveCommandlet
- extends Commandlet
Allows the user to interactively type multiple commands.
- Author:
- Kohsuke Kawaguchi
InteractiveCommandlet
public InteractiveCommandlet()
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-2010 Kohsuke Kawaguchi. All Rights Reserved.