com.springsource.bundlor.ant.internal
Interface PropertiesSourceFactory

All Known Implementing Classes:
StandardPropertiesSourceFactory

public interface PropertiesSourceFactory


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> property)
           
 

Method Detail

create

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> property)