Modifier and Type | Method and Description |
---|---|
Component |
Feature.create() |
Component |
Feature.create(Configuration context) |
Modifier and Type | Class and Description |
---|---|
class |
ComponentSupport
Provides support for
Component implementations. |
Modifier and Type | Method and Description |
---|---|
Component |
FeatureSupport.create() |
Component |
FeatureSupport.create(Configuration context) |
protected abstract Component |
FeatureSupport.doCreate() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
ComponentMojoSupport.process(Component component) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractCompileMojo.process(Component component) |
Modifier and Type | Method and Description |
---|---|
protected void |
ExecuteMojo.process(Component component) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractGenerateStubsMojo.process(Component component) |
Modifier and Type | Method and Description |
---|---|
protected void |
ShellMojo.process(Component component) |
protected void |
ConsoleMojo.process(Component component) |
Modifier and Type | Interface and Description |
---|---|
interface |
ClassCompiler
Groovy class compiler abstraction.
|
interface |
ClassFactory
Provides an abstraction to load Groovy classes.
|
interface |
Console
An abstraction of the Groovy GUI console.
|
interface |
ScriptExecutor
Provides an abstraction to execute Groovy scripts.
|
interface |
Shell
An abstraction of the Groovy CLI shell.
|
interface |
StubCompiler
Groovy Groovy to Java stub compiler abstraction.
|
interface |
TraceSanitizer
Provides an abstraction to sanatize Groovy stack-traces.
|
Modifier and Type | Class and Description |
---|---|
class |
CompilerSupport
Support for
Compiler component implementations. |
class |
ScriptExecutorSupport
Support for
ScriptExecutor component implementations. |
class |
TraceSanitizerSupport
Provides a default stack trace sanitizer, should work with most versions of Groovy.
|
Modifier and Type | Method and Description |
---|---|
protected Component |
ConsoleFeature.doCreate() |
protected Component |
StubCompilerFeature.doCreate() |
protected Component |
ShellFeature.doCreate() |
protected Component |
ScriptExecutorFeature.doCreate() |
protected Component |
TraceSanitizerFeature.doCreate() |
protected Component |
ClassFactoryFeature.doCreate() |
protected Component |
ClassCompilerFeature.doCreate() |
Copyright © 2006-2013 Codehaus. All Rights Reserved.