Class Licenses


public final class Licenses extends AbstractHelp
Generates text based documentation for Licenses, LicenceFamilies, and Matchers. Utilizes the same command line as the CLI based Report client so that additional licenses, etc. can be added.
  • Constructor Details

    • Licenses

      public Licenses(ReportConfiguration config, Writer writer)
      Constructor
      Parameters:
      config - The configuration that contains the license information.
      writer - the writer to write the report to.
  • Method Details

    • printHelp

      public void printHelp() throws IOException
      Print the help text with the version information.
      Throws:
      IOException - on output error.
    • output

      public void output() throws IOException
      Output the License information without the version information.
      Throws:
      IOException - on error.