Class DefaultTemplate
java.lang.Object
io.micronaut.starter.template.DefaultTemplate
- Direct Known Subclasses:
Config4kTemplate, PropertiesTemplate, RockerTemplate, StringTemplate, TomlTemplate, URLTemplate, YamlTemplate
-
Field Summary
FieldsFields inherited from interface Template
DEFAULT_MODULE, ROOT -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefaultTemplate(@NonNull String module, @NonNull String path) -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Template
isBinary, isExecutable
-
Field Details
-
path
-
module
-
useModule
protected boolean useModule
-
-
Constructor Details
-
DefaultTemplate
-
-
Method Details
-
getPath
-
setUseModule
public void setUseModule(boolean useModule) - Specified by:
setUseModulein interfaceTemplate
-
getModule
-