Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mule.test.digester
Class TestApplication  view TestApplication download TestApplication.java

java.lang.Object
  extended byorg.mule.test.digester.TestApplication
All Implemented Interfaces:
org.mule.Application

public class TestApplication
extends java.lang.Object
implements org.mule.Application

TestApplication TODO (document class)

Version:
$Revision: 1.3 $

Field Summary
private static org.apache.commons.logging.Log log
          logger used by this class
 
Constructor Summary
TestApplication()
           
 
Method Summary
 void initialise(java.util.HashMap props)
          Does any application specific initialisation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static transient org.apache.commons.logging.Log log
logger used by this class

Constructor Detail

TestApplication

public TestApplication()
Method Detail

initialise

public void initialise(java.util.HashMap props)
                throws java.lang.Exception
Description copied from interface: org.mule.Application
Does any application specific initialisation

Specified by:
initialise in interface org.mule.Application