- 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.