Uses of Class
org.apache.maven.api.model.License.Builder
-
Uses of License.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return License.BuilderModifier and TypeMethodDescriptionLicense.Builder.distribution(String distribution) License.Builder.location(Object key, InputLocation location) static License.BuilderLicense.newBuilder()Creates a newLicensebuilder instance.static License.BuilderLicense.newBuilder(boolean withDefaults) Creates a newLicensebuilder instance using default values or not.static License.BuilderLicense.newBuilder(License from) Creates a newLicensebuilder instance using the specified object as a basis.static License.BuilderLicense.newBuilder(License from, boolean forceCopy) Creates a newLicensebuilder instance using the specified object as a basis.License.with()Creates a new builder with this object as the basis.