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 |
copyRepositoryContent() |
protected void |
debug(String message) |
protected void |
error(String message) |
abstract String |
getJarName() |
protected Version |
getVersion() |
protected void |
info(String message) |
protected void |
instalPatchTool() |
void |
main(LinkedList<String> args) |
protected boolean |
mustInstallPatchDistro(Path fusePatchPath) |
protected void |
printHelp() |
protected void |
run() |
protected void |
runCommand(String cmd) |
protected void |
runInstallCommands() |
protected void |
warn(String message) |
protected Path eapHome
protected boolean verbose
public abstract String getJarName()
public final 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)
protected boolean mustInstallPatchDistro(Path fusePatchPath)
protected final Version getVersion()
protected void instalPatchTool()
throws IOException
IOExceptionprotected void copyRepositoryContent()
throws URISyntaxException,
IOException,
FileNotFoundException
protected void runInstallCommands()
throws IOException,
Exception
IOExceptionExceptionCopyright © 2017. All rights reserved.