org.jclouds.openstack.keystone.v2_0.functions
Class PresentWhenAdminURLExistsForIdentityService

java.lang.Object
  extended by org.jclouds.openstack.keystone.v2_0.functions.PresentWhenAdminURLExistsForIdentityService
All Implemented Interfaces:
com.google.common.base.Function<ClassMethodArgsAndReturnVal,com.google.common.base.Optional<Object>>, ImplicitOptionalConverter

@Singleton
public class PresentWhenAdminURLExistsForIdentityService
extends Object
implements ImplicitOptionalConverter

Author:
Adrian Cole

Constructor Summary
PresentWhenAdminURLExistsForIdentityService()
           
 
Method Summary
 com.google.common.base.Optional<Object> apply(ClassMethodArgsAndReturnVal input)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

PresentWhenAdminURLExistsForIdentityService

public PresentWhenAdminURLExistsForIdentityService()
Method Detail

apply

public com.google.common.base.Optional<Object> apply(ClassMethodArgsAndReturnVal input)
Specified by:
apply in interface com.google.common.base.Function<ClassMethodArgsAndReturnVal,com.google.common.base.Optional<Object>>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.