Enum FileExtensionHint
- All Implemented Interfaces:
Serializable, Comparable<FileExtensionHint>, EcosystemHint
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionC file extension hint.C++ file extension hint.C file extension hint.Java file extension hint.Perl file extension hint.Perl file extension hint.Perl file extension hint.PHP file extension hint.Python file extension hint.Ruby file extension hint. -
Method Summary
Modifier and TypeMethodDescriptionReturns the ecosystem.Returns the nature of the ecosystem hint.getValue()Returns the value.static FileExtensionHintReturns the enum constant of this type with the specified name.static FileExtensionHint[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PHP
PHP file extension hint. -
PERL_PM
Perl file extension hint. -
PERL_PL
Perl file extension hint. -
JAR_JAVA
Java file extension hint. -
JAR_JSP
Perl file extension hint. -
RUBY
Ruby file extension hint. -
PYTON
Python file extension hint. -
CMAKE_CPP
C++ file extension hint. -
CMAKE_C
C file extension hint. -
CMAKE_H
C file extension hint.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getEcosystem
Description copied from interface:EcosystemHintReturns the ecosystem.- Specified by:
getEcosystemin interfaceEcosystemHint- Returns:
- the ecosystem
-
getExtension
-
getNature
Description copied from interface:EcosystemHintReturns the nature of the ecosystem hint.- Specified by:
getNaturein interfaceEcosystemHint- Returns:
- the nature of the ecosystem hint
-
getValue
Description copied from interface:EcosystemHintReturns the value.- Specified by:
getValuein interfaceEcosystemHint- Returns:
- the value
-