Package org.apache.felix.webconsole
Interface AttachmentProvider
-
@Deprecated @ConsumerType public interface AttachmentProvider
Deprecated.This has been deprecated. Use the org.apache.felix.inventory API instead.This is an optional extension of theConfigurationPrinter
. 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 aConfigurationPrinter
but not as aAttachmentProvider
service.- Since:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description URL[]
getAttachments(String mode)
Deprecated.Return an array of attachments for the given render mode.
-