Interface IProjectInfo


  • public interface IProjectInfo
    Descriptive metadata about a project
    • Method Detail

      • getDescription

        java.lang.String getDescription()
      • getReadme

        java.lang.String getReadme()
        Returns:
        readme text
      • getReadmeHTML

        java.lang.String getReadmeHTML()
        Returns:
        preprocessed readme HTML, or null to auto post-process
      • getMotd

        java.lang.String getMotd()
      • getMotdHTML

        java.lang.String getMotdHTML()
        Returns:
        preprocessed motd HTML, or null to auto post-process