public abstract class AbstractKeyToolRequest extends org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest implements KeyToolRequest
Constructor and Description |
---|
AbstractKeyToolRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getArguments()
Gets the value of the
maxMemory field. |
File |
getWorkingDirectory()
Gets the value of the
workingDirectory field. |
boolean |
isVerbose()
Gets the value of the
verbose field. |
void |
setArguments(String[] arguments)
Sets the new given value to the field
arguments of the request. |
void |
setVerbose(boolean verbose)
Sets the new given value to the field
verbose of the request. |
void |
setWorkingDirectory(File workingDirectory)
Sets the new given value to the field
workingDirectory of the request. |
getSystemErrorStreamConsumer, getSystemOutStreamConsumer, setSystemErrorStreamConsumer, setSystemOutStreamConsumer
public boolean isVerbose()
verbose
field.isVerbose
in interface KeyToolRequest
verbose
field.public String[] getArguments()
maxMemory
field.getArguments
in interface KeyToolRequest
maxMemory
field.public File getWorkingDirectory()
workingDirectory
field.getWorkingDirectory
in interface KeyToolRequest
workingDirectory
field.public void setVerbose(boolean verbose)
verbose
of the request.setVerbose
in interface KeyToolRequest
verbose
- the new value of the field verbose
.public void setArguments(String[] arguments)
arguments
of the request.setArguments
in interface KeyToolRequest
arguments
- the new value of the field arguments
.public void setWorkingDirectory(File workingDirectory)
workingDirectory
of the request.setWorkingDirectory
in interface KeyToolRequest
workingDirectory
- the new value of the field workingDirectory
.Copyright © 2005–2019 MojoHaus. All rights reserved.