-
- All Superinterfaces:
org.refcodes.factory.LookupFactory<RuntimeLogger,String>,org.refcodes.mixin.TypeAccessor<RuntimeLogger>,org.refcodes.factory.TypeFactory<RuntimeLogger>
- All Known Implementing Classes:
RuntimeLoggerFactoryImpl,RuntimeLoggerFactorySingleton
public interface RuntimeLoggerFactory extends org.refcodes.factory.TypeFactory<RuntimeLogger>, org.refcodes.factory.LookupFactory<RuntimeLogger,String>
ARuntimeLoggerFactorydefines the methods required to factorRuntimeLoggerinstances. You might also provide a static method with the following signature in order to provide singleton functionality and avoid to create too many unnecessaryRuntimeLoggerinstances:public
RuntimeLoggergetInstance() { ... }
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.refcodes.mixin.TypeAccessor
org.refcodes.mixin.TypeAccessor.TypeBuilder<T extends Object,B extends org.refcodes.mixin.TypeAccessor.TypeBuilder<T,B>>, org.refcodes.mixin.TypeAccessor.TypeMutator<T extends Object>, org.refcodes.mixin.TypeAccessor.TypeProperty<T extends Object>
-
-