Uses of Interface
com.iparelan.util.AbstractFactory

Packages that use AbstractFactory
com.iparelan.util Iparelan Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
com.iparelan.util.logging Iparelan Logging Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
com.iparelan.util.logging.impl Iparelan Logging Utilities Implementation
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
 

Uses of AbstractFactory in com.iparelan.util
 

Methods in com.iparelan.util with type parameters of type AbstractFactory
static
<T extends AbstractFactory>
T
FactoryLoader.load(Class<T> factoryService)
          Produces an AbstractFactory as configured in some file of the META-INF/services directory.
 

Uses of AbstractFactory in com.iparelan.util.logging
 

Subinterfaces of AbstractFactory in com.iparelan.util.logging
 interface FactoryInterface
          Specifies the creational methods for a logging factory.
 

Uses of AbstractFactory in com.iparelan.util.logging.impl
 

Classes in com.iparelan.util.logging.impl that implement AbstractFactory
 class ConcreteFactory
          A factory plugin for creating logging objects.
 



Copyright © 2008 Iparelan Solutions, LLC. All rights reserved.