Uses of Interface
org.tinyjee.maven.dim.spi.VelocityConfigurator

Packages that use VelocityConfigurator
org.tinyjee.maven.dim.sources Contains the source loading & template execution logic. 
org.tinyjee.maven.dim.spi Contains the use- and implementable interfaces. 
 

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

Classes in org.tinyjee.maven.dim.sources that implement VelocityConfigurator
 class DefaultVelocityConfigurator
          Is the default implementation for VelocityConfigurator which sets various defaults.
 

Uses of VelocityConfigurator in org.tinyjee.maven.dim.spi
 

Fields in org.tinyjee.maven.dim.spi with type parameters of type VelocityConfigurator
static Iterable<VelocityConfigurator> VelocityConfigurator.CONFIGURATORS
          Is an iterable over all configurators within the classpath.