Uses of Class
org.apache.maven.api.settings.Profile.Builder
- 
Uses of Profile.Builder in org.apache.maven.api.settingsMethods in org.apache.maven.api.settings that return Profile.BuilderModifier and TypeMethodDescriptionProfile.Builder.activation(Activation activation) static Profile.BuilderProfile.newBuilder()Creates a newProfilebuilder instance.static Profile.BuilderProfile.newBuilder(boolean withDefaults) Creates a newProfilebuilder instance using default values or not.static Profile.BuilderProfile.newBuilder(Profile from) Creates a newProfilebuilder instance using the specified object as a basis.static Profile.BuilderProfile.newBuilder(Profile from, boolean forceCopy) Creates a newProfilebuilder instance using the specified object as a basis.Profile.Builder.pluginRepositories(Collection<Repository> pluginRepositories) Profile.Builder.properties(Map<String, String> properties) Profile.Builder.repositories(Collection<Repository> repositories) Profile.with()Creates a new builder with this object as the basis.