Package org.apache.karaf.shell.console
Interface CompletableFunction
-
- All Superinterfaces:
org.apache.felix.service.command.Function
- All Known Implementing Classes:
BlueprintCommand
@Deprecated public interface CompletableFunction extends org.apache.felix.service.command.Function
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<Completer>getCompleters()Deprecated.Map<String,Completer>getOptionalCompleters()Deprecated.
-