Uses of Class
org.uberfire.java.nio.fs.file.SimpleFileSystemProvider.OSType
-
-
Uses of SimpleFileSystemProvider.OSType in org.uberfire.java.nio.fs.file
Methods in org.uberfire.java.nio.fs.file that return SimpleFileSystemProvider.OSType Modifier and Type Method Description static SimpleFileSystemProvider.OSTypeSimpleFileSystemProvider.OSType. currentOS()static SimpleFileSystemProvider.OSTypeSimpleFileSystemProvider.OSType. valueOf(String name)Returns the enum constant of this type with the specified name.static SimpleFileSystemProvider.OSType[]SimpleFileSystemProvider.OSType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.uberfire.java.nio.fs.file with parameters of type SimpleFileSystemProvider.OSType Constructor Description SimpleFileSystemProvider(File[] roots, SimpleFileSystemProvider.OSType osType)
-