org.jclouds.route53.predicates
Class ResourceRecordSetPredicates

java.lang.Object
  extended by org.jclouds.route53.predicates.ResourceRecordSetPredicates

public class ResourceRecordSetPredicates
extends Object

Predicates handy when working with ResourceResourceRecordSet Types


Constructor Summary
ResourceRecordSetPredicates()
           
 
Method Summary
static com.google.common.base.Predicate<ResourceRecordSet> typeEquals(String type)
          matches zones of the given type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceRecordSetPredicates

public ResourceRecordSetPredicates()
Method Detail

typeEquals

public static com.google.common.base.Predicate<ResourceRecordSet> typeEquals(String type)
matches zones of the given type



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.