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