Uses of Enum
org.apache.creadur.whisker.app.LicenseConfiguration
Packages that use LicenseConfiguration
-
Uses of LicenseConfiguration in org.apache.creadur.whisker.app
Subclasses with type arguments of type LicenseConfiguration in org.apache.creadur.whisker.appFields in org.apache.creadur.whisker.app declared as LicenseConfigurationModifier and TypeFieldDescriptionstatic final LicenseConfigurationLicenseConfiguration.DEFAULT_LICENSE_CONFIGURATIONDefault to include source URLs.Methods in org.apache.creadur.whisker.app that return LicenseConfigurationModifier and TypeMethodDescriptionWhisker.getLicenseConfiguration()Gets the configuration options for license rendering.static LicenseConfigurationLicenseConfiguration.notNull(LicenseConfiguration configuration) Replaces null with DEFAULT_LICENSE_CONFIGURATION.static LicenseConfigurationReturns the enum constant of this type with the specified name.static LicenseConfiguration[]LicenseConfiguration.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.creadur.whisker.app with parameters of type LicenseConfigurationModifier and TypeMethodDescriptionstatic LicenseConfigurationLicenseConfiguration.notNull(LicenseConfiguration configuration) Replaces null with DEFAULT_LICENSE_CONFIGURATION.Whisker.setLicenseConfiguration(LicenseConfiguration licenseConfiguration) Sets the configuration options for license rendering.ConfigurationBuilder.with(LicenseConfiguration licenseConfiguration) Adjusts the configuration.