Uses of Class
com.pervasive.datarush.io.FTPPath.FTPProtocol
-
Packages that use FTPPath.FTPProtocol Package Description com.pervasive.datarush.io Provides classes and interfaces performing file-like I/O operations. -
-
Uses of FTPPath.FTPProtocol in com.pervasive.datarush.io
Methods in com.pervasive.datarush.io that return FTPPath.FTPProtocol Modifier and Type Method Description FTPPath.FTPProtocol
FTPPath. getScheme()
static FTPPath.FTPProtocol
FTPPath.FTPProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static FTPPath.FTPProtocol[]
FTPPath.FTPProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-