org.jclouds
Class Fallbacks

java.lang.Object
  extended by org.jclouds.Fallbacks

public final class Fallbacks
extends Object

Author:
Adrian Cole

Nested Class Summary
static class Fallbacks.AbsentOn403Or404Or500
           
static class Fallbacks.EmptyFluentIterableOnNotFoundOr404
           
static class Fallbacks.EmptyIterableWithMarkerOnNotFoundOr404
           
static class Fallbacks.EmptyListOnNotFoundOr404
           
static class Fallbacks.EmptyMapOnNotFoundOr404
           
static class Fallbacks.EmptyMultimapOnNotFoundOr404
           
static class Fallbacks.EmptyPagedIterableOnNotFoundOr404
           
static class Fallbacks.EmptySetOnNotFoundOr404
           
static class Fallbacks.FalseOnNotFoundOr404
           
static class Fallbacks.FalseOnNotFoundOr422
           
static class Fallbacks.NullOnNotFoundOr404
           
static class Fallbacks.TrueOnNotFoundOr404
           
static class Fallbacks.VoidOnNotFoundOr404
           
 
Method Summary
static
<T> T
valOnNotFoundOr404(T val, Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

valOnNotFoundOr404

public static <T> T valOnNotFoundOr404(T val,
                                       Throwable t)


Copyright © 2009-2013 jclouds. All Rights Reserved.