java.lang.Object
de.hybris.platform.acceleratorservices.velocity.ant.SourcePath

public class SourcePath extends Object
Attribute object for ant task representing templatePath abstraction
  • Constructor Details

    • SourcePath

      public SourcePath(List<org.apache.tools.ant.types.FileSet> templatesFileSet)
  • Method Details

    • getTemplateFileSet

      public List<org.apache.tools.ant.types.FileSet> getTemplateFileSet()
    • addFileset

      public void addFileset(org.apache.tools.ant.types.FileSet templateFileSet)
    • setRelative

      public void setRelative(boolean relative)
    • isRelative

      public boolean isRelative()
    • getPropertyFilePath

      public String getPropertyFilePath()
    • setPropertyFilePath

      public void setPropertyFilePath(String propertyFilePath)