Enum Class Feature

java.lang.Object
java.lang.Enum<Feature>
com.google.common.jimfs.Feature
All Implemented Interfaces:
Serializable, Comparable<Feature>, Constable

public enum Feature extends Enum<Feature>
Optional file system features that may be supported or unsupported by a Jimfs file system instance.
Author:
Colin Decker