Uses of Class
com.google.common.jimfs.Feature
-
-
Uses of Feature in com.google.common.jimfs
Fields in com.google.common.jimfs with type parameters of type Feature Modifier and Type Field Description private com.google.common.collect.ImmutableSet<Feature>
Configuration.Builder. supportedFeatures
(package private) com.google.common.collect.ImmutableSet<Feature>
Configuration. supportedFeatures
private com.google.common.collect.ImmutableSet<Feature>
JimfsFileStore. supportedFeatures
Methods in com.google.common.jimfs that return Feature Modifier and Type Method Description static Feature
Feature. valueOf(java.lang.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.Methods in com.google.common.jimfs with parameters of type Feature Modifier and Type Method Description Configuration.Builder
Configuration.Builder. setSupportedFeatures(Feature... features)
Sets the given features to be supported by the file system.(package private) boolean
JimfsFileStore. supportsFeature(Feature feature)
Returns whether or not the given feature is supported by this file store.Constructor parameters in com.google.common.jimfs with type arguments of type Feature Constructor Description JimfsFileStore(FileTree tree, FileFactory factory, HeapDisk disk, AttributeService attributes, com.google.common.collect.ImmutableSet<Feature> supportedFeatures, FileSystemState state)
-