public abstract class ProgramOptions extends CommandLineOptions
Modifier | Constructor and Description |
---|---|
protected |
ProgramOptions(org.apache.commons.cli.CommandLine line) |
Modifier and Type | Method and Description |
---|---|
List<URL> |
getClasspaths() |
boolean |
getDetachedMode() |
String |
getEntryPointClassName() |
String |
getJarFilePath() |
int |
getParallelism() |
String[] |
getProgramArgs() |
SavepointRestoreSettings |
getSavepointRestoreSettings() |
boolean |
getStdoutLogging() |
boolean |
isShutdownOnAttachedExit() |
isPrintHelp
protected ProgramOptions(org.apache.commons.cli.CommandLine line) throws CliArgsException
CliArgsException
public String getJarFilePath()
public String getEntryPointClassName()
public String[] getProgramArgs()
public int getParallelism()
public boolean getStdoutLogging()
public boolean getDetachedMode()
public boolean isShutdownOnAttachedExit()
public SavepointRestoreSettings getSavepointRestoreSettings()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.