org.mule.config.builders
Class MuleSetPropertiesRule

java.lang.Object
  extended bySetPropertiesRule
      extended byorg.mule.config.builders.MuleSetPropertiesRule
Direct Known Subclasses:
MuleXmlConfigurationBuilder.ExtendedMuleSetPropertiesRule

public class MuleSetPropertiesRule
extends SetPropertiesRule

this rule Allows for template parameters to be parse on the configuration file attributes in the form of ${param-name}. These will get resolved against properties set in the mule-properites element

Version:
$Revision: 3798 $
Author:
Ross Mason
See Also:
Serialized Form

Field Summary
protected  PlaceholderProcessor processor
           
 
Constructor Summary
MuleSetPropertiesRule()
           
MuleSetPropertiesRule(PlaceholderProcessor processor)
           
MuleSetPropertiesRule(String[] strings, String[] strings1)
           
MuleSetPropertiesRule(String[] strings, String[] strings1, PlaceholderProcessor processor)
           
 
Method Summary
 void begin(String s1, String s2, Attributes attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processor

protected PlaceholderProcessor processor
Constructor Detail

MuleSetPropertiesRule

public MuleSetPropertiesRule()

MuleSetPropertiesRule

public MuleSetPropertiesRule(PlaceholderProcessor processor)

MuleSetPropertiesRule

public MuleSetPropertiesRule(String[] strings,
                             String[] strings1)

MuleSetPropertiesRule

public MuleSetPropertiesRule(String[] strings,
                             String[] strings1,
                             PlaceholderProcessor processor)
Method Detail

begin

public void begin(String s1,
                  String s2,
                  Attributes attributes)
           throws Exception
Throws:
Exception


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.