org.jclouds.virtualbox.predicates
Class SshResponds

java.lang.Object
  extended by org.jclouds.virtualbox.predicates.SshResponds
All Implemented Interfaces:
com.google.common.base.Predicate<SshClient>

public class SshResponds
extends Object
implements com.google.common.base.Predicate<SshClient>

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Constructor Summary
SshResponds()
           
 
Method Summary
 boolean apply(SshClient client)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Field Detail

logger

protected Logger logger
Constructor Detail

SshResponds

public SshResponds()
Method Detail

apply

public boolean apply(SshClient client)
Specified by:
apply in interface com.google.common.base.Predicate<SshClient>


Copyright © 2009-2012 jclouds. All Rights Reserved.