|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.shared.jarsigner.AbstractJarSignerRequest
public abstract class AbstractJarSignerRequest
Specifies the commons parameters used to control a jar signer invocation.
| Constructor Summary | |
|---|---|
AbstractJarSignerRequest()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractJarSignerRequest()
| Method Detail |
|---|
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 org.codehaus.plexus.util.cli.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 org.codehaus.plexus.util.cli.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(org.codehaus.plexus.util.cli.StreamConsumer systemOutStreamConsumer)
JarSignerRequestsystemOutStreamConsumer of the request.
setSystemOutStreamConsumer in interface JarSignerRequestsystemOutStreamConsumer - the new value of the field systemOutStreamConsumer.public void setSystemErrorStreamConsumer(org.codehaus.plexus.util.cli.StreamConsumer systemErrorStreamConsumer)
JarSignerRequestsystemErrorStreamConsumer of the request.
setSystemErrorStreamConsumer in interface JarSignerRequestsystemErrorStreamConsumer - the new value of the field systemErrorStreamConsumer.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||