Uses of Class
org.apache.maven.api.model.ModelBase
-
Uses of ModelBase in org.apache.maven.api.model
Subclasses of ModelBase in org.apache.maven.api.modelModifier and TypeClassDescriptionclass
The<project>
element is the root of the descriptor.class
Modifications 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 ModelBase
ModelBase.newInstance()
Creates a newModelBase
instance.static ModelBase
ModelBase.newInstance
(boolean withDefaults) Creates a newModelBase
instance using default values or not.ModelBase.withDependencies
(Collection<Dependency> dependencies) Creates a newModelBase
instance using the specified dependencies.ModelBase.withDependencyManagement
(DependencyManagement dependencyManagement) Creates a newModelBase
instance using the specified dependencyManagement.ModelBase.withDistributionManagement
(DistributionManagement distributionManagement) Creates a newModelBase
instance using the specified distributionManagement.ModelBase.withModules
(Collection<String> modules) Creates a newModelBase
instance using the specified modules.ModelBase.withPluginRepositories
(Collection<Repository> pluginRepositories) Creates a newModelBase
instance using the specified pluginRepositories.ModelBase.withProperties
(Map<String, String> properties) Creates a newModelBase
instance using the specified properties.ModelBase.withReporting
(Reporting reporting) Creates a newModelBase
instance using the specified reporting.ModelBase.withRepositories
(Collection<Repository> repositories) Creates a newModelBase
instance using the specified repositories.Methods in org.apache.maven.api.model with parameters of type ModelBaseModifier and TypeMethodDescriptionstatic ModelBase.Builder
ModelBase.newBuilder
(ModelBase from) Creates a newModelBase
builder instance using the specified object as a basis.static ModelBase.Builder
ModelBase.newBuilder
(ModelBase from, boolean forceCopy) Creates a newModelBase
builder instance using the specified object as a basis.