Uses of Interface
net.sourceforge.acelogger.location.resolver.CodeFrameResolver

Packages that use CodeFrameResolver
net.sourceforge.acelogger.location.gatherer This package contains classes related to log event's location determination. 
net.sourceforge.acelogger.location.resolver This package contains classes related to log event's location representation. 
 

Uses of CodeFrameResolver in net.sourceforge.acelogger.location.gatherer
 

Methods in net.sourceforge.acelogger.location.gatherer that return CodeFrameResolver
 CodeFrameResolver BaseLocationGatherer.getCodeFrameResolver()
          Returns the CodeFrameResolver used by this gatherer.
 

Constructors in net.sourceforge.acelogger.location.gatherer with parameters of type CodeFrameResolver
BaseLocationGatherer(String identifier, CodeFrameResolver codeFrameResolver)
          Constructs a BaseLocationGatherer with the supplied identifier and resolver.
FileAndLineLocationGatherer(String identifier, CodeFrameResolver frameResolver)
          Constructs a FileAndLineLocationGatherer with the supplied identifier and resolver.
FullLocationGatherer(String identifier, CodeFrameResolver frameResolver)
          Constructs a FullLocationGatherer with the supplied identifier and resolver.
 

Uses of CodeFrameResolver in net.sourceforge.acelogger.location.resolver
 

Classes in net.sourceforge.acelogger.location.resolver that implement CodeFrameResolver
 class BaseCodeFrameResolver
          Abstracts common tasks for CodeFrameResolver.
 class InternalCodeFrameResolver
          An implementation of CodeFrameResolver that regresses a fixed number of calls.
 class UserCodeFrameResolver
          An implementation of CodeFrameResolver that finds the first call out of our packages.
 



Copyright © 2007-2010 The AceLogger Team. All Rights Reserved.