Uses of Enum
org.apache.ftpserver.ftplet.DataType
-
Uses of DataType in org.apache.ftpserver.ftplet
Methods in org.apache.ftpserver.ftplet that return DataTypeModifier and TypeMethodDescriptionFtpSession.getDataType()Get the data type.static DataTypeDataType.parseArgument(char argument) Parses the argument value from the TYPE command into the type safe classstatic DataTypeReturns the enum constant of this type with the specified name.static DataType[]DataType.values()Returns an array containing the constants of this enum type, in the order they are declared.