public class Hosts extends Object
| Constructor and Description |
|---|
Hosts(Set<String> hosts) |
Hosts(String host,
String... moreHosts) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
get()
Get the list of hosts.
|
static Hosts |
of(String host,
String... moreHosts)
Convenience method to create an instance of
Hosts. |
String |
toString() |
Copyright © 2013-2016 The Apache Software Foundation. All rights reserved.