org.jclouds.rackspace.clouddns.v1.functions
Class DomainFunctions
java.lang.Object
org.jclouds.rackspace.clouddns.v1.functions.DomainFunctions
public class DomainFunctions
- extends Object
Functions for working with Domains.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GET_DOMAIN_NAME
public static final com.google.common.base.Function<Domain,String> GET_DOMAIN_NAME
- Take a Domain and return its name.
DomainFunctions
public DomainFunctions()
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.