Modifier and Type | Method and Description |
---|---|
static Feature |
Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Feature[] |
Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Configuration.Builder |
Configuration.Builder.setSupportedFeatures(Feature... features)
Sets the given features to be supported by the file system.
|
Copyright © 2013–2017 Google Inc.. All rights reserved.