Modifier and Type | Method and Description |
---|---|
Model |
Model.Builder.build() |
static Model |
Model.newInstance()
Creates a new
Model instance. |
static Model |
Model.newInstance(boolean withDefaults)
Creates a new
Model instance using default values or not. |
Model |
Model.withArtifactId(String artifactId)
Creates a new
Model instance using the specified artifactId. |
Model |
Model.withBuild(Build build)
Creates a new
Model instance using the specified build. |
Model |
Model.withChildProjectUrlInheritAppendPath(String childProjectUrlInheritAppendPath)
Creates a new
Model instance using the specified childProjectUrlInheritAppendPath. |
Model |
Model.withCiManagement(CiManagement ciManagement)
Creates a new
Model instance using the specified ciManagement. |
Model |
Model.withContributors(Collection<Contributor> contributors)
Creates a new
Model instance using the specified contributors. |
Model |
Model.withDependencies(Collection<Dependency> dependencies)
Creates a new
Model instance using the specified dependencies. |
Model |
Model.withDependencyManagement(DependencyManagement dependencyManagement)
Creates a new
Model instance using the specified dependencyManagement. |
Model |
Model.withDescription(String description)
Creates a new
Model instance using the specified description. |
Model |
Model.withDevelopers(Collection<Developer> developers)
Creates a new
Model instance using the specified developers. |
Model |
Model.withDistributionManagement(DistributionManagement distributionManagement)
Creates a new
Model instance using the specified distributionManagement. |
Model |
Model.withGroupId(String groupId)
Creates a new
Model instance using the specified groupId. |
Model |
Model.withInceptionYear(String inceptionYear)
Creates a new
Model instance using the specified inceptionYear. |
Model |
Model.withIssueManagement(IssueManagement issueManagement)
Creates a new
Model instance using the specified issueManagement. |
Model |
Model.withLicenses(Collection<License> licenses)
Creates a new
Model instance using the specified licenses. |
Model |
Model.withMailingLists(Collection<MailingList> mailingLists)
Creates a new
Model instance using the specified mailingLists. |
Model |
Model.withModelVersion(String modelVersion)
Creates a new
Model instance using the specified modelVersion. |
Model |
Model.withModules(Collection<String> modules)
Creates a new
Model instance using the specified modules. |
Model |
Model.withName(String name)
Creates a new
Model instance using the specified name. |
Model |
Model.withOrganization(Organization organization)
Creates a new
Model instance using the specified organization. |
Model |
Model.withPackaging(String packaging)
Creates a new
Model instance using the specified packaging. |
Model |
Model.withParent(Parent parent)
Creates a new
Model instance using the specified parent. |
Model |
Model.withPluginRepositories(Collection<Repository> pluginRepositories)
Creates a new
Model instance using the specified pluginRepositories. |
Model |
Model.withPomFile(Path pomFile)
Creates a new
Model instance using the specified pomFile. |
Model |
Model.withPrerequisites(Prerequisites prerequisites)
Creates a new
Model instance using the specified prerequisites. |
Model |
Model.withProfiles(Collection<Profile> profiles)
Creates a new
Model instance using the specified profiles. |
Model |
Model.withProperties(Map<String,String> properties)
Creates a new
Model instance using the specified properties. |
Model |
Model.withReporting(Reporting reporting)
Creates a new
Model instance using the specified reporting. |
Model |
Model.withRepositories(Collection<Repository> repositories)
Creates a new
Model instance using the specified repositories. |
Model |
Model.withScm(Scm scm)
Creates a new
Model instance using the specified scm. |
Model |
Model.withUrl(String url)
Creates a new
Model instance using the specified url. |
Model |
Model.withVersion(String version)
Creates a new
Model instance using the specified version. |
Modifier and Type | Method and Description |
---|---|
static Model.Builder |
Model.newBuilder(Model from)
Creates a new
Model builder instance using the specified object as a basis. |
static Model.Builder |
Model.newBuilder(Model from,
boolean forceCopy)
Creates a new
Model builder instance using the specified object as a basis. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.