Class LoggerFactoryProvider

  • All Implemented Interfaces:
    javax.inject.Provider<org.eclipse.aether.spi.log.LoggerFactory>

    @Named
    @Singleton
    public class LoggerFactoryProvider
    extends java.lang.Object
    implements javax.inject.Provider<org.eclipse.aether.spi.log.LoggerFactory>
    Helps Sisu-based applications to pick the right logger factory depending on the classpath.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.aether.spi.log.LoggerFactory get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • get

        public org.eclipse.aether.spi.log.LoggerFactory get()
        Specified by:
        get in interface javax.inject.Provider<org.eclipse.aether.spi.log.LoggerFactory>