org.jclouds.atmos.functions
Class ReturnTrueIfGroupACLIsOtherRead

java.lang.Object
  extended by org.jclouds.atmos.functions.ReturnTrueIfGroupACLIsOtherRead
All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,Boolean>

@Singleton
public class ReturnTrueIfGroupACLIsOtherRead
extends Object
implements com.google.common.base.Function<HttpResponse,Boolean>

Author:
Adrian Cole

Constructor Summary
ReturnTrueIfGroupACLIsOtherRead()
           
 
Method Summary
 Boolean apply(HttpResponse from)
           
 
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.Function
equals
 

Constructor Detail

ReturnTrueIfGroupACLIsOtherRead

public ReturnTrueIfGroupACLIsOtherRead()
Method Detail

apply

public Boolean apply(HttpResponse from)
Specified by:
apply in interface com.google.common.base.Function<HttpResponse,Boolean>


Copyright © 2009-2011 jclouds. All Rights Reserved.