Uses of Class
org.apache.maven.api.model.License
-
Uses of License in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return LicenseModifier and TypeMethodDescriptionLicense.Builder.build()static LicenseLicense.newInstance()Creates a newLicenseinstance.static LicenseLicense.newInstance(boolean withDefaults) Creates a newLicenseinstance using default values or not.License.withComments(String comments) Creates a newLicenseinstance using the specified comments.License.withDistribution(String distribution) Creates a newLicenseinstance using the specified distribution.Creates a newLicenseinstance using the specified name.Creates a newLicenseinstance using the specified url.Methods in org.apache.maven.api.model that return types with arguments of type LicenseModifier and TypeMethodDescriptionModel.getLicenses()This element describes all of the licenses for this project.Methods in org.apache.maven.api.model with parameters of type LicenseModifier and TypeMethodDescriptionstatic 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.Method parameters in org.apache.maven.api.model with type arguments of type LicenseModifier and TypeMethodDescriptionModel.Builder.licenses(Collection<License> licenses) Model.withLicenses(Collection<License> licenses) Creates a newModelinstance using the specified licenses.