Uses of Class
org.apache.maven.settings.Profile
Packages that use Profile
Package
Description
-
Uses of Profile in org.apache.maven.execution
Methods in org.apache.maven.execution that return types with arguments of type Profile -
Uses of Profile in org.apache.maven.settings
Fields in org.apache.maven.settings with type parameters of type ProfileMethods in org.apache.maven.settings that return ProfileModifier and TypeMethodDescriptionProfile.clone()Method clone.static ProfileSettingsUtils.convertToSettingsProfile(Profile modelProfile) Methods in org.apache.maven.settings that return types with arguments of type ProfileModifier and TypeMethodDescriptionSettings.getProfiles()Method getProfiles.Settings.getProfilesAsMap()Methods in org.apache.maven.settings with parameters of type ProfileModifier and TypeMethodDescriptionvoidSettings.addProfile(Profile profile) Method addProfile.static ProfileSettingsUtils.convertFromSettingsProfile(Profile settingsProfile) voidSettings.removeProfile(Profile profile) Method removeProfile.Method parameters in org.apache.maven.settings with type arguments of type ProfileModifier and TypeMethodDescriptionvoidSettings.setProfiles(List<Profile> profiles) Set configuration of build profiles for adjusting the build according to environmental parameters. -
Uses of Profile in org.apache.maven.settings.io.xpp3
Methods in org.apache.maven.settings.io.xpp3 that return ProfileModifier and TypeMethodDescriptionprivate ProfileSettingsXpp3Reader.parseProfile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseProfile.Methods in org.apache.maven.settings.io.xpp3 with parameters of type ProfileModifier and TypeMethodDescriptionprivate voidSettingsXpp3Writer.writeProfile(Profile profile, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeProfile.