Uses of Enum Class
com.google.common.jimfs.Feature
-
Uses of Feature in com.google.common.jimfs
Methods in com.google.common.jimfs that return FeatureModifier and TypeMethodDescriptionstatic FeatureReturns the enum constant of this class with the specified name.static Feature[]Feature.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.common.jimfs with parameters of type FeatureModifier and TypeMethodDescriptionConfiguration.Builder.setSupportedFeatures(Feature... features) Sets the given features to be supported by the file system.