commit | 8b4d227f819a6adca157154704b8c50556b00aeb | [log] [tgz] |
---|---|---|
author | Carsten Ziegeler <cziegeler@apache.org> | Mon Jan 28 23:10:42 2013 +0000 |
committer | Carsten Ziegeler <cziegeler@apache.org> | Mon Jan 28 23:10:42 2013 +0000 |
tree | 763dc9e04ab1b7080203f9a4da315d0ea0915593 | |
parent | c1f2c8cee1ccf9ae3be904fc25ebb0bd47115e2f [diff] |
FELIX-3874 : Create new status printer module git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1439686 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/java/org/apache/felix/webconsole/AttachmentProvider.java b/webconsole/src/main/java/org/apache/felix/webconsole/AttachmentProvider.java index 530e8a8..a433e08 100644 --- a/webconsole/src/main/java/org/apache/felix/webconsole/AttachmentProvider.java +++ b/webconsole/src/main/java/org/apache/felix/webconsole/AttachmentProvider.java
@@ -33,6 +33,8 @@ * as a {@link ConfigurationPrinter} but not as a * {@link AttachmentProvider} service. * @since 3.0 + * @deprecated This has been deprecated. Use the org.apache.felix.status + * API instead. */ public interface AttachmentProvider {
diff --git a/webconsole/src/main/java/org/apache/felix/webconsole/ConfigurationPrinter.java b/webconsole/src/main/java/org/apache/felix/webconsole/ConfigurationPrinter.java index f41ec7a..ce7cd54 100644 --- a/webconsole/src/main/java/org/apache/felix/webconsole/ConfigurationPrinter.java +++ b/webconsole/src/main/java/org/apache/felix/webconsole/ConfigurationPrinter.java
@@ -32,6 +32,8 @@ * With the {@link WebConsoleConstants#CONFIG_PRINTER_MODES} property this * service can specify when it should be included. * The default mode is {@link #MODE_ALWAYS}. + * @deprecated This has been deprecated. Use the org.apache.felix.status + * API instead. */ public interface ConfigurationPrinter {
diff --git a/webconsole/src/main/java/org/apache/felix/webconsole/ModeAwareConfigurationPrinter.java b/webconsole/src/main/java/org/apache/felix/webconsole/ModeAwareConfigurationPrinter.java index 6faeed3..309ef73 100644 --- a/webconsole/src/main/java/org/apache/felix/webconsole/ModeAwareConfigurationPrinter.java +++ b/webconsole/src/main/java/org/apache/felix/webconsole/ModeAwareConfigurationPrinter.java
@@ -34,6 +34,8 @@ * as a {@link ConfigurationPrinter} but not as a * {@link ModeAwareConfigurationPrinter} service. * @since 3.0 + * @deprecated This has been deprecated. Use the org.apache.felix.status + * API instead. */ public interface ModeAwareConfigurationPrinter extends ConfigurationPrinter