public final class SourceType extends Object
Modifier and Type | Field and Description |
---|---|
int |
code |
static SourceType |
GROOVY |
static int |
GROOVY_CODE |
static String |
GROOVY_EXT |
static String |
GROOVY_NAME |
static SourceType |
JAVA |
static int |
JAVA_CODE |
static String |
JAVA_EXT |
static String |
JAVA_NAME |
String |
name |
static String |
SOURCE_TYPE_TAG |
Modifier and Type | Method and Description |
---|---|
static SourceType |
forCode(int code) |
static SourceType |
forName(String name) |
static SourceType |
forURL(URL url) |
String |
toString() |
public static final SourceType GROOVY
public static final String GROOVY_EXT
public static final String GROOVY_NAME
public static final int GROOVY_CODE
public static final SourceType JAVA
public static final String JAVA_EXT
public static final String JAVA_NAME
public static final int JAVA_CODE
public static final String SOURCE_TYPE_TAG
public final String name
public final int code
public static SourceType forURL(URL url)
public static SourceType forName(String name)
public static SourceType forCode(int code)
Copyright © 2006–2013 Codehaus. All rights reserved.