org.gridkit.jvmtool.cli
Class CommandLauncher
java.lang.Object
org.gridkit.jvmtool.cli.CommandLauncher
public class CommandLauncher
- extends Object
Swiss Java Knife
Command line tool for JVM troubleshooting
- Author:
- Alexey Ragozin (alexey.ragozin@gmail.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandLauncher
public CommandLauncher()
isVerbose
public boolean isVerbose()
fail
public Error fail(String... messages)
fail
public Error fail(String message,
Exception e)
failAndPrintUsage
public Error failAndPrintUsage(String... messages)
logError
public void logError(String line)
logTrace
public void logTrace(Throwable e)
suppressSystemExit
public void suppressSystemExit()
start
public boolean start(String[] args)
getModulesUnlockCommand
protected String[] getModulesUnlockCommand()
getCommandPackages
protected List<String> getCommandPackages()
Copyright © 2019. All Rights Reserved.