Uses of Class
org.apache.maven.api.model.Model
-
Uses of Model in org.apache.maven.api.model
Modifier and TypeMethodDescriptionModel.Builder.build()
static Model
Model.newInstance()
Creates a newModel
instance.static Model
Model.newInstance
(boolean withDefaults) Creates a newModel
instance using default values or not.Model.withArtifactId
(String artifactId) Creates a newModel
instance using the specified artifactId.Creates a newModel
instance using the specified build.Model.withChildProjectUrlInheritAppendPath
(String childProjectUrlInheritAppendPath) Creates a newModel
instance using the specified childProjectUrlInheritAppendPath.Model.withCiManagement
(CiManagement ciManagement) Creates a newModel
instance using the specified ciManagement.Model.withContributors
(Collection<Contributor> contributors) Creates a newModel
instance using the specified contributors.Model.withDependencies
(Collection<Dependency> dependencies) Creates a newModel
instance using the specified dependencies.Model.withDependencyManagement
(DependencyManagement dependencyManagement) Creates a newModel
instance using the specified dependencyManagement.Model.withDescription
(String description) Creates a newModel
instance using the specified description.Model.withDevelopers
(Collection<Developer> developers) Creates a newModel
instance using the specified developers.Model.withDistributionManagement
(DistributionManagement distributionManagement) Creates a newModel
instance using the specified distributionManagement.Model.withGroupId
(String groupId) Creates a newModel
instance using the specified groupId.Model.withInceptionYear
(String inceptionYear) Creates a newModel
instance using the specified inceptionYear.Model.withIssueManagement
(IssueManagement issueManagement) Creates a newModel
instance using the specified issueManagement.Model.withLicenses
(Collection<License> licenses) Creates a newModel
instance using the specified licenses.Model.withMailingLists
(Collection<MailingList> mailingLists) Creates a newModel
instance using the specified mailingLists.Model.withModelVersion
(String modelVersion) Creates a newModel
instance using the specified modelVersion.Model.withModules
(Collection<String> modules) Creates a newModel
instance using the specified modules.Creates a newModel
instance using the specified name.Model.withOrganization
(Organization organization) Creates a newModel
instance using the specified organization.Model.withPackaging
(String packaging) Creates a newModel
instance using the specified packaging.Model.withParent
(Parent parent) Creates a newModel
instance using the specified parent.Model.withPluginRepositories
(Collection<Repository> pluginRepositories) Creates a newModel
instance using the specified pluginRepositories.Model.withPomFile
(Path pomFile) Creates a newModel
instance using the specified pomFile.Model.withPrerequisites
(Prerequisites prerequisites) Creates a newModel
instance using the specified prerequisites.Model.withProfiles
(Collection<Profile> profiles) Creates a newModel
instance using the specified profiles.Model.withProperties
(Map<String, String> properties) Creates a newModel
instance using the specified properties.Model.withReporting
(Reporting reporting) Creates a newModel
instance using the specified reporting.Model.withRepositories
(Collection<Repository> repositories) Creates a newModel
instance using the specified repositories.Creates a newModel
instance using the specified scm.Creates a newModel
instance using the specified url.Model.withVersion
(String version) Creates a newModel
instance using the specified version.Modifier and TypeMethodDescriptionstatic Model.Builder
Model.newBuilder
(Model from) Creates a newModel
builder instance using the specified object as a basis.static Model.Builder
Model.newBuilder
(Model from, boolean forceCopy) Creates a newModel
builder instance using the specified object as a basis.