Save This Page
Home » maven-2.0.9-src » org.apache » maven » [javadoc | source]
org.apache.maven
public class: DefaultMaven [javadoc | source]
java.lang.Object
   org.codehaus.plexus.logging.AbstractLogEnabled
      org.apache.maven.DefaultMaven

All Implemented Interfaces:
    Maven, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

Field Summary
protected  MavenProjectBuilder projectBuilder     
protected  LifecycleExecutor lifecycleExecutor     
protected  PlexusContainer container     
protected  ErrorDiagnostics errorDiagnostics     
protected  RuntimeInformation runtimeInformation     
Method from org.apache.maven.DefaultMaven Summary:
contextualize,   createSession,   execute,   formatTime,   getProject,   getProject,   line,   logError,   logFailure,   logFatal,   logSuccess,   stats
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.maven.DefaultMaven Detail:
 public  void contextualize(Context context) throws ContextException 
 protected MavenSession createSession(MavenExecutionRequest request,
    ReactorManager rpm) 
 public  void execute(MavenExecutionRequest request) throws MavenExecutionException 
 protected static String formatTime(long ms) 
 public MavenProject getProject(File pom,
    MavenExecutionRequest request) throws ArtifactResolutionException, ProfileActivationException, ProjectBuildingException 
 public MavenProject getProject(File pom,
    ArtifactRepository localRepository,
    Settings settings,
    Properties userProperties,
    ProfileManager globalProfileManager) throws ArtifactResolutionException, ProfileActivationException, ProjectBuildingException 
Deprecated! Use - DefaultMaven#getProject(File, MavenExecutionRequest) instead.

 protected  void line() 
 protected  void logError(Exception e,
    boolean showErrors) 
 protected  void logFailure(BuildFailureException e,
    boolean showErrors) 
 protected  void logFatal(Throwable error) 
 protected  void logSuccess(ReactorManager rm) 
 protected  void stats(Date start)