public class Capabilities extends Object
Provisioner| Modifier and Type | Field and Description |
|---|---|
static Capabilities |
EMPTY |
| Constructor and Description |
|---|
Capabilities(Set<String> datasetTypes)
Creates a
Capabilities object from the given Set. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<String> |
getDatasetTypes() |
int |
hashCode() |
boolean |
isEmpty() |
String |
toString() |
public static final Capabilities EMPTY
public Capabilities(Set<String> datasetTypes)
Capabilities object from the given Set. Note: Capabilities are case insensitive and all
the capabilities will be converted into lowercase.datasetTypes - a Set containing dataset type capabilitiesCopyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.