org.jclouds.karaf.commands.compute.completer
Class ActiveNodesCompleter

java.lang.Object
  extended by org.jclouds.karaf.commands.compute.completer.ComputeCompleterSupport
      extended by org.jclouds.karaf.commands.compute.completer.NodesCompleter
          extended by org.jclouds.karaf.commands.compute.completer.ActiveNodesCompleter
All Implemented Interfaces:
org.apache.karaf.shell.console.Completer, Cacheable<org.jclouds.compute.ComputeService>

public class ActiveNodesCompleter
extends NodesCompleter


Field Summary
 
Fields inherited from class org.jclouds.karaf.commands.compute.completer.ComputeCompleterSupport
cache, delegate
 
Constructor Summary
ActiveNodesCompleter()
           
 
Method Summary
 boolean apply(org.jclouds.compute.domain.NodeMetadata node)
           
 
Methods inherited from class org.jclouds.karaf.commands.compute.completer.NodesCompleter
updateCache
 
Methods inherited from class org.jclouds.karaf.commands.compute.completer.ComputeCompleterSupport
complete, getCache, getComputeServices, getService, setCache, setComputeServices, updateCache
 
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
 

Constructor Detail

ActiveNodesCompleter

public ActiveNodesCompleter()
Method Detail

apply

public boolean apply(org.jclouds.compute.domain.NodeMetadata node)
Overrides:
apply in class NodesCompleter


Copyright © 2009-2012 jclouds. All Rights Reserved.