Class GroovyDocTemplateInfo


  • public class GroovyDocTemplateInfo
    extends java.lang.Object
    This class was taken mostly from the Groovy project (GroovyDocTemplateInfo.java and GroovyDoc.java) because it wasn't available prior to Groovy 1.7.
    • Field Detail

      • GROOVY_2_5_0

        protected static final Version GROOVY_2_5_0
        Groovy 2.5.0 version.
      • GROOVY_1_6_2

        protected static final Version GROOVY_1_6_2
        Groovy 1.6.2 version.
      • GROOVY_1_6_0

        protected static final Version GROOVY_1_6_0
        Groovy 1.6.0 version.
      • GROOVY_1_6_0_RC2

        protected static final Version GROOVY_1_6_0_RC2
        Groovy 1.6.0 RC-2 version.
      • groovyVersion

        protected final Version groovyVersion
        The version of Groovy whose locations to use for GroovyDoc templates.
      • templateBaseDir

        protected final java.lang.String templateBaseDir
        Base directory of templates.
    • Constructor Detail

      • GroovyDocTemplateInfo

        public GroovyDocTemplateInfo​(Version version)
        Constructs a new GroovyDocTemplateInfo using the specified Groovy version to determine templates location.
        Parameters:
        version - the version of Groovy whose locations to use for templates
    • Method Detail

      • defaultDocTemplates

        public java.lang.String[] defaultDocTemplates()
      • defaultPackageTemplates

        public java.lang.String[] defaultPackageTemplates()
      • defaultClassTemplates

        public java.lang.String[] defaultClassTemplates()