Uses of Interface
org.slf4j.IMarkerFactory

Packages that use IMarkerFactory
org.slf4j   
org.slf4j.helpers   
org.slf4j.impl   
org.slf4j.spi   
 

Uses of IMarkerFactory in org.slf4j
 

Methods in org.slf4j that return IMarkerFactory
static IMarkerFactory MarkerFactory.getIMarkerFactory()
          Return the IMarkerFactoryinstance in use.
 

Uses of IMarkerFactory in org.slf4j.helpers
 

Classes in org.slf4j.helpers that implement IMarkerFactory
 class BasicMarkerFactory
          An almost trivial implementation of the IMarkerFactory interface which creates BasicMarker instances.
 

Uses of IMarkerFactory in org.slf4j.impl
 

Methods in org.slf4j.impl that return IMarkerFactory
 IMarkerFactory StaticMarkerBinder.getMarkerFactory()
          Currently this method always returns an instance of BasicMarkerFactory.
 

Uses of IMarkerFactory in org.slf4j.spi
 

Methods in org.slf4j.spi that return IMarkerFactory
 IMarkerFactory MarkerFactoryBinder.getMarkerFactory()
          Return the instance of IMarkerFactory that MarkerFactory class should bind to.
 



Copyright © 2004-2011 Hudson. All Rights Reserved.