Class Configuration

java.lang.Object
org.apache.creadur.whisker.app.Configuration

public class Configuration extends Object
Immutable context for operations.
  • Constructor Details

    • Configuration

      public Configuration(boolean includeSourceUrlsInLicense)
      Constructs an immutable context for operations.
      Parameters:
      includeSourceUrlsInLicense - true when source URLs should be included in the license text, false otherwise
  • Method Details

    • includeSourceURLsInLicense

      public boolean includeSourceURLsInLicense()
      Should source URLs be included in the license text?
      Returns:
      true when source URLs should be included in the license text
    • toString

      public String toString()
      Suitable for logging. return not null
      Overrides:
      toString in class Object