Uses of Enum Class
cool.scx.http.media_type.FileFormat
Packages that use FileFormat
-
Uses of FileFormat in cool.scx.http.media_type
Subclasses with type arguments of type FileFormat in cool.scx.http.media_typeMethods in cool.scx.http.media_type that return FileFormatModifier and TypeMethodDescriptionstatic FileFormatFileFormat.findByExtension(String ext) static FileFormatFileFormat.findByFileName(String filename) static FileFormatReturns the enum constant of this class with the specified name.static FileFormat[]FileFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.