public interface KeyToolRequest
extends org.apache.maven.shared.utils.cli.javatool.JavaToolRequest
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. |
boolean isVerbose()
verbose
field.verbose
field.String[] getArguments()
maxMemory
field.maxMemory
field.File getWorkingDirectory()
workingDirectory
field.workingDirectory
field.void setVerbose(boolean verbose)
verbose
of the request.verbose
- the new value of the field verbose
.void setArguments(String[] arguments)
arguments
of the request.arguments
- the new value of the field arguments
.void setWorkingDirectory(File workingDirectory)
workingDirectory
of the request.workingDirectory
- the new value of the field workingDirectory
.Copyright © 2005–2017 MojoHaus. All rights reserved.