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

java.lang.Object
  extended by org.jclouds.karaf.commands.support.GenericCompleterSupport<org.jclouds.compute.ComputeService,String>
      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.support.GenericCompleterSupport
API_OPTION, cache, cacheProvider, delegate, NAME_OPTION, PROVIDER_OPTION
 
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
getCacheableKey
 
Methods inherited from class org.jclouds.karaf.commands.support.GenericCompleterSupport
complete, getCacheProvider, 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 © 2013. All Rights Reserved.