Package io.micronaut.starter.template
Class StringTemplate
java.lang.Object
io.micronaut.starter.template.DefaultTemplate
io.micronaut.starter.template.StringTemplate
-
Field Summary
Fields inherited from class io.micronaut.starter.template.DefaultTemplate
module, path, useModule
Fields inherited from interface io.micronaut.starter.template.Template
DEFAULT_MODULE, ROOT
-
Constructor Summary
ConstructorDescriptionStringTemplate
(String path, String content) StringTemplate
(String module, String path, String content) -
Method Summary
Methods inherited from class io.micronaut.starter.template.DefaultTemplate
getModule, getPath, setUseModule
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
-
Constructor Details
-
StringTemplate
-
StringTemplate
-
-
Method Details
-
write
- Throws:
IOException
-