org.apache.karaf.shell.console
Interface CompletableFunction

All Superinterfaces:
org.apache.felix.service.command.Function
All Known Implementing Classes:
BlueprintCommand

public interface CompletableFunction
extends org.apache.felix.service.command.Function


Method Summary
 List<Completer> getCompleters()
           
 Map<String,Completer> getOptionalCompleters()
           
 
Methods inherited from interface org.apache.felix.service.command.Function
execute
 

Method Detail

getCompleters

List<Completer> getCompleters()

getOptionalCompleters

Map<String,Completer> getOptionalCompleters()


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.