Interface Language
- All Superinterfaces:
- ExtensibleEnum
Language.
 
 This extensible enum has two defined values, NONE and JAVA_FAMILY,
 but can be extended by registering a org.apache.maven.api.spi.LanguageProvider.
 
 Implementation must have equals() and hashCode() implemented, so implementations of this interface
 can be used as keys.
- Since:
- 4.0.0
- 
Field SummaryFields
- 
Method SummaryMethods inherited from interface org.apache.maven.api.ExtensibleEnumid
- 
Field Details- 
NONE
- 
RESOURCESThe "resources" language. This is used for files such as images to provide in the output.
- 
SCRIPTDeprecated.UseRESOURCESinstead.The "script" language. Provided for compatibility with Maven 3.
- 
JAVA_FAMILY
 
- 
RESOURCESinstead.