Package org.apache.karaf.shell.commands
Interface InfoProvider
-
@Deprecated public interface InfoProvider
Deprecated.A bundle can publish a service with this interface to offer some informations for the shell:info command
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetName()Deprecated.PropertiesgetProperties()Deprecated.
-
-
-
Method Detail
-
getName
String getName()
Deprecated.
-
getProperties
Properties getProperties()
Deprecated.
-
-