|
jDocBook Maven Plugin 2.3.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.jboss.maven.plugins.jdocbook.MojoInternalConfigSupport
public abstract class MojoInternalConfigSupport
Defines injection of config we will need. Helps clean up the real code source.
| Field Summary | |
|---|---|
protected org.codehaus.plexus.archiver.manager.ArchiverManager |
archiverManager
INTERNAL : used to get reference to environemtn Archiver/UnArchiver. |
protected org.apache.maven.artifact.resolver.ArtifactCollector |
artifactCollector
INTERNAL : The artifact collector to use. |
protected org.apache.maven.artifact.metadata.ArtifactMetadataSource |
artifactMetadataSource
INTERNAL : The artifact metadata source to use. |
protected org.apache.maven.artifact.resolver.ArtifactResolver |
artifactResolver
INTERNAL : Artifact resolver, needed to download dependencies |
protected org.apache.maven.artifact.repository.ArtifactRepository |
localRepository
INTERNAL : The artifact repository to use. |
protected List |
pluginArtifacts
INTERNAL : The artifacts associated to the dependencies defined as part of our configuration within the project to which we are being attached. |
protected org.apache.maven.project.MavenProject |
project
INTERNAL : The project being built |
protected Set |
projectArtifacts
INTERNAL : The artifacts associated with the dependencies defined as part of the project to which we are being attached. |
protected org.apache.maven.execution.MavenSession |
session
INTERNAL : The representation of the maven execution. |
protected org.apache.maven.settings.Settings |
settings
INTERNAL : The user settings (used to locate http proxy information). |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
MojoInternalConfigSupport()
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.maven.plugin.AbstractMojo |
|---|
getLog, getPluginContext, setLog, setPluginContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
|---|
execute |
| Field Detail |
|---|
protected org.apache.maven.project.MavenProject project
protected Set projectArtifacts
protected List pluginArtifacts
protected org.apache.maven.execution.MavenSession session
protected org.apache.maven.settings.Settings settings
protected org.apache.maven.artifact.repository.ArtifactRepository localRepository
protected org.apache.maven.artifact.metadata.ArtifactMetadataSource artifactMetadataSource
protected org.apache.maven.artifact.resolver.ArtifactCollector artifactCollector
protected org.codehaus.plexus.archiver.manager.ArchiverManager archiverManager
protected org.apache.maven.artifact.resolver.ArtifactResolver artifactResolver
| Constructor Detail |
|---|
public MojoInternalConfigSupport()
|
jDocBook Maven Plugin 2.3.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||