public interface JarSignerRequest
| Modifier and Type | Method and Description |
|---|---|
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. |
StreamConsumer |
getSystemErrorStreamConsumer()
Gets the value of the
systemErrorStreamConsumer field. |
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(StreamConsumer systemErrorStreamConsumer)
Sets the new given value to the field
systemErrorStreamConsumer of the request. |
void |
setSystemOutStreamConsumer(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. |
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.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.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(StreamConsumer systemOutStreamConsumer)
systemOutStreamConsumer of the request.systemOutStreamConsumer - the new value of the field systemOutStreamConsumer.void setSystemErrorStreamConsumer(StreamConsumer systemErrorStreamConsumer)
systemErrorStreamConsumer of the request.systemErrorStreamConsumer - the new value of the field systemErrorStreamConsumer.Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.