A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

apply(FileCollection) - Method in EngineFactory
Factory method - creates a Velocity engine for the parameter input files.
apply(File) - Method in InputFiles
apply() - Method in Velocity
Executes the task.
apply(Project) - Method in VelocityPlugin
Applies the plug-in to the parameter project.

B

C

checkCompleteInstantiation(File) - Method in Velocity
Creates a map of instantated template files to the list of lines in the files where a template variable failed to be instantiated.
checkInstantiation(File) - Method in Velocity
Returns a list of lines with uninstantiated template variables, from the parameter file.
configure(Closure) - Method in Velocity
Configures the task.
configureChecking() - Method in Velocity
If instantiation is strict, a check is configured to make sure an exception is thrown if any template variables are missing from the context.
configureDefaults() - Method in Velocity
Applies default values.
context(Map<String, Object>) - Method in Velocity
Adds the key-value pairs in the parameter map to the Velocity context.
createEngine(FileTree) - Method in Velocity
Creates a Velocity engine instance for the input files.
createTemplatesTask(Project, String) - Method in VelocityPlugin
Creates a Velocity template instantiation task with the parameter name.
createVisitor(VelocityEngine) - Method in Velocity
Creates a template visitor for the parameter engine.

D

E

EngineFactory - Class in com.brambolt.gradle.velocity
Sets up a Velocity engine for instantiating templates.
EngineFactory(Project) - Constructor in EngineFactory
Constructor.

F

G

getContext() - Method in TemplateVisitor
getContext() - Method in Velocity
The Velocity template context for instantiation.
getEmptyInput() - Method in InputFiles
getFileTreeInput(File) - Method in InputFiles
getInputFile() - Method in Velocity
The directory where the templates are located.
getInputFiles() - Method in Velocity
Converts the input directory to a file tree.
getInputs(FileCollection) - Method in EngineFactory
Converts the paramter file collection to a comma-separated list of absolute paths.
getOutputDir() - Method in Velocity
The output directory to write the instantiated templates to.
getOutputFile(FileVisitDetails) - Method in TemplateVisitor
getSingleFileInput(File) - Method in InputFiles

H

I

InputFiles - Class in com.brambolt.gradle.velocity
Utility class for converting a directory to a file tree.
InputFiles(Project, String) - Constructor in InputFiles
isUninstantiated(String) - Method in Velocity
Determines whether a line has an uninstantiated variable.

J

K

L

M

N

O

P

Q

R

S

setProperty(VelocityEngine, String, Object) - Method in EngineFactory
Sets a property on the parameter engine.

T

TemplateVisitor - Class in com.brambolt.gradle.velocity
Utility class for applying a Velocity engine with a file visitation pattern.
TemplateVisitor(Velocity, VelocityEngine) - Constructor in TemplateVisitor
throwIfUninstantiated(Map<File, List<String>>) - Method in Velocity
Throws a Gradle exception if the parameter map is non-empty.

U

V

Velocity - Class in com.brambolt.gradle.velocity.tasks
A Gradle task for instantiating Velocity templates using the Velocity engine.
VelocityPlugin - Class in com.brambolt.gradle
A Gradle plug-in for working with Velocity templates.
VelocityPlugin(FileResolver) - Constructor in VelocityPlugin
visitFile(FileVisitDetails) - Method in TemplateVisitor

W

X

Y

Z

_

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _