public class ConfigurationBuilder extends Object
Modifier and Type | Method and Description |
---|---|
static ConfigurationBuilder |
aConfiguration()
Creates a new builder.
|
Configuration |
build()
Builds a configuration.
|
ConfigurationBuilder |
noSourceURLsInLicense()
Set source URLs in license to false
when the configuration is built.
|
ConfigurationBuilder |
with(LicenseConfiguration licenseConfiguration)
Adjusts the configuration.
|
ConfigurationBuilder |
withSourceURLsInLicense()
Set source URLs in license to true
when the configuration is built.
|
public static ConfigurationBuilder aConfiguration()
public Configuration build()
public ConfigurationBuilder withSourceURLsInLicense()
public ConfigurationBuilder noSourceURLsInLicense()
public ConfigurationBuilder with(LicenseConfiguration licenseConfiguration)
licenseConfiguration
- not nullCopyright © 2011–1970 Apache Software Foundation. All rights reserved.