org.jclouds.karaf.commands.compute.completer
Class NodesCompleter
java.lang.Object
org.jclouds.karaf.commands.compute.completer.ComputeCompleterSupport
org.jclouds.karaf.commands.compute.completer.NodesCompleter
- All Implemented Interfaces:
- org.apache.karaf.shell.console.Completer, Cacheable<org.jclouds.compute.ComputeService>
- Direct Known Subclasses:
- ActiveNodesCompleter, InactiveNodesCompleter, SuspendedNodesCompleter
public class NodesCompleter
- extends ComputeCompleterSupport
- implements org.apache.karaf.shell.console.Completer
|
Method Summary |
boolean |
apply(org.jclouds.compute.domain.NodeMetadata node)
|
void |
updateCache(org.jclouds.compute.ComputeService computeService)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.karaf.shell.console.Completer |
complete |
NodesCompleter
public NodesCompleter()
updateCache
public void updateCache(org.jclouds.compute.ComputeService computeService)
- Specified by:
updateCache in interface Cacheable<org.jclouds.compute.ComputeService>
apply
public boolean apply(org.jclouds.compute.domain.NodeMetadata node)
Copyright © 2012. All Rights Reserved.