- checkCompleteInstantiation(File) - Method in class com.brambolt.gradle.velocity.tasks.Velocity
-
Creates a map of instantated template files to the list of lines in the
files where a template variable failed to be instantiated.
- checkExecution() - Method in class com.brambolt.gradle.velocity.tasks.Velocity
-
Checks that the task executed correctly.
- checkInstantiation(Path) - Method in class com.brambolt.gradle.velocity.tasks.Velocity
-
Returns a list of lines with uninstantiated template variables, from the
parameter file.
- com.brambolt.gradle - package com.brambolt.gradle
-
- com.brambolt.gradle.velocity - package com.brambolt.gradle.velocity
-
- com.brambolt.gradle.velocity.tasks - package com.brambolt.gradle.velocity.tasks
-
- configure(Closure) - Method in class com.brambolt.gradle.velocity.tasks.Velocity
-
Configures the task.
- configureDefaults() - Method in class com.brambolt.gradle.velocity.tasks.Velocity
-
Applies default values.
- context(Closure<Void>) - Method in class com.brambolt.gradle.velocity.tasks.Velocity
-
Applies the parameter closure to the template context.
- context(Map<String, Object>) - Method in class com.brambolt.gradle.velocity.tasks.Velocity
-
Adds the key-value pairs in the parameter map to the Velocity context.
- context(InputStream) - Method in class com.brambolt.gradle.velocity.tasks.Velocity
-
Adds the key-value pairs in the parameter properties stream to the context.
- context(File) - Method in class com.brambolt.gradle.velocity.tasks.Velocity
-
Adds the key-value pairs in the parameter properties file to the context.
- createEngine(FileTree) - Method in class com.brambolt.gradle.velocity.tasks.Velocity
-
Creates a Velocity engine instance for the input files.
- createTemplatesTask(Project) - Method in class com.brambolt.gradle.VelocityPlugin
-
Creates a Velocity template instantiation task named velocity.
- createTemplatesTask(Project, String) - Method in class com.brambolt.gradle.VelocityPlugin
-
Creates a Velocity template instantiation task with the parameter name.
- createVisitor(VelocityEngine) - Method in class com.brambolt.gradle.velocity.tasks.Velocity
-
Creates a template visitor for the parameter engine.