Uses of Class
org.apache.felix.service.command.Descriptor
-
Packages that use Descriptor Package Description org.apache.felix.gogo.runtime -
-
Uses of Descriptor in org.apache.felix.gogo.runtime
Methods in org.apache.felix.gogo.runtime with annotations of type Descriptor Modifier and Type Method Description void
CommandProcessorImpl. addCommand(java.lang.String scope, java.lang.Object target)
void
CommandProcessorImpl. addCommand(java.lang.String scope, java.lang.Object target, java.lang.Class<?> functions)
Method parameters in org.apache.felix.gogo.runtime with annotations of type Descriptor Modifier and Type Method Description void
CommandProcessorImpl. addCommand(java.lang.String scope, java.lang.Object target)
void
CommandProcessorImpl. addCommand(java.lang.String scope, java.lang.Object target)
void
CommandProcessorImpl. addCommand(java.lang.String scope, java.lang.Object target, java.lang.Class<?> functions)
void
CommandProcessorImpl. addCommand(java.lang.String scope, java.lang.Object target, java.lang.Class<?> functions)
void
CommandProcessorImpl. addCommand(java.lang.String scope, java.lang.Object target, java.lang.Class<?> functions)
-