Package io.micronaut.starter.template
Class DefaultTemplate
java.lang.Object
io.micronaut.starter.template.DefaultTemplate
- Direct Known Subclasses:
Config4kTemplate
,PropertiesTemplate
,RockerTemplate
,StringTemplate
,TomlTemplate
,URLTemplate
,YamlTemplate
-
Field Summary
Fields inherited from interface io.micronaut.starter.template.Template
DEFAULT_MODULE, ROOT
-
Constructor Summary
ModifierConstructorDescriptionprotected
DefaultTemplate
(@NonNull String module, @NonNull String path) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.starter.template.Template
isBinary, isExecutable
-
Field Details
-
path
-
module
-
useModule
protected boolean useModule
-
-
Constructor Details
-
DefaultTemplate
-
-
Method Details