Modifier and Type | Method and Description |
---|---|
License.Builder |
License.Builder.comments(String comments) |
License.Builder |
License.Builder.distribution(String distribution) |
License.Builder |
License.Builder.location(Object key,
InputLocation location) |
License.Builder |
License.Builder.name(String name) |
static License.Builder |
License.newBuilder()
Creates a new
License builder instance. |
static License.Builder |
License.newBuilder(boolean withDefaults)
Creates a new
License builder instance using default values or not. |
static License.Builder |
License.newBuilder(License from)
Creates a new
License builder instance using the specified object as a basis. |
static License.Builder |
License.newBuilder(License from,
boolean forceCopy)
Creates a new
License builder instance using the specified object as a basis. |
License.Builder |
License.Builder.url(String url) |
License.Builder |
License.with()
Creates a new builder with this object as the basis.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.