Uses of Enum Class
org.apache.rat.configuration.Format
Packages that use Format
Package
Description
Classes to process configuration information from/to files.
-
Uses of Format in org.apache.rat.configuration
Subclasses with type arguments of type Format in org.apache.rat.configurationModifier and TypeClassDescriptionenumAn enumeration of the types of files that can contain the configuration information.Methods in org.apache.rat.configuration that return FormatModifier and TypeMethodDescriptionstatic FormatDetermine theFormatfrom a file.static FormatDetermine theFormatfrom the file name.static FormatDetermine theFormatfrom a URI.static FormatReturns the enum constant of this class with the specified name.static Format[]Format.values()Returns an array containing the constants of this enum class, in the order they are declared.