public class FreeMarkerTransformationSet extends TransformationSet
fProject| Constructor and Description |
|---|
FreeMarkerTransformationSet(org.gradle.api.Project pProject)
Create a new
FreeMarkerTransformationSet. |
| Modifier and Type | Method and Description |
|---|---|
protected Transformer |
createTransformer(java.lang.ClassLoader pClassLoader)
Create the
Transformer instance associated with this transformer set. |
java.lang.String |
getCharset()
Get the name of the charset to encode the output files with.
|
void |
setCharset(java.lang.String pCharset) |
configure, dynamicOutputDirectory, getConfigurationFile, getDynamicOutputDirectories, getMappedOutputFiles, getOutputDir, getOutputFile, getParameters, getSourceFiles, getTemplateFiles, outputMapping, parameter, parameters, setConfigurationFile, setOutputDir, setOutputFile, source, sources, sources, template, templates, templates, transformpublic FreeMarkerTransformationSet(org.gradle.api.Project pProject)
FreeMarkerTransformationSet.pProject - The project to resolve file paths with.java.lang.NullPointerException - if pProject is null.@Input public java.lang.String getCharset()
public void setCharset(java.lang.String pCharset)
protected Transformer createTransformer(java.lang.ClassLoader pClassLoader) throws java.lang.ReflectiveOperationException
TransformationSetTransformer instance associated with this transformer set.createTransformer in class TransformationSetpClassLoader - The class loader with which to load the Transformer
implementation class.Transformer instance, never null.java.lang.ReflectiveOperationException - if the Transformer implementation class isn't
available or cannot be instantiated.