|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MojoDescriptor | |
---|---|
org.apache.maven.lifecycle.internal | |
org.apache.maven.plugin | |
org.apache.maven.plugin.descriptor | |
org.apache.maven.plugin.internal |
Uses of MojoDescriptor in org.apache.maven.lifecycle.internal |
---|
Methods in org.apache.maven.lifecycle.internal that return MojoDescriptor | |
---|---|
MojoDescriptor |
MojoDescriptorCreator.getMojoDescriptor(String task,
MavenSession session,
MavenProject project)
|
Methods in org.apache.maven.lifecycle.internal with parameters of type MojoDescriptor | |
---|---|
static org.codehaus.plexus.util.xml.Xpp3Dom |
MojoDescriptorCreator.convert(MojoDescriptor mojoDescriptor)
|
void |
MojoExecutor.ensureDependenciesAreResolved(MojoDescriptor mojoDescriptor,
MavenSession session,
DependencyContext dependencyContext)
|
Uses of MojoDescriptor in org.apache.maven.plugin |
---|
Methods in org.apache.maven.plugin that return MojoDescriptor | |
---|---|
MojoDescriptor |
PluginParameterException.getMojoDescriptor()
|
MojoDescriptor |
MojoExecution.getMojoDescriptor()
|
MojoDescriptor |
MavenPluginManager.getMojoDescriptor(Plugin plugin,
String goal,
List<RemoteRepository> repositories,
RepositorySystemSession session)
Retrieves the descriptor for the specified plugin goal from the plugin's main artifact. |
MojoDescriptor |
DefaultBuildPluginManager.getMojoDescriptor(Plugin plugin,
String goal,
List<RemoteRepository> repositories,
RepositorySystemSession session)
|
MojoDescriptor |
BuildPluginManager.getMojoDescriptor(Plugin plugin,
String goal,
List<RemoteRepository> repositories,
RepositorySystemSession session)
|
Methods in org.apache.maven.plugin with parameters of type MojoDescriptor | |
---|---|
void |
MojoExecution.setMojoDescriptor(MojoDescriptor mojoDescriptor)
|
Constructors in org.apache.maven.plugin with parameters of type MojoDescriptor | |
---|---|
MojoExecution(MojoDescriptor mojoDescriptor)
|
|
MojoExecution(MojoDescriptor mojoDescriptor,
String executionId)
|
|
MojoExecution(MojoDescriptor mojoDescriptor,
String executionId,
MojoExecution.Source source)
|
|
MojoExecution(MojoDescriptor mojoDescriptor,
org.codehaus.plexus.util.xml.Xpp3Dom configuration)
|
|
PluginContainerException(MojoDescriptor mojoDescriptor,
org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm,
String message,
org.codehaus.plexus.component.repository.exception.ComponentLookupException e)
|
|
PluginContainerException(MojoDescriptor mojoDescriptor,
org.codehaus.plexus.classworlds.realm.ClassRealm pluginRealm,
String message,
Throwable e)
|
|
PluginManagerException(MojoDescriptor mojoDescriptor,
MavenProject project,
String message)
|
|
PluginManagerException(MojoDescriptor mojoDescriptor,
MavenProject project,
String message,
org.codehaus.plexus.classworlds.realm.NoSuchRealmException cause)
|
|
PluginManagerException(MojoDescriptor mojoDescriptor,
MavenProject project,
String message,
Throwable cause)
|
|
PluginManagerException(MojoDescriptor mojoDescriptor,
String message,
MavenProject project,
org.codehaus.plexus.PlexusContainerException cause)
|
|
PluginManagerException(MojoDescriptor mojoDescriptor,
String message,
Throwable cause)
|
|
PluginParameterException(MojoDescriptor mojo,
List<Parameter> parameters)
|
Uses of MojoDescriptor in org.apache.maven.plugin.descriptor |
---|
Methods in org.apache.maven.plugin.descriptor that return MojoDescriptor | |
---|---|
MojoDescriptor |
PluginDescriptorBuilder.buildComponentDescriptor(org.codehaus.plexus.configuration.PlexusConfiguration c,
PluginDescriptor pluginDescriptor)
|
MojoDescriptor |
MojoDescriptor.clone()
Creates a shallow copy of this mojo descriptor. |
MojoDescriptor |
PluginDescriptor.getMojo(String goal)
|
Methods in org.apache.maven.plugin.descriptor that return types with arguments of type MojoDescriptor | |
---|---|
List<MojoDescriptor> |
PluginDescriptor.getMojos()
|
Methods in org.apache.maven.plugin.descriptor with parameters of type MojoDescriptor | |
---|---|
void |
PluginDescriptor.addMojo(MojoDescriptor mojoDescriptor)
|
Uses of MojoDescriptor in org.apache.maven.plugin.internal |
---|
Methods in org.apache.maven.plugin.internal that return MojoDescriptor | |
---|---|
MojoDescriptor |
DefaultMavenPluginManager.getMojoDescriptor(Plugin plugin,
String goal,
List<RemoteRepository> repositories,
RepositorySystemSession session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |