public abstract class AbstractInstaller extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Path |
eapHome |
protected boolean |
verbose |
| Constructor and Description |
|---|
AbstractInstaller() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
debug(String message) |
protected void |
error(String message) |
abstract String |
getJarName() |
protected void |
info(String message) |
void |
main(LinkedList<String> args) |
protected void |
printHelp() |
protected void |
warn(String message) |
protected Path eapHome
protected boolean verbose
public abstract String getJarName()
public void main(LinkedList<String> args)
protected void printHelp()
protected void error(String message)
protected void warn(String message)
protected void info(String message)
protected void debug(String message)
Copyright © 2016. All rights reserved.