Package org.apache.felix.gogo.runtime
Class CommandProxy
java.lang.Object
org.apache.felix.gogo.runtime.CommandProxy
- All Implemented Interfaces:
Function
-
Constructor Summary
ConstructorsConstructorDescriptionCommandProxy
(Object target, String function) CommandProxy
(org.osgi.framework.BundleContext context, org.osgi.framework.ServiceReference reference, String function) -
Method Summary
Modifier and TypeMethodDescriptionexecute
(CommandSession session, List<Object> arguments) Execute this function and return the result.void
-
Constructor Details
-
CommandProxy
public CommandProxy(org.osgi.framework.BundleContext context, org.osgi.framework.ServiceReference reference, String function) -
CommandProxy
-
-
Method Details