JTools

org.jtools.info.provider
Class InfoProviderUtils

java.lang.Object
  extended by org.jtools.info.provider.InfoProviderUtils

public class InfoProviderUtils
extends Object

Utilitymethods for infoprovider related stuff.

Author:
Rainer Noack

Constructor Summary
InfoProviderUtils()
           
 
Method Summary
static InfoDomainHelper getDomain(Class<? extends Object> decl)
          Gets the apropriate InfoDomainHelper for the specified class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoProviderUtils

public InfoProviderUtils()
Method Detail

getDomain

public static InfoDomainHelper getDomain(Class<? extends Object> decl)
Gets the apropriate InfoDomainHelper for the specified class.

Parameters:
decl - The class to get the InfoDomainHelper for.
Returns:
A newly constructed InfoDomainHelper.

JTools

© 2000-2006, JTools.org.