org.jboss.osgi.resolver
Class XResolverFactory

java.lang.Object
  extended by org.jboss.osgi.resolver.XResolverFactory

public abstract class XResolverFactory
extends Object

A factory for resolver instances.

Since:
02-Jul-2010
Author:
thomas.diesler@jboss.com

Constructor Summary
XResolverFactory()
           
 
Method Summary
static XResolverFactory getInstance()
          Get an instance of the resolver factory
static XResolverFactory getInstance(ClassLoader classloader)
          Get an instance of the resolver factory
abstract  XModuleBuilder newModuleBuilder()
          Get a new instance of an XModuleBuilder
abstract  XResolver newResolver()
          Get a new instance of an XResolver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XResolverFactory

public XResolverFactory()
Method Detail

getInstance

public static XResolverFactory getInstance()
Get an instance of the resolver factory


getInstance

public static XResolverFactory getInstance(ClassLoader classloader)
Get an instance of the resolver factory


newResolver

public abstract XResolver newResolver()
Get a new instance of an XResolver


newModuleBuilder

public abstract XModuleBuilder newModuleBuilder()
Get a new instance of an XModuleBuilder



Copyright © 2012. All Rights Reserved.