ro.isdc.wro.config.factory
Class PropertyWroConfigurationFactory

java.lang.Object
  extended by ro.isdc.wro.config.factory.PropertyWroConfigurationFactory
All Implemented Interfaces:
ObjectFactory<WroConfiguration>

public class PropertyWroConfigurationFactory
extends Object
implements ObjectFactory<WroConfiguration>

Loads configurations from a Properties object.

Since:
1.3.7
Author:
Alex Objelean

Constructor Summary
PropertyWroConfigurationFactory()
           
 
Method Summary
 WroConfiguration create()
          
 void setProperties(Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyWroConfigurationFactory

public PropertyWroConfigurationFactory()
Method Detail

create

public WroConfiguration create()

Specified by:
create in interface ObjectFactory<WroConfiguration>

setProperties

public void setProperties(Properties props)
Parameters:
props - the props to set


Copyright © 2008-2011. All Rights Reserved.