Class dockerfileslim

  • All Implemented Interfaces:
    com.fizzed.rocker.RockerModel

    public class dockerfileslim
    extends com.fizzed.rocker.runtime.DefaultRockerModel
    • Constructor Detail

      • dockerfileslim

        public dockerfileslim()
    • Method Detail

      • getContentType

        public static com.fizzed.rocker.ContentType getContentType()
      • getTemplateName

        public static String getTemplateName()
      • getTemplatePackageName

        public static String getTemplatePackageName()
      • getHeaderHash

        public static String getHeaderHash()
      • getModifiedAt

        public static long getModifiedAt()
      • getArgumentNames

        public static String[] getArgumentNames()
      • config

        public dockerfileslim config​(com.fasterxml.jackson.databind.JsonNode config)
      • config

        public com.fasterxml.jackson.databind.JsonNode config()
      • expose

        public String expose()
      • template

        public static dockerfileslim template​(com.fasterxml.jackson.databind.JsonNode config,
                                              String expose)
      • buildTemplate

        protected com.fizzed.rocker.runtime.DefaultRockerTemplate buildTemplate()
                                                                         throws com.fizzed.rocker.RenderingException
        Overrides:
        buildTemplate in class com.fizzed.rocker.runtime.DefaultRockerModel
        Throws:
        com.fizzed.rocker.RenderingException