Modifier and Type | Method and Description |
---|---|
Profile |
Profile.Builder.build() |
static Profile |
Profile.newInstance()
Creates a new
Profile instance. |
static Profile |
Profile.newInstance(boolean withDefaults)
Creates a new
Profile instance using default values or not. |
Profile |
Profile.withActivation(Activation activation)
Creates a new
Profile instance using the specified activation. |
Profile |
Profile.withId(String id)
Creates a new
Profile instance using the specified id. |
Profile |
Profile.withPluginRepositories(Collection<Repository> pluginRepositories)
Creates a new
Profile instance using the specified pluginRepositories. |
Profile |
Profile.withProperties(Map<String,String> properties)
Creates a new
Profile instance using the specified properties. |
Profile |
Profile.withRepositories(Collection<Repository> repositories)
Creates a new
Profile instance using the specified repositories. |
Modifier and Type | Method and Description |
---|---|
List<Profile> |
Settings.getProfiles()
Configuration of build profiles for adjusting the build
according to environmental parameters.
|
Map<String,Profile> |
Settings.getProfilesAsMap() |
Modifier and Type | Method and Description |
---|---|
static Profile.Builder |
Profile.newBuilder(Profile from)
Creates a new
Profile builder instance using the specified object as a basis. |
static Profile.Builder |
Profile.newBuilder(Profile from,
boolean forceCopy)
Creates a new
Profile builder instance using the specified object as a basis. |
Modifier and Type | Method and Description |
---|---|
Settings.Builder |
Settings.Builder.profiles(Collection<Profile> profiles) |
Settings |
Settings.withProfiles(Collection<Profile> profiles)
Creates a new
Settings instance using the specified profiles. |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.