Uses of Class
io.roastedroot.zerofs.Feature
-
-
Uses of Feature in io.roastedroot.zerofs
Fields in io.roastedroot.zerofs with type parameters of type Feature Modifier and Type Field Description private java.util.Set<Feature>Configuration.Builder. supportedFeatures(package private) java.util.Set<Feature>Configuration. supportedFeaturesprivate java.util.Set<Feature>ZeroFsFileStore. supportedFeaturesMethods in io.roastedroot.zerofs that return Feature Modifier and Type Method Description static FeatureFeature. 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 io.roastedroot.zerofs with parameters of type Feature Modifier and Type Method Description Configuration.BuilderConfiguration.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 Feature Constructor Description ZeroFsFileStore(FileTree tree, FileFactory factory, HeapDisk disk, AttributeService attributes, java.util.Set<Feature> supportedFeatures, FileSystemState state)
-