public interface AttachmentProvider
ConfigurationPrinter
.
If a configuration printer implements this interface, the printer
can add additional attachments to the output of the configuration rendering.
Currently this is only supported for the ZIP mode.
A service implementing this method must still register itself
as a ConfigurationPrinter
but not as a
AttachmentProvider
service.Modifier and Type | Method and Description |
---|---|
java.net.URL[] |
getAttachments(java.lang.String mode)
Deprecated.
Return an array of attachments for the given render mode.
|
java.net.URL[] getAttachments(java.lang.String mode)
mode
- The render mode."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"