|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JarSignerRequest
Specifies the common parameters used to control a JarSigner tool invocation.
| Method Summary | |
|---|---|
File |
getArchive()
Gets the value of the archive field. |
String[] |
getArguments()
Gets the value of the maxMemory field. |
String |
getMaxMemory()
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 |
setArchive(File archive)
Sets the new given value to the field archive of the request. |
void |
setArguments(String[] arguments)
Sets the new given value to the field arguments of the request. |
void |
setMaxMemory(String maxMemory)
Sets the new given value to the field maxMemory 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. |
| Method Detail |
|---|
boolean isVerbose()
verbose field.
verbose field.String getMaxMemory()
maxMemory field.
maxMemory field.String[] getArguments()
maxMemory field.
maxMemory field.File getWorkingDirectory()
workingDirectory field.
workingDirectory field.File getArchive()
archive field.
The archive field is in fact the file on which the jarsigner request will be executed.
archive field.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.
systemOutStreamConsumer field.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.
systemErrorStreamConsumer field.void setVerbose(boolean verbose)
verbose of the request.
verbose - the new value of the field verbose.void setMaxMemory(String maxMemory)
maxMemory of the request.
maxMemory - the new value of the field maxMemory.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.void setArchive(File archive)
archive of the request.
archive - the new value of the field archive.void setSystemOutStreamConsumer(org.codehaus.plexus.util.cli.StreamConsumer systemOutStreamConsumer)
systemOutStreamConsumer of the request.
systemOutStreamConsumer - the new value of the field systemOutStreamConsumer.void setSystemErrorStreamConsumer(org.codehaus.plexus.util.cli.StreamConsumer systemErrorStreamConsumer)
systemErrorStreamConsumer of the request.
systemErrorStreamConsumer - the new value of the field systemErrorStreamConsumer.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||