public abstract class AbstractJarSignerRequest extends Object implements JarSignerRequest
| Constructor and Description |
|---|
AbstractJarSignerRequest() |
| 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. |
public boolean isVerbose()
JarSignerRequestverbose field.isVerbose in interface JarSignerRequestverbose field.public String getMaxMemory()
JarSignerRequestmaxMemory field.getMaxMemory in interface JarSignerRequestmaxMemory field.public String[] getArguments()
JarSignerRequestmaxMemory field.getArguments in interface JarSignerRequestmaxMemory field.public File getWorkingDirectory()
JarSignerRequestworkingDirectory field.getWorkingDirectory in interface JarSignerRequestworkingDirectory field.public File getArchive()
JarSignerRequestarchive field.
The archive field is in fact the file on which the jarsigner request will be executed.getArchive in interface JarSignerRequestarchive field.public StreamConsumer getSystemOutStreamConsumer()
JarSignerRequestsystemOutStreamConsumer field.
This option field if filled is used by the commandline tool to consume system ouput stream of the jarsigner
command.getSystemOutStreamConsumer in interface JarSignerRequestsystemOutStreamConsumer field.public StreamConsumer getSystemErrorStreamConsumer()
JarSignerRequestsystemErrorStreamConsumer field.
This option field if filled is used by the commandline tool to consume system error stream of the jarsigner
command.getSystemErrorStreamConsumer in interface JarSignerRequestsystemErrorStreamConsumer field.public void setVerbose(boolean verbose)
JarSignerRequestverbose of the request.setVerbose in interface JarSignerRequestverbose - the new value of the field verbose.public void setMaxMemory(String maxMemory)
JarSignerRequestmaxMemory of the request.setMaxMemory in interface JarSignerRequestmaxMemory - the new value of the field maxMemory.public void setArguments(String[] arguments)
JarSignerRequestarguments of the request.setArguments in interface JarSignerRequestarguments - the new value of the field arguments.public void setWorkingDirectory(File workingDirectory)
JarSignerRequestworkingDirectory of the request.setWorkingDirectory in interface JarSignerRequestworkingDirectory - the new value of the field workingDirectory.public void setArchive(File archive)
JarSignerRequestarchive of the request.setArchive in interface JarSignerRequestarchive - the new value of the field archive.public void setSystemOutStreamConsumer(StreamConsumer systemOutStreamConsumer)
JarSignerRequestsystemOutStreamConsumer of the request.setSystemOutStreamConsumer in interface JarSignerRequestsystemOutStreamConsumer - the new value of the field systemOutStreamConsumer.public void setSystemErrorStreamConsumer(StreamConsumer systemErrorStreamConsumer)
JarSignerRequestsystemErrorStreamConsumer of the request.setSystemErrorStreamConsumer in interface JarSignerRequestsystemErrorStreamConsumer - the new value of the field systemErrorStreamConsumer.Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.