Class VelocityEngineSupplier
- java.lang.Object
-
- org.infrastructurebuilder.templating.AbstractTemplatingEngineSupplier<VelocityExecutionComponent>
-
- org.infrastructurebuilder.templating.velocity.VelocityEngineSupplier
-
- All Implemented Interfaces:
java.util.function.Supplier<TemplatingEngine>,TemplatingEngineSupplier
@Named("velocity") @Typed(org.infrastructurebuilder.templating.TemplatingEngineSupplier.class) public class VelocityEngineSupplier extends AbstractTemplatingEngineSupplier<VelocityExecutionComponent>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringVELOCITY
-
Constructor Summary
Constructors Constructor Description VelocityEngineSupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TemplatingEngineget()java.lang.StringgetId()-
Methods inherited from class org.infrastructurebuilder.templating.AbstractTemplatingEngineSupplier
getExecutionSource, getLog, getPrefixPath, getProject, getProperties, getSourceExtensions, getSourcePathRoot, getSourcesOutputDirectory, isCaseSensitive, isIncludeDotFiles, isIncludeHiddenFiles, setCaseSensitive, setExecutionSource, setIncludeDotFiles, setIncludeHiddenFiles, setLog, setPrefixPath, setProject, setProperties, setSourceExtensions, setSourcePathRoot, setSourcesOutputDirectory
-
-
-
-
Field Detail
-
VELOCITY
public static final java.lang.String VELOCITY
- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public TemplatingEngine get()
- Specified by:
getin interfacejava.util.function.Supplier<TemplatingEngine>- Specified by:
getin classAbstractTemplatingEngineSupplier<VelocityExecutionComponent>
-
getId
public java.lang.String getId()
-
-