JTools

org.jtools.logging.ant
Class AntLevelMapper

java.lang.Object
  extended by org.jtools.logging.ant.AntLevelMapper
All Implemented Interfaces:
org.jpattern.logging.LevelVisitor<AntLevel,Object>, org.jpattern.mapper.Mapper<AntLevel,org.jpattern.logging.Level>

public class AntLevelMapper
extends Object
implements org.jpattern.mapper.Mapper<AntLevel,org.jpattern.logging.Level>, org.jpattern.logging.LevelVisitor<AntLevel,Object>


Constructor Summary
AntLevelMapper()
           
 
Method Summary
 AntLevel map(org.jpattern.logging.Level item)
           
 AntLevel visitDEBUG(org.jpattern.logging.Level level, Object... data)
           
 AntLevel visitERROR(org.jpattern.logging.Level level, Object... data)
           
 AntLevel visitFATAL(org.jpattern.logging.Level level, Object... data)
           
 AntLevel visitFINER(org.jpattern.logging.Level level, Object... data)
           
 AntLevel visitFINEST(org.jpattern.logging.Level level, Object... data)
           
 AntLevel visitINFO(org.jpattern.logging.Level level, Object... data)
           
 AntLevel visitSYSTEM(org.jpattern.logging.Level level, Object... data)
           
 AntLevel visitVERBOSE(org.jpattern.logging.Level level, Object... data)
           
 AntLevel visitWARNING(org.jpattern.logging.Level level, Object... data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntLevelMapper

public AntLevelMapper()
Method Detail

map

public AntLevel map(org.jpattern.logging.Level item)
Specified by:
map in interface org.jpattern.mapper.Mapper<AntLevel,org.jpattern.logging.Level>

visitSYSTEM

public AntLevel visitSYSTEM(org.jpattern.logging.Level level,
                            Object... data)
Specified by:
visitSYSTEM in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>

visitFATAL

public AntLevel visitFATAL(org.jpattern.logging.Level level,
                           Object... data)
Specified by:
visitFATAL in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>

visitERROR

public AntLevel visitERROR(org.jpattern.logging.Level level,
                           Object... data)
Specified by:
visitERROR in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>

visitWARNING

public AntLevel visitWARNING(org.jpattern.logging.Level level,
                             Object... data)
Specified by:
visitWARNING in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>

visitINFO

public AntLevel visitINFO(org.jpattern.logging.Level level,
                          Object... data)
Specified by:
visitINFO in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>

visitVERBOSE

public AntLevel visitVERBOSE(org.jpattern.logging.Level level,
                             Object... data)
Specified by:
visitVERBOSE in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>

visitDEBUG

public AntLevel visitDEBUG(org.jpattern.logging.Level level,
                           Object... data)
Specified by:
visitDEBUG in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>

visitFINER

public AntLevel visitFINER(org.jpattern.logging.Level level,
                           Object... data)
Specified by:
visitFINER in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>

visitFINEST

public AntLevel visitFINEST(org.jpattern.logging.Level level,
                            Object... data)
Specified by:
visitFINEST in interface org.jpattern.logging.LevelVisitor<AntLevel,Object>

JTools

© 2000-2006, JTools.org.