public enum FileExtensionHint extends java.lang.Enum<FileExtensionHint> implements EcosystemHint
| Enum Constant and Description |
|---|
CMAKE_C
C file extension hint.
|
CMAKE_CPP
C++ file extension hint.
|
CMAKE_H
C file extension hint.
|
JAR_JAVA
Java file extension hint.
|
JAR_JSP
Perl file extension hint.
|
PERL_PL
Perl file extension hint.
|
PERL_PM
Perl file extension hint.
|
PHP
PHP file extension hint.
|
PYTON
Python file extension hint.
|
RUBY
Ruby file extension hint.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEcosystem()
Returns the ecosystem.
|
java.lang.String |
getExtension() |
EcosystemHintNature |
getNature()
Returns the nature of the ecosystem hint.
|
java.lang.String |
getValue()
Returns the value.
|
static FileExtensionHint |
valueOf(java.lang.String name)
Returns 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.
|
public static final FileExtensionHint PHP
public static final FileExtensionHint PERL_PM
public static final FileExtensionHint PERL_PL
public static final FileExtensionHint JAR_JAVA
public static final FileExtensionHint JAR_JSP
public static final FileExtensionHint RUBY
public static final FileExtensionHint PYTON
public static final FileExtensionHint CMAKE_CPP
public static final FileExtensionHint CMAKE_C
public static final FileExtensionHint CMAKE_H
public static FileExtensionHint[] values()
for (FileExtensionHint c : FileExtensionHint.values()) System.out.println(c);
public static FileExtensionHint valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getEcosystem()
EcosystemHintgetEcosystem in interface EcosystemHintpublic java.lang.String getExtension()
public EcosystemHintNature getNature()
EcosystemHintgetNature in interface EcosystemHintpublic java.lang.String getValue()
EcosystemHintgetValue in interface EcosystemHintCopyright© 2012-21 Jeremy Long. All Rights Reserved.