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 <chemit@codelutin.com>
-
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 thesystemOutStreamConsumerfield. 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 thesystemErrorStreamConsumerfield. 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.
-