org.apache.avalon.merlin.tools
Class MerlinBean

java.lang.Object
  extended byorg.apache.avalon.merlin.tools.MerlinBean

public class MerlinBean
extends Object

Test case that usages the repository builder to deploy the Merlin default application factory.

Version:
$Revision: 1.17 $
Author:
Avalon Development Team

Constructor Summary
MerlinBean()
           
 
Method Summary
 void doExecute()
          Establish the merlin kernel.
 void setDebug(String policy)
          Set the debug policy.
 void setDeployment(String path)
          Set the deployment path.
 void setHosts(String path)
          Set the deployment path.
 void setInfo(String policy)
          Set the info policy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MerlinBean

public MerlinBean()
Method Detail

setDeployment

public void setDeployment(String path)
Set the deployment path.


setHosts

public void setHosts(String path)
Set the deployment path.


setDebug

public void setDebug(String policy)
Set the debug policy.


setInfo

public void setInfo(String policy)
Set the info policy.


doExecute

public void doExecute()
               throws Exception
Establish the merlin kernel.

Throws:
Exception


Copyright © The Apache Software Foundation. All Rights Reserved.