Package mekhq.io
Enum Class FileType
- All Implemented Interfaces:
Serializable
,Comparable<FileType>
,Constable
Enumeration holding information about the file types that are most relevant for MekHQ
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
PRSX
Value for personnel files. -
PARTS
Value for parts files. -
JSON
Value for json files. -
CSV
Value for csv files. -
TSV
Value for tsv files. -
XML
Value for xml files. -
PNG
Value for png files. -
MUL
Value for mul files. -
CPNX
Value for campaign files.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getDescription
- Returns:
- the description of this file type
-
getExtensions
- Returns:
- what extensions the files of type usually have
-
getRecommendedExtension
- Returns:
- the recommended extension for files of this type
-
getNameFilter
- Returns:
- a matcher to filter files of this type based on the file name
-