Class ReadmeHtmlVelocityDelegate
java.lang.Object
org.apache.commons.release.plugin.velocity.ReadmeHtmlVelocityDelegate
This class' purpose is to generate the
README.html
that moves along with the
release for the sake of downloading the release from the distribution area.- Since:
- 1.3
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
A builder class for instantiation of theReadmeHtmlVelocityDelegate
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Gets theReadmeHtmlVelocityDelegate.ReadmeHtmlVelocityDelegateBuilder
for constructing theReadmeHtmlVelocityDelegate
.Renders theREADME.vm
velocity template with the variables constructed with theReadmeHtmlVelocityDelegate.ReadmeHtmlVelocityDelegateBuilder
.
-
Method Details
-
builder
Gets theReadmeHtmlVelocityDelegate.ReadmeHtmlVelocityDelegateBuilder
for constructing theReadmeHtmlVelocityDelegate
. -
render
Renders theREADME.vm
velocity template with the variables constructed with theReadmeHtmlVelocityDelegate.ReadmeHtmlVelocityDelegateBuilder
.
-