Uses of Enum
io.roastedroot.zerofs.Feature
-
Uses of Feature in io.roastedroot.zerofs
Fields in io.roastedroot.zerofs with type parameters of type FeatureModifier and TypeFieldDescriptionConfiguration.Builder.supportedFeaturesConfiguration.supportedFeaturesZeroFsFileStore.supportedFeaturesMethods in io.roastedroot.zerofs that return FeatureModifier and TypeMethodDescriptionstatic FeatureReturns 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 io.roastedroot.zerofs with parameters of type FeatureModifier and TypeMethodDescriptionConfiguration.Builder.setSupportedFeatures(Feature... features) Sets the given features to be supported by the file system.(package private) booleanZeroFsFileStore.supportsFeature(Feature feature) Returns whether or not the given feature is supported by this file store.Constructor parameters in io.roastedroot.zerofs with type arguments of type FeatureModifierConstructorDescriptionZeroFsFileStore(FileTree tree, FileFactory factory, HeapDisk disk, AttributeService attributes, Set<Feature> supportedFeatures, FileSystemState state)