Uses of Class
org.apache.maven.api.model.Organization.Builder
-
Uses of Organization.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return Organization.BuilderModifier and TypeMethodDescriptionOrganization.Builder.importedFrom(InputLocation importedFrom) Organization.Builder.location(Object key, InputLocation location) static Organization.BuilderOrganization.newBuilder()Creates a newOrganizationbuilder instance.static Organization.BuilderOrganization.newBuilder(boolean withDefaults) Creates a newOrganizationbuilder instance using default values or not.static Organization.BuilderOrganization.newBuilder(Organization from) Creates a newOrganizationbuilder instance using the specified object as a basis.static Organization.BuilderOrganization.newBuilder(Organization from, boolean forceCopy) Creates a newOrganizationbuilder instance using the specified object as a basis.Organization.with()Creates a new builder with this object as the basis.Constructors in org.apache.maven.api.model with parameters of type Organization.BuilderModifierConstructorDescriptionprotectedOrganization(Organization.Builder builder) Constructor for this class, to be called from its subclasses andOrganization.Builder.