Package | Description |
---|---|
org.codehaus.gmaven.runtime.support.stubgen.model | |
org.codehaus.gmaven.runtime.support.stubgen.parser |
Modifier and Type | Method and Description |
---|---|
SourceType |
SourceDef.getType() |
Modifier and Type | Method and Description |
---|---|
SourceDef |
ModelFactorySupport.create(URL input,
SourceType type) |
SourceDef |
ModelFactory.create(URL input,
SourceType type) |
SourceDef |
ModelFactorySupport.create(URL input,
String encoding,
SourceType type) |
SourceDef |
ModelFactory.create(URL input,
String encoding,
SourceType type) |
protected SourceDef |
ModelFactorySupport.createRoot(URL input,
SourceType type) |
void |
SourceDef.setType(SourceType type) |
Modifier and Type | Field and Description |
---|---|
static SourceType |
SourceType.GROOVY |
static SourceType |
SourceType.JAVA |
Modifier and Type | Method and Description |
---|---|
static SourceType |
SourceType.forCode(int code) |
static SourceType |
SourceType.forName(String name) |
static SourceType |
SourceType.forURL(URL url) |
SourceType |
Parser.getSourceType() |
Modifier and Type | Method and Description |
---|---|
Parser |
ParserFactory.create(SourceType type) |
Copyright © 2006-2013 Codehaus. All Rights Reserved.