Package | Description |
---|---|
org.codehaus.gmaven.runtime.support.stubgen.model | |
org.codehaus.gmaven.runtime.support.stubgen.render |
Modifier and Type | Field and Description |
---|---|
protected SourceDef |
ModelFactorySupport.source |
Modifier and Type | Method and Description |
---|---|
SourceDef |
ModelFactory.create(URL input) |
SourceDef |
ModelFactorySupport.create(URL input) |
SourceDef |
ModelFactory.create(URL input,
SourceType type) |
SourceDef |
ModelFactorySupport.create(URL input,
SourceType type) |
SourceDef |
ModelFactory.create(URL input,
String encoding) |
SourceDef |
ModelFactorySupport.create(URL input,
String encoding) |
SourceDef |
ModelFactory.create(URL input,
String encoding,
SourceType type) |
SourceDef |
ModelFactorySupport.create(URL input,
String encoding,
SourceType type) |
protected SourceDef |
ModelFactorySupport.createRoot(URL input,
SourceType type) |
SourceDef |
ClassDef.getParent() |
SourceDef |
PackageDef.getParent() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
ModelFactorySupport.addDefaultImports(SourceDef model) |
void |
ClassDef.setParent(SourceDef parent) |
void |
PackageDef.setParent(SourceDef def) |
Modifier and Type | Method and Description |
---|---|
Set |
RendererFactorySupport.create(SourceDef model) |
Set |
RendererFactory.create(SourceDef model) |
protected Renderer |
RendererFactorySupport.createRenderer(SourceDef def) |
Copyright © 2006–2013 Codehaus. All rights reserved.