com.springsource.bundlor.ant.internal.support
Class StandardPropertiesSourceFactory

java.lang.Object
  extended by com.springsource.bundlor.ant.internal.support.StandardPropertiesSourceFactory
All Implemented Interfaces:
PropertiesSourceFactory

public class StandardPropertiesSourceFactory
extends java.lang.Object
implements PropertiesSourceFactory


Constructor Summary
StandardPropertiesSourceFactory()
           
 
Method Summary
 java.util.List<PropertiesSource> create(java.lang.String propertiesPath, java.util.List<org.apache.tools.ant.types.PropertySet> propertySets, java.util.List<org.apache.tools.ant.taskdefs.Property> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardPropertiesSourceFactory

public StandardPropertiesSourceFactory()
Method Detail

create

public java.util.List<PropertiesSource> create(java.lang.String propertiesPath,
                                               java.util.List<org.apache.tools.ant.types.PropertySet> propertySets,
                                               java.util.List<org.apache.tools.ant.taskdefs.Property> properties)
Specified by:
create in interface PropertiesSourceFactory