org.fusesource.fabric.maven.impl
Class MavenProxyImpl.LogAdapter

java.lang.Object
  extended by org.fusesource.fabric.maven.impl.MavenProxyImpl.LogAdapter
All Implemented Interfaces:
org.sonatype.aether.spi.log.Logger
Enclosing class:
MavenProxyImpl

public static class MavenProxyImpl.LogAdapter
extends java.lang.Object
implements org.sonatype.aether.spi.log.Logger


Constructor Summary
MavenProxyImpl.LogAdapter()
           
 
Method Summary
 void debug(java.lang.String msg)
           
 void debug(java.lang.String msg, java.lang.Throwable error)
           
 boolean isDebugEnabled()
           
 boolean isWarnEnabled()
           
 void warn(java.lang.String msg)
           
 void warn(java.lang.String msg, java.lang.Throwable error)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenProxyImpl.LogAdapter

public MavenProxyImpl.LogAdapter()
Method Detail

isDebugEnabled

public boolean isDebugEnabled()
Specified by:
isDebugEnabled in interface org.sonatype.aether.spi.log.Logger

debug

public void debug(java.lang.String msg)
Specified by:
debug in interface org.sonatype.aether.spi.log.Logger

debug

public void debug(java.lang.String msg,
                  java.lang.Throwable error)
Specified by:
debug in interface org.sonatype.aether.spi.log.Logger

isWarnEnabled

public boolean isWarnEnabled()
Specified by:
isWarnEnabled in interface org.sonatype.aether.spi.log.Logger

warn

public void warn(java.lang.String msg)
Specified by:
warn in interface org.sonatype.aether.spi.log.Logger

warn

public void warn(java.lang.String msg,
                 java.lang.Throwable error)
Specified by:
warn in interface org.sonatype.aether.spi.log.Logger


Copyright © 2011 FuseSource. All Rights Reserved.