Uses of Class
org.apache.maven.api.model.ModelBase
- 
Uses of ModelBase in org.apache.maven.api.modelSubclasses of ModelBase in org.apache.maven.api.modelModifier and TypeClassDescriptionclassThe<project>element is the root of the descriptor.classModifications to the build process which is activated based on environmental parameters or command line arguments.Methods in org.apache.maven.api.model that return ModelBaseModifier and TypeMethodDescriptionModelBase.Builder.build()static ModelBaseModelBase.newInstance()Creates a newModelBaseinstance.static ModelBaseModelBase.newInstance(boolean withDefaults) Creates a newModelBaseinstance using default values or not.ModelBase.withDependencies(Collection<Dependency> dependencies) Creates a newModelBaseinstance using the specified dependencies.ModelBase.withDependencyManagement(DependencyManagement dependencyManagement) Creates a newModelBaseinstance using the specified dependencyManagement.ModelBase.withDistributionManagement(DistributionManagement distributionManagement) Creates a newModelBaseinstance using the specified distributionManagement.ModelBase.withModules(Collection<String> modules) Creates a newModelBaseinstance using the specified modules.ModelBase.withPluginRepositories(Collection<Repository> pluginRepositories) Creates a newModelBaseinstance using the specified pluginRepositories.ModelBase.withProperties(Map<String, String> properties) Creates a newModelBaseinstance using the specified properties.ModelBase.withReporting(Reporting reporting) Creates a newModelBaseinstance using the specified reporting.ModelBase.withRepositories(Collection<Repository> repositories) Creates a newModelBaseinstance using the specified repositories.Methods in org.apache.maven.api.model with parameters of type ModelBaseModifier and TypeMethodDescriptionstatic ModelBase.BuilderModelBase.newBuilder(ModelBase from) Creates a newModelBasebuilder instance using the specified object as a basis.static ModelBase.BuilderModelBase.newBuilder(ModelBase from, boolean forceCopy) Creates a newModelBasebuilder instance using the specified object as a basis.