org.jclouds.cloudsigma.predicates
Class DriveClaimed

java.lang.Object
  extended by org.jclouds.cloudsigma.predicates.DriveClaimed
All Implemented Interfaces:
com.google.common.base.Predicate<DriveInfo>

@Singleton
public class DriveClaimed
extends Object
implements com.google.common.base.Predicate<DriveInfo>

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Constructor Summary
DriveClaimed(CloudSigmaClient client)
           
 
Method Summary
 boolean apply(DriveInfo drive)
           
 
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

DriveClaimed

@Inject
public DriveClaimed(CloudSigmaClient client)
Method Detail

apply

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


Copyright © 2009-2012 jclouds. All Rights Reserved.