public abstract class AbstractConfigurationBuilder extends Object implements ConfigurationBuilder
ConfigurationBuilder
implementations
that handles the logic of creating config arrays and Properties
argumentsConfigurationBuilder
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
logger |
Constructor and Description |
---|
AbstractConfigurationBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
configure(MuleContext muleContext)
Will configure a MuleContext based on the configuration provided
|
protected abstract void |
doConfigure(MuleContext muleContext) |
boolean |
isConfigured()
Indicate whether this ConfigurationBulder has been configured yet
|
public void configure(MuleContext muleContext) throws ConfigurationException
ConfigurationBuilder
configure
in interface ConfigurationBuilder
ConfigurationException
protected abstract void doConfigure(MuleContext muleContext) throws Exception
Exception
public boolean isConfigured()
ConfigurationBuilder
isConfigured
in interface ConfigurationBuilder
true
if this ConfigurationBulder has been configured.Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.