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

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.InactiveNodesCompleter
All Implemented Interfaces:
org.apache.karaf.shell.console.Completer, Cacheable<org.jclouds.compute.ComputeService>

public class InactiveNodesCompleter
extends NodesCompleter


Field Summary
 
Fields inherited from class org.jclouds.karaf.commands.compute.completer.ComputeCompleterSupport
cache, delegate
 
Constructor Summary
InactiveNodesCompleter()
           
 
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

InactiveNodesCompleter

public InactiveNodesCompleter()
Method Detail

apply

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


Copyright © 2012. All Rights Reserved.