Uses of Class
org.apache.maven.AbstractMavenComponent

Packages that use AbstractMavenComponent
org.apache.maven Core code used to execute Maven. 
org.apache.maven.plugin Code to cache and manage plugin execution. 
org.apache.maven.verifier Code that verifies Maven configuration details. 
 

Uses of AbstractMavenComponent in org.apache.maven
 

Subclasses of AbstractMavenComponent in org.apache.maven
 class MavenSession
          This class should represent the single place to access everything that MavenSession provides and control any options provided by MavenSession.
 

Uses of AbstractMavenComponent in org.apache.maven.plugin
 

Subclasses of AbstractMavenComponent in org.apache.maven.plugin
 class PluginManager
          Plugin manager for MavenSession.
 

Uses of AbstractMavenComponent in org.apache.maven.verifier
 

Subclasses of AbstractMavenComponent in org.apache.maven.verifier
 class DependencyVerifier
          Make sure that everything that is required for the project to build successfully is present.
 class LocalSettingsVerifier
          Verify the integrity of the local repository.
 



Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.