Uses of Class
org.apache.mina.core.buffer.matcher.FileSystem
-
Packages that use FileSystem Package Description org.apache.mina.core.buffer.matcher -
-
Uses of FileSystem in org.apache.mina.core.buffer.matcher
Fields in org.apache.mina.core.buffer.matcher declared as FileSystem Modifier and Type Field Description private static FileSystemFileSystem. CURRENTThe current FileSystem.Methods in org.apache.mina.core.buffer.matcher that return FileSystem Modifier and Type Method Description private static FileSystemFileSystem. current()Gets the current file system.static FileSystemFileSystem. getCurrent()Gets the current file system.static FileSystemFileSystem. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FileSystem[]FileSystem. values()Returns an array containing the constants of this enum type, in the order they are declared.
-