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, cacheProvider, delegate
 
Constructor Summary
InactiveNodesCompleter()
           
 
Method Summary
 boolean apply(org.jclouds.compute.domain.NodeMetadata node)
           
 void init()
           
 
Methods inherited from class org.jclouds.karaf.commands.compute.completer.NodesCompleter
updateOnAdded
 
Methods inherited from class org.jclouds.karaf.commands.compute.completer.ComputeCompleterSupport
complete, getCache, getCacheProvider, setCache, setCacheProvider, updateOnRemoved
 
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

init

public void init()
Overrides:
init in class NodesCompleter

apply

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


Copyright © 2012. All Rights Reserved.