- call(Object[]) - Method in interface org.codehaus.gmaven.runtime.util.Callable
-
- Callable - Interface in org.codehaus.gmaven.runtime.util
-
Provides a simple way to represent a Groovy closure w/o the actual closure.
- canConvert(Class) - Method in class org.codehaus.gmaven.plugin.execute.SourceConverter
-
- capitalize(String) - Method in class org.codehaus.gmaven.runtime.support.stubgen.render.RendererSupport
-
- CHAR - Static variable in class org.codehaus.gmaven.runtime.support.stubgen.model.TypeDef
-
- checkExit(int) - Method in class org.codehaus.gmaven.runtime.support.util.NoExitSecurityManager
-
- checkPermission(Permission) - Method in class org.codehaus.gmaven.runtime.support.util.NoExitSecurityManager
-
- child(String) - Method in class org.codehaus.gmaven.feature.Configuration
-
- child(Feature) - Method in class org.codehaus.gmaven.feature.Configuration
-
- childCount() - Method in class org.codehaus.gmaven.runtime.support.stubgen.parser.NodeSupport
-
- CLASS - Static variable in class org.codehaus.gmaven.runtime.support.stubgen.model.ClassDef.Type
-
- CLASS_CODE - Static variable in class org.codehaus.gmaven.runtime.support.stubgen.model.ClassDef.Type
-
- CLASS_NAME - Static variable in class org.codehaus.gmaven.runtime.support.stubgen.model.ClassDef.Type
-
- ClassCompiler - Interface in org.codehaus.gmaven.runtime
-
Groovy class compiler abstraction.
- ClassCompiler.Keys - Interface in org.codehaus.gmaven.runtime
-
- ClassCompilerFeature - Class in org.codehaus.gmaven.runtime.v1_8
-
Provides the class compilation feature.
- ClassCompilerFeature() - Constructor for class org.codehaus.gmaven.runtime.v1_8.ClassCompilerFeature
-
- ClassDef - Class in org.codehaus.gmaven.runtime.support.stubgen.model
-
Representation of a class definition.
- ClassDef() - Constructor for class org.codehaus.gmaven.runtime.support.stubgen.model.ClassDef
-
- ClassDef(ClassDef.Type) - Constructor for class org.codehaus.gmaven.runtime.support.stubgen.model.ClassDef
-
- classDef(Node) - Method in class org.codehaus.gmaven.runtime.support.stubgen.model.ModelFactorySupport
-
- ClassDef.Type - Class in org.codehaus.gmaven.runtime.support.stubgen.model
-
Psuedo-enum for class type.
- ClassFactory - Interface in org.codehaus.gmaven.runtime
-
Provides an abstraction to load Groovy classes.
- ClassFactoryFeature - Class in org.codehaus.gmaven.runtime.v1_8
-
Provides the class factory feature.
- ClassFactoryFeature() - Constructor for class org.codehaus.gmaven.runtime.v1_8.ClassFactoryFeature
-
- classLoader - Variable in class org.codehaus.gmaven.runtime.support.util.ResourceLoaderImpl
-
- classpath - Variable in class org.codehaus.gmaven.plugin.CompilerMojoSupport
-
Additional artifacts to add to the classpath (in addition to the classpath
which is picked up from the executing poms configuration).
- ClassSource - Class in org.codehaus.gmaven.runtime.util
-
Container which provides defails about a Groovy scripts source.
- ClassSource(URL) - Constructor for class org.codehaus.gmaven.runtime.util.ClassSource
-
- ClassSource(File) - Constructor for class org.codehaus.gmaven.runtime.util.ClassSource
-
- ClassSource(ClassSource.Body) - Constructor for class org.codehaus.gmaven.runtime.util.ClassSource
-
- ClassSource.Body - Class in org.codehaus.gmaven.runtime.util
-
- ClassSource.Body(String, String, InputStream) - Constructor for class org.codehaus.gmaven.runtime.util.ClassSource.Body
-
- ClassSource.Body(String) - Constructor for class org.codehaus.gmaven.runtime.util.ClassSource.Body
-
- clazz - Variable in class org.codehaus.gmaven.runtime.support.stubgen.model.ModelFactorySupport
-
- clazz - Variable in class org.codehaus.gmaven.runtime.support.stubgen.render.RendererSupport
-
- CleanMojo - Class in org.codehaus.gmaven.examples.clean
-
- CleanMojo() - Constructor for class org.codehaus.gmaven.examples.clean.CleanMojo
-
- clear() - Method in class org.codehaus.gmaven.feature.Configuration
-
- clone() - Method in class org.codehaus.gmaven.feature.Configuration
-
- code - Variable in class org.codehaus.gmaven.runtime.support.stubgen.model.ClassDef.Type
-
- code - Variable in class org.codehaus.gmaven.runtime.support.stubgen.model.MethodDef.Type
-
- code - Variable in class org.codehaus.gmaven.runtime.support.stubgen.parser.SourceType
-
- codeBase - Variable in class org.codehaus.gmaven.runtime.util.ClassSource.Body
-
- COLOR - Static variable in interface org.codehaus.gmaven.runtime.Shell.Keys
-
- column() - Method in interface org.codehaus.gmaven.runtime.support.stubgen.parser.Node
-
- column - Variable in class org.codehaus.gmaven.runtime.support.stubgen.parser.ParseException.Location
-
- compareTo(Version) - Method in class org.codehaus.gmaven.feature.Version
-
Compares versions.
- compareTo(Object) - Method in class org.codehaus.gmaven.feature.Version
-
- compile(ClassCompiler, FileSet[]) - Method in class org.codehaus.gmaven.plugin.compile.AbstractCompileMojo
-
- compile(StubCompiler, FileSet[]) - Method in class org.codehaus.gmaven.plugin.stubgen.AbstractGenerateStubsMojo
-
- compile() - Method in interface org.codehaus.gmaven.runtime.util.Compiler
-
- compile() - Method in class org.codehaus.gmaven.runtime.v1_8.JavaStubCompilationUnit
-
- CompileMojo - Class in org.codehaus.gmaven.plugin.compile
-
Compiles Groovy sources.
- CompileMojo() - Constructor for class org.codehaus.gmaven.plugin.compile.CompileMojo
-
- Compiler - Interface in org.codehaus.gmaven.runtime.util
-
A common interface for compiler components.
- CompilerMojoSupport - Class in org.codehaus.gmaven.plugin
-
Support for compile mojos (class and stub gen).
- CompilerMojoSupport(String) - Constructor for class org.codehaus.gmaven.plugin.CompilerMojoSupport
-
- CompilerSupport - Class in org.codehaus.gmaven.runtime.support
-
Support for
Compiler
component implementations.
- CompilerSupport(Feature, Configuration) - Constructor for class org.codehaus.gmaven.runtime.support.CompilerSupport
-
- CompilerSupport(Feature) - Constructor for class org.codehaus.gmaven.runtime.support.CompilerSupport
-
- compileState - Variable in class org.codehaus.gmaven.plugin.CompilerMojoSupport
-
- CompileState - Class in org.codehaus.gmaven.plugin
-
Support for communication between stub generation and compilation.
- CompileState() - Constructor for class org.codehaus.gmaven.plugin.CompileState
-
- Component - Interface in org.codehaus.gmaven.feature
-
A component feature.
- ComponentException - Exception in org.codehaus.gmaven.feature
-
Thrown to indicate a component failure.
- ComponentException() - Constructor for exception org.codehaus.gmaven.feature.ComponentException
-
- ComponentException(String) - Constructor for exception org.codehaus.gmaven.feature.ComponentException
-
- ComponentException(String, Throwable) - Constructor for exception org.codehaus.gmaven.feature.ComponentException
-
- ComponentException(Throwable) - Constructor for exception org.codehaus.gmaven.feature.ComponentException
-
- ComponentMojoSupport - Class in org.codehaus.gmaven.plugin
-
Support for Mojo implementations which delegate to a feature component.
- ComponentMojoSupport(String) - Constructor for class org.codehaus.gmaven.plugin.ComponentMojoSupport
-
- ComponentSupport - Class in org.codehaus.gmaven.feature.support
-
Provides support for
Component
implementations.
- ComponentSupport(Feature, Configuration) - Constructor for class org.codehaus.gmaven.feature.support.ComponentSupport
-
- ComponentSupport(Feature) - Constructor for class org.codehaus.gmaven.feature.support.ComponentSupport
-
- config() - Method in interface org.codehaus.gmaven.feature.Component
-
- config() - Method in interface org.codehaus.gmaven.feature.Feature
-
- config() - Method in interface org.codehaus.gmaven.feature.Provider
-
- config - Variable in class org.codehaus.gmaven.feature.support.ComponentSupport
-
- config() - Method in class org.codehaus.gmaven.feature.support.ComponentSupport
-
- config - Variable in class org.codehaus.gmaven.feature.support.FeatureSupport
-
- config() - Method in class org.codehaus.gmaven.feature.support.FeatureSupport
-
- config - Variable in class org.codehaus.gmaven.feature.support.ProviderSupport
-
- config() - Method in class org.codehaus.gmaven.feature.support.ProviderSupport
-
- Configuration - Class in org.codehaus.gmaven.feature
-
Container for configuration information as name-value pairs.
- Configuration() - Constructor for class org.codehaus.gmaven.feature.Configuration
-
- Configuration(Configuration) - Constructor for class org.codehaus.gmaven.feature.Configuration
-
- configuration - Variable in class org.codehaus.gmaven.plugin.execute.Source
-
- ConfigurationException - Exception in org.codehaus.gmaven.feature
-
Thrown to indicate a configuration failure.
- ConfigurationException() - Constructor for exception org.codehaus.gmaven.feature.ConfigurationException
-
- ConfigurationException(String) - Constructor for exception org.codehaus.gmaven.feature.ConfigurationException
-
- ConfigurationException(String, Throwable) - Constructor for exception org.codehaus.gmaven.feature.ConfigurationException
-
- ConfigurationException(Throwable) - Constructor for exception org.codehaus.gmaven.feature.ConfigurationException
-
- configure(Configuration) - Method in class org.codehaus.gmaven.plugin.ComponentMojoSupport
-
- configure(Configuration) - Method in class org.codehaus.gmaven.plugin.tools.ShellMojo
-
- configure(CompilerConfiguration) - Method in class org.codehaus.gmaven.runtime.v1_8.JavaStubCompilationUnit
-
- Console - Interface in org.codehaus.gmaven.runtime
-
An abstraction of the Groovy GUI console.
- ConsoleFeature - Class in org.codehaus.gmaven.runtime.v1_8
-
Provides the GUI console feature.
- ConsoleFeature() - Constructor for class org.codehaus.gmaven.runtime.v1_8.ConsoleFeature
-
- ConsoleMojo - Class in org.codehaus.gmaven.plugin.tools
-
Launches the Groovy GUI console.
- ConsoleMojo() - Constructor for class org.codehaus.gmaven.plugin.tools.ConsoleMojo
-
- ConstructorDef - Class in org.codehaus.gmaven.runtime.support.stubgen.model
-
Representation of a constructor definition.
- ConstructorDef() - Constructor for class org.codehaus.gmaven.runtime.support.stubgen.model.ConstructorDef
-
- ConstructorDef(boolean) - Constructor for class org.codehaus.gmaven.runtime.support.stubgen.model.ConstructorDef
-
- constructorDef(Node) - Method in class org.codehaus.gmaven.runtime.support.stubgen.model.ModelFactorySupport
-
- contains(String) - Method in class org.codehaus.gmaven.feature.Configuration
-
- contextualize(Context) - Method in class org.codehaus.gmaven.runtime.loader.DefaultProviderLoader
-
- contextualize(Context) - Method in class org.codehaus.gmaven.runtime.loader.DefaultProviderSelector
-
- create(Configuration) - Method in interface org.codehaus.gmaven.feature.Feature
-
- create() - Method in interface org.codehaus.gmaven.feature.Feature
-
- create(Configuration) - Method in class org.codehaus.gmaven.feature.support.FeatureSupport
-
- create() - Method in class org.codehaus.gmaven.feature.support.FeatureSupport
-
- create(ClassSource, ClassLoader, ResourceLoader) - Method in interface org.codehaus.gmaven.runtime.ClassFactory
-
- create(ClassSource, ClassLoader) - Method in interface org.codehaus.gmaven.runtime.ClassFactory
-
- create(String, ClassLoader, ResourceLoader) - Method in interface org.codehaus.gmaven.runtime.ClassFactory
-
- create(String, ClassLoader) - Method in interface org.codehaus.gmaven.runtime.ClassFactory
-
- create(URL) - Method in interface org.codehaus.gmaven.runtime.support.stubgen.model.ModelFactory
-
- create(URL, SourceType) - Method in interface org.codehaus.gmaven.runtime.support.stubgen.model.ModelFactory
-
- create(URL, String) - Method in interface org.codehaus.gmaven.runtime.support.stubgen.model.ModelFactory
-
- create(URL, String, SourceType) - Method in interface org.codehaus.gmaven.runtime.support.stubgen.model.ModelFactory
-
- create(URL) - Method in class org.codehaus.gmaven.runtime.support.stubgen.model.ModelFactorySupport
-
- create(URL, SourceType) - Method in class org.codehaus.gmaven.runtime.support.stubgen.model.ModelFactorySupport
-
- create(URL, String) - Method in class org.codehaus.gmaven.runtime.support.stubgen.model.ModelFactorySupport
-
- create(URL, String, SourceType) - Method in class org.codehaus.gmaven.runtime.support.stubgen.model.ModelFactorySupport
-
- create(SourceType) - Method in interface org.codehaus.gmaven.runtime.support.stubgen.parser.ParserFactory
-
- create(SourceDef) - Method in interface org.codehaus.gmaven.runtime.support.stubgen.render.RendererFactory
-
- create(SourceDef) - Method in class org.codehaus.gmaven.runtime.support.stubgen.render.RendererFactorySupport
-
- createArtifact(ArtifactItem) - Method in class org.codehaus.gmaven.plugin.MojoSupport
-
Create a new artifact.
- createArtifacts(ArtifactFactory, String, ArtifactFilter) - Method in class org.codehaus.gmaven.plugin.execute.MavenProjectDelegateAdapter
-
- createClassPath() - Method in class org.codehaus.gmaven.plugin.MojoSupport
-
- createClosure(Callable) - Method in class org.codehaus.gmaven.runtime.support.ScriptExecutorSupport
-
- createComponentRealm(Provider, URL[]) - Method in class org.codehaus.gmaven.runtime.loader.realm.DefaultRealmManager
-
- createComponentRealm(Provider, URL[]) - Method in interface org.codehaus.gmaven.runtime.loader.realm.RealmManager
-
- createDependency(Artifact) - Method in interface org.codehaus.gmaven.runtime.loader.artifact.ArtifactHandler
-
- createMagicAttribute(MagicAttribute) - Method in class org.codehaus.gmaven.runtime.support.ScriptExecutorSupport
-
- createMagicConstructor() - Method in class org.codehaus.gmaven.runtime.support.stubgen.render.RendererSupport
-
- createProviderRealm(String, URL[], ClassLoader) - Method in class org.codehaus.gmaven.runtime.loader.realm.DefaultRealmManager
-
- createProviderRealm(String, URL[], ClassLoader) - Method in interface org.codehaus.gmaven.runtime.loader.realm.RealmManager
-
- createQuery(String) - Method in interface org.codehaus.gmaven.runtime.loader.artifact.ArtifactHandler
-
- createRenderer(ClassDef) - Method in class org.codehaus.gmaven.runtime.support.stubgen.render.RendererFactorySupport
-
- createRenderer(SourceDef) - Method in class org.codehaus.gmaven.runtime.support.stubgen.render.RendererFactorySupport
-
- createRoot(URL, SourceType) - Method in class org.codehaus.gmaven.runtime.support.stubgen.model.ModelFactorySupport
-
- CTOR - Static variable in class org.codehaus.gmaven.runtime.support.stubgen.model.MethodDef.Type
-
- CTOR_CODE - Static variable in class org.codehaus.gmaven.runtime.support.stubgen.model.MethodDef.Type
-
- CTOR_NAME - Static variable in class org.codehaus.gmaven.runtime.support.stubgen.model.MethodDef.Type
-