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