This project has retired. For details please refer to its
Attic page.
DomainFunctions (Apache jclouds 1.9.3 API)
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
static com.google.common.base.Function<Domain,String> |
GET_DOMAIN_NAME
Take a Domain and return its name.
|
-
Method Summary
Methods
Modifier and Type |
Method and Description |
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-2016 The Apache Software Foundation. All Rights Reserved.