org.apache.avalon.excalibur.monitor
Class MonitorUtil

java.lang.Object
  extended by org.apache.avalon.excalibur.monitor.MonitorUtil

 class MonitorUtil
extends java.lang.Object

A class that contains a few utility methods for working creating resource sets from Avalons configuration objects.

Version:
$Revision: 1.5 $ $Date: 2004/02/28 11:47:32 $
Author:
Avalon Development Team

Field Summary
private static java.lang.Class[] c_constructorParams
           
 
Constructor Summary
MonitorUtil()
           
 
Method Summary
static Resource[] configureResources(org.apache.avalon.framework.configuration.Configuration[] resources, org.apache.avalon.framework.logger.Logger logger)
           
private static Resource createResource(java.lang.String className, java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

c_constructorParams

private static final java.lang.Class[] c_constructorParams
Constructor Detail

MonitorUtil

MonitorUtil()
Method Detail

configureResources

public static Resource[] configureResources(org.apache.avalon.framework.configuration.Configuration[] resources,
                                            org.apache.avalon.framework.logger.Logger logger)

createResource

private static Resource createResource(java.lang.String className,
                                       java.lang.String key)
                                throws java.lang.Exception
Throws:
java.lang.Exception