Class SourcePath
- java.lang.Object
-
- de.hybris.platform.acceleratorservices.velocity.ant.SourcePath
-
public class SourcePath extends java.lang.ObjectAttribute object for ant task representing templatePath abstraction
-
-
Constructor Summary
Constructors Constructor Description SourcePath(java.util.List<org.apache.tools.ant.types.FileSet> templatesFileSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddFileset(org.apache.tools.ant.types.FileSet templateFileSet)java.lang.StringgetPropertyFilePath()java.util.List<org.apache.tools.ant.types.FileSet>getTemplateFileSet()booleanisRelative()voidsetPropertyFilePath(java.lang.String propertyFilePath)voidsetRelative(boolean relative)
-
-
-
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)
-
-