Uses of Enum Class
com.google.common.jimfs.Feature
-
Uses of Feature in com.google.common.jimfs
Subclasses with type arguments of type Feature in com.google.common.jimfsModifier and TypeClassDescriptionenumOptional file system features that may be supported or unsupported by a Jimfs file system instance.Fields in com.google.common.jimfs with type parameters of type FeatureModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableSet<Feature> Configuration.Builder.supportedFeatures(package private) final com.google.common.collect.ImmutableSet<Feature> Configuration.supportedFeaturesprivate final com.google.common.collect.ImmutableSet<Feature> JimfsFileStore.supportedFeaturesMethods 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.(package private) booleanJimfsFileStore.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 FeatureModifierConstructorDescriptionJimfsFileStore(FileTree tree, FileFactory factory, HeapDisk disk, AttributeService attributes, com.google.common.collect.ImmutableSet<Feature> supportedFeatures, FileSystemState state)