Class SourcePath


  • public class SourcePath
    extends java.lang.Object
    Attribute object for ant task representing templatePath abstraction
    • Constructor Summary

      Constructors 
      Constructor Description
      SourcePath​(java.util.List<org.apache.tools.ant.types.FileSet> templatesFileSet)  
    • Constructor Detail

      • SourcePath

        public SourcePath​(java.util.List<org.apache.tools.ant.types.FileSet> templatesFileSet)
    • Method Detail

      • getTemplateFileSet

        public java.util.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 java.lang.String getPropertyFilePath()
      • setPropertyFilePath

        public void setPropertyFilePath​(java.lang.String propertyFilePath)