public interface ModeAwareConfigurationPrinter extends ConfigurationPrinter
ConfigurationPrinter
.
If a configuration printer implements this interface, the
printConfiguration(PrintWriter, String)
method is used
for printing the configuration instead of the
ConfigurationPrinter.printConfiguration(PrintWriter)
method.
A service implementing this method must still register itself
as a ConfigurationPrinter
but not as a
ModeAwareConfigurationPrinter
service.MODE_ALWAYS, MODE_TXT, MODE_WEB, MODE_ZIP, PROPERTY_MODES, SERVICE
Modifier and Type | Method and Description |
---|---|
void |
printConfiguration(java.io.PrintWriter printWriter,
java.lang.String mode)
Deprecated.
Prints the configuration report to the given
printWriter . |
getTitle, printConfiguration
void printConfiguration(java.io.PrintWriter printWriter, java.lang.String mode)
printWriter
.
Implementations are free to print whatever information they deem useful.
The printWriter
may be flushed but must not be closed.printWriter
- The print writer to use.mode
- The rendering mode."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"