Interface Template

All Superinterfaces:
Writable
All Known Implementing Classes:
BinaryTemplate, Config4kTemplate, DefaultTemplate, PropertiesTemplate, RockerTemplate, StringTemplate, TomlTemplate, URLTemplate, YamlTemplate

public interface Template extends Writable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default boolean
     
    default boolean
     

    Methods inherited from interface io.micronaut.projectgen.core.template.Writable

    write
  • Field Details

  • Method Details

    • getPath

      String getPath()
    • isBinary

      default boolean isBinary()
    • isExecutable

      default boolean isExecutable()