Modifier and Type | Method and Description |
---|---|
Profile.Builder |
Profile.Builder.activation(Activation activation) |
Profile.Builder |
Profile.Builder.id(String id) |
static Profile.Builder |
Profile.newBuilder()
Creates a new
Profile builder instance. |
static Profile.Builder |
Profile.newBuilder(boolean withDefaults)
Creates a new
Profile builder instance using default values or not. |
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. |
Profile.Builder |
Profile.Builder.pluginRepositories(Collection<Repository> pluginRepositories) |
Profile.Builder |
Profile.Builder.properties(Map<String,String> properties) |
Profile.Builder |
Profile.Builder.repositories(Collection<Repository> repositories) |
Profile.Builder |
Profile.with()
Creates a new builder with this object as the basis.
|
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.