Modifier and Type | Class and Description |
---|---|
class |
Model
The
<project> element is the root of the descriptor. |
class |
Profile
Modifications to the build process which is activated based on environmental
parameters or command line arguments.
|
Modifier and Type | Method and Description |
---|---|
ModelBase |
ModelBase.Builder.build() |
static ModelBase |
ModelBase.newInstance()
Creates a new
ModelBase instance. |
static ModelBase |
ModelBase.newInstance(boolean withDefaults)
Creates a new
ModelBase instance using default values or not. |
ModelBase |
ModelBase.withDependencies(Collection<Dependency> dependencies)
Creates a new
ModelBase instance using the specified dependencies. |
ModelBase |
ModelBase.withDependencyManagement(DependencyManagement dependencyManagement)
Creates a new
ModelBase instance using the specified dependencyManagement. |
ModelBase |
ModelBase.withDistributionManagement(DistributionManagement distributionManagement)
Creates a new
ModelBase instance using the specified distributionManagement. |
ModelBase |
ModelBase.withModules(Collection<String> modules)
Creates a new
ModelBase instance using the specified modules. |
ModelBase |
ModelBase.withPluginRepositories(Collection<Repository> pluginRepositories)
Creates a new
ModelBase instance using the specified pluginRepositories. |
ModelBase |
ModelBase.withProperties(Map<String,String> properties)
Creates a new
ModelBase instance using the specified properties. |
ModelBase |
ModelBase.withReporting(Reporting reporting)
Creates a new
ModelBase instance using the specified reporting. |
ModelBase |
ModelBase.withRepositories(Collection<Repository> repositories)
Creates a new
ModelBase instance using the specified repositories. |
Modifier and Type | Method and Description |
---|---|
static ModelBase.Builder |
ModelBase.newBuilder(ModelBase from)
Creates a new
ModelBase builder instance using the specified object as a basis. |
static ModelBase.Builder |
ModelBase.newBuilder(ModelBase from,
boolean forceCopy)
Creates a new
ModelBase builder instance using the specified object as a basis. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.