org.jclouds.rackspace.clouddns.v1.functions
Class DomainFunctions

java.lang.Object
  extended by org.jclouds.rackspace.clouddns.v1.functions.DomainFunctions

public class DomainFunctions
extends Object

Functions for working with Domains.


Field Summary
static com.google.common.base.Function<Domain,String> GET_DOMAIN_NAME
          Take a Domain and return its name.
 
Constructor Summary
DomainFunctions()
           
 
Method Summary
static Map<String,Domain> toDomainMap(Set<Domain> domains)
          Take a Set of Domains and return a Map of domain name to the Domain.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GET_DOMAIN_NAME

public static final com.google.common.base.Function<Domain,String> GET_DOMAIN_NAME
Take a Domain and return its name.

Constructor Detail

DomainFunctions

public DomainFunctions()
Method Detail

toDomainMap

public static Map<String,Domain> toDomainMap(Set<Domain> domains)
Take a Set of Domains and return a Map of domain name to the Domain.



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