A ConfigurableLauncher
allows you to configure a long running operation.
- the ConfigurableLauncher implementation to return as part of the fluent API.Type | Name and description |
---|---|
T |
addProgressListener(ProgressListener listener) {@inheritDoc} |
T |
addProgressListener(ProgressListener listener) {@inheritDoc} |
T |
addProgressListener(ProgressListener listener, Set<OperationType> eventTypes) {@inheritDoc} |
T |
addProgressListener(ProgressListener listener, OperationType... operationTypes) {@inheritDoc} |
T |
setColorOutput(boolean colorOutput) {@inheritDoc} |
T |
setJavaHome(File javaHome) {@inheritDoc} |
T |
setJvmArguments(String... jvmArguments) {@inheritDoc} |
T |
setJvmArguments(Iterable<String> jvmArguments) {@inheritDoc} |
T |
setStandardError(OutputStream outputStream) {@inheritDoc} |
T |
setStandardInput(InputStream inputStream) {@inheritDoc} |
T |
setStandardOutput(OutputStream outputStream) {@inheritDoc} |
T |
withArguments(String... arguments) {@inheritDoc} |
T |
withArguments(Iterable<String> arguments) {@inheritDoc} |
T |
withCancellationToken(CancellationToken cancellationToken) {@inheritDoc} |
Methods inherited from class | Name |
---|---|
interface LongRunningOperation |
addProgressListener, addProgressListener, addProgressListener, addProgressListener, setColorOutput, setJavaHome, setJvmArguments, setJvmArguments, setStandardError, setStandardInput, setStandardOutput, withArguments, withArguments, withCancellationToken |
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}