net.sourceforge.pmd
public final class SourceType extends Object implements Comparable<SourceType>
Field Summary | |
---|---|
static SourceType | JAVA_13 |
static SourceType | JAVA_14 |
static SourceType | JAVA_15 |
static SourceType | JAVA_16 |
static SourceType | JAVA_17 |
static SourceType | JSP |
Method Summary | |
---|---|
int | compareTo(SourceType other) |
boolean | equals(Object other) |
String | getId() |
static SourceType | getSourceTypeForId(String id)
Get the SourceType for a certain Id. |
int | hashCode() |
String | toString() |
Returns: null if not found