|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.mojo.keytool.requests.AbstractKeyToolRequest
public abstract class AbstractKeyToolRequest
Specifies the commons parameters used to control a key tool invocation.
| Constructor Summary | |
|---|---|
AbstractKeyToolRequest()
|
|
| Method Summary | |
|---|---|
String[] |
getArguments()
Gets the value of the maxMemory field. |
org.codehaus.plexus.util.cli.StreamConsumer |
getSystemErrorStreamConsumer()
Gets the value of the systemErrorStreamConsumer field. |
org.codehaus.plexus.util.cli.StreamConsumer |
getSystemOutStreamConsumer()
Gets the value of the systemOutStreamConsumer 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 |
setSystemErrorStreamConsumer(org.codehaus.plexus.util.cli.StreamConsumer systemErrorStreamConsumer)
Sets the new given value to the field systemErrorStreamConsumer of the request. |
void |
setSystemOutStreamConsumer(org.codehaus.plexus.util.cli.StreamConsumer systemOutStreamConsumer)
Sets the new given value to the field systemOutStreamConsumer 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractKeyToolRequest()
| Method Detail |
|---|
public 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 org.codehaus.plexus.util.cli.StreamConsumer getSystemOutStreamConsumer()
systemOutStreamConsumer field.
This option field if filled is used by the commandline tool to consume system ouput stream of the jarsigner
command.
getSystemOutStreamConsumer in interface KeyToolRequestsystemOutStreamConsumer field.public org.codehaus.plexus.util.cli.StreamConsumer getSystemErrorStreamConsumer()
systemErrorStreamConsumer field.
This option field if filled is used by the commandline tool to consume system error stream of the jarsigner
command.
getSystemErrorStreamConsumer in interface KeyToolRequestsystemErrorStreamConsumer 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.public void setSystemOutStreamConsumer(org.codehaus.plexus.util.cli.StreamConsumer systemOutStreamConsumer)
systemOutStreamConsumer of the request.
setSystemOutStreamConsumer in interface KeyToolRequestsystemOutStreamConsumer - the new value of the field systemOutStreamConsumer.public void setSystemErrorStreamConsumer(org.codehaus.plexus.util.cli.StreamConsumer systemErrorStreamConsumer)
systemErrorStreamConsumer of the request.
setSystemErrorStreamConsumer in interface KeyToolRequestsystemErrorStreamConsumer - the new value of the field systemErrorStreamConsumer.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||