Class Configuration
java.lang.Object
org.apache.creadur.whisker.app.Configuration
Immutable context for operations.
-
Constructor Summary
ConstructorsConstructorDescriptionConfiguration(boolean includeSourceUrlsInLicense) Constructs an immutable context for operations. -
Method Summary
Modifier and TypeMethodDescriptionbooleanShould source URLs be included in the license text?toString()Suitable for logging. return not null
-
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
-