Class AbstractJavaToolRequest
java.lang.Object
org.apache.maven.shared.utils.cli.javatool.AbstractJavaToolRequest
- All Implemented Interfaces:
 JavaToolRequest
Abstract implementation of a 
JavaToolRequest.- Since:
 - 0.5
 - Author:
 - Tony Chemit
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGets the value of thesystemErrorStreamConsumerfield.Gets the value of thesystemOutStreamConsumerfield.voidsetSystemErrorStreamConsumer(StreamConsumer systemErrorStreamConsumer) Sets the new given value to the fieldsystemErrorStreamConsumerof the request.voidsetSystemOutStreamConsumer(StreamConsumer systemOutStreamConsumer) Sets the new given value to the fieldsystemOutStreamConsumerof the request. 
- 
Constructor Details
- 
AbstractJavaToolRequest
public AbstractJavaToolRequest() 
 - 
 - 
Method Details
- 
getSystemOutStreamConsumer
Gets the value of the
systemOutStreamConsumerfield.This option field if filled is used by the commandline tool to consume system ouput stream of the jarsigner command.
- Specified by:
 getSystemOutStreamConsumerin interfaceJavaToolRequest- Returns:
 - the value of the 
systemOutStreamConsumerfield. 
 - 
getSystemErrorStreamConsumer
Gets the value of the
systemErrorStreamConsumerfield.This option field if filled is used by the commandline tool to consume system error stream of the jarsigner command.
- Specified by:
 getSystemErrorStreamConsumerin interfaceJavaToolRequest- Returns:
 - the value of the 
systemErrorStreamConsumerfield. 
 
 -