public class ComputeProviderCompleter extends Object implements org.apache.karaf.shell.console.Completer
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.karaf.shell.console.completer.StringsCompleter |
delegate |
| Constructor and Description |
|---|
ComputeProviderCompleter() |
| Modifier and Type | Method and Description |
|---|---|
int |
complete(String buffer,
int cursor,
List<String> candidates) |
List<org.jclouds.compute.ComputeService> |
getComputeServices() |
void |
setComputeServices(List<org.jclouds.compute.ComputeService> computeServices) |
protected final org.apache.karaf.shell.console.completer.StringsCompleter delegate
public int complete(String buffer, int cursor, List<String> candidates)
complete in interface org.apache.karaf.shell.console.Completerpublic List<org.jclouds.compute.ComputeService> getComputeServices()
public void setComputeServices(List<org.jclouds.compute.ComputeService> computeServices)
Copyright © 2011–2014 Red Hat. All rights reserved.