org.apache.maven.lifecycle.internal
Class LifecycleDebugLogger

java.lang.Object
  extended by org.apache.maven.lifecycle.internal.LifecycleDebugLogger

@Component(role=LifecycleDebugLogger.class)
public class LifecycleDebugLogger
extends Object

Logs debug output from the various lifecycle phases.

Since:
3.0
Author:
Benjamin Bentmann, Jason van Zyl, Kristian Rosenvold (extracted class only)

NOTE: This class is not part of any public api and can be changed or deleted without prior notice.


Constructor Summary
LifecycleDebugLogger()
           
LifecycleDebugLogger(Logger logger)
           
 
Method Summary
 void debug(String s)
           
 void debugProjectPlan(MavenProject currentProject, MavenExecutionPlan executionPlan)
           
 void debugReactorPlan(ProjectBuildList projectBuilds)
           
 void info(String s)
           
 void logWeavePlan(MavenSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleDebugLogger

public LifecycleDebugLogger()

LifecycleDebugLogger

public LifecycleDebugLogger(Logger logger)
Method Detail

debug

public void debug(String s)

info

public void info(String s)

debugReactorPlan

public void debugReactorPlan(ProjectBuildList projectBuilds)

debugProjectPlan

public void debugProjectPlan(MavenProject currentProject,
                             MavenExecutionPlan executionPlan)

logWeavePlan

public void logWeavePlan(MavenSession session)


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.