org.mevenide.properties.resolver
Class PropertyResolverFactory

java.lang.Object
  extended byorg.mevenide.properties.resolver.PropertyResolverFactory

public final class PropertyResolverFactory
extends java.lang.Object

factory to create instances of IPropertyResolver

Version:
$Id: PropertyResolverFactory.java,v 1.9 2005/08/02 18:42:17 mkleint Exp $
Author:
Gilles Dodinet

Method Summary
 IPropertyResolver createContextBasedResolver(IQueryContext context)
          create a property resolver
static PropertyResolverFactory getFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFactory

public static PropertyResolverFactory getFactory()

createContextBasedResolver

public IPropertyResolver createContextBasedResolver(IQueryContext context)
create a property resolver

Parameters:
context - the context that the resolver will be using..


Copyright © 2003-2005 The Codehaus. All Rights Reserved.