Uses of Class
org.apache.iotdb.commons.file.SystemFileFactory
-
Packages that use SystemFileFactory Package Description org.apache.iotdb.commons.file -
-
Uses of SystemFileFactory in org.apache.iotdb.commons.file
Methods in org.apache.iotdb.commons.file that return SystemFileFactory Modifier and Type Method Description static SystemFileFactorySystemFileFactory. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SystemFileFactory[]SystemFileFactory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-