public abstract class JavaCommandLineState extends CommandLineState implements JavaCommandLine
| Modifier | Constructor and Description |
|---|---|
protected |
JavaCommandLineState(ExecutionEnvironment environment) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ansiColoringEnabled() |
void |
clear() |
protected GeneralCommandLine |
createCommandLine() |
protected abstract JavaParameters |
createJavaParameters() |
protected TargetedCommandLineBuilder |
createTargetedCommandLine(TargetEnvironmentRequest request,
TargetEnvironmentConfiguration configuration) |
JavaParameters |
getJavaParameters() |
boolean |
shouldAddJavaProgramRunnerActions() |
protected OSProcessHandler |
startProcess()
Starts the process.
|
addConsoleFilters, createActions, createActions, createConsole, execute, getConsoleBuilder, getEnvironment, getExecutionTarget, getRunnerSettings, setConsoleBuilderclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteprotected JavaCommandLineState(ExecutionEnvironment environment)
public JavaParameters getJavaParameters() throws ExecutionException
getJavaParameters in interface JavaCommandLineExecutionExceptionpublic void clear()
protected OSProcessHandler startProcess() throws ExecutionException
CommandLineStatestartProcess in class CommandLineStateExecutionException - if the execution failed.GeneralCommandLine,
OSProcessHandlerprotected boolean ansiColoringEnabled()
protected abstract JavaParameters createJavaParameters() throws ExecutionException
ExecutionExceptionprotected TargetedCommandLineBuilder createTargetedCommandLine(TargetEnvironmentRequest request, TargetEnvironmentConfiguration configuration) throws ExecutionException
ExecutionExceptionprotected GeneralCommandLine createCommandLine() throws ExecutionException
ExecutionExceptionpublic boolean shouldAddJavaProgramRunnerActions()