Class HeaderHtmlVelocityDelegate
java.lang.Object
org.apache.commons.release.plugin.velocity.HeaderHtmlVelocityDelegate
This class' purpose is to generate the
HEADER.html
that moves along with the
release for the sake of downloading the release from the distribution area.- Since:
- 1.3
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A builder class for instantiation of theHeaderHtmlVelocityDelegate
. -
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprivate
The private constructor to be used by theHeaderHtmlVelocityDelegate.HeaderHtmlVelocityDelegateBuilder
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
For instantiating ourHeaderHtmlVelocityDelegate
using theHeaderHtmlVelocityDelegate.HeaderHtmlVelocityDelegateBuilder
.Builds the HEADER.vm velocity template to the writer passed in.
-
Field Details
-
TEMPLATE
The location of the velocity template for this class.- See Also:
-
-
Constructor Details
-
HeaderHtmlVelocityDelegate
private HeaderHtmlVelocityDelegate()The private constructor to be used by theHeaderHtmlVelocityDelegate.HeaderHtmlVelocityDelegateBuilder
.
-
-
Method Details
-
builder
For instantiating ourHeaderHtmlVelocityDelegate
using theHeaderHtmlVelocityDelegate.HeaderHtmlVelocityDelegateBuilder
. -
render
Builds the HEADER.vm velocity template to the writer passed in.
-