Uses of Class
org.tinyjee.maven.dim.sources.AbstractParametricVelocityTool

Packages that use AbstractParametricVelocityTool
org.tinyjee.maven.dim.sources Contains the source loading & template execution logic. 
 

Uses of AbstractParametricVelocityTool in org.tinyjee.maven.dim.sources
 

Classes in org.tinyjee.maven.dim.sources with type parameters of type AbstractParametricVelocityTool
 class AbstractParametricVelocityTool<E extends AbstractParametricVelocityTool>
          Is an abstract base for tools that
 

Subclasses of AbstractParametricVelocityTool in org.tinyjee.maven.dim.sources
 class VelocityHighlightingTool
          Implements a custom velocity tool that can be used to trigger code highlighting within templates.
 class VelocitySourceClassInvocationTool
          Implements a custom velocity tool that can be used to invoke other source classes.