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, setSystemOutStreamConsumerpublic boolean isVerbose()
verbose field.isVerbose in interface KeyToolRequestverbose field.public String[] getArguments()
maxMemory field.getArguments in interface KeyToolRequestmaxMemory field.public File getWorkingDirectory()
workingDirectory field.getWorkingDirectory in interface KeyToolRequestworkingDirectory field.public void setVerbose(boolean verbose)
verbose of the request.setVerbose in interface KeyToolRequestverbose - the new value of the field verbose.public void setArguments(String[] arguments)
arguments of the request.setArguments in interface KeyToolRequestarguments - the new value of the field arguments.public void setWorkingDirectory(File workingDirectory)
workingDirectory of the request.setWorkingDirectory in interface KeyToolRequestworkingDirectory - the new value of the field workingDirectory.Copyright © 2012-2014 Codehaus. All Rights Reserved.