Uses of Class
org.apache.maven.settings.Profile
-
Packages that use Profile Package Description org.apache.maven.execution org.apache.maven.settings org.apache.maven.settings.io.xpp3 -
-
Uses of Profile in org.apache.maven.execution
Methods in org.apache.maven.execution that return types with arguments of type Profile Modifier and Type Method Description java.util.List<Profile>
SettingsAdapter. getProfiles()
-
Uses of Profile in org.apache.maven.settings
Fields in org.apache.maven.settings with type parameters of type Profile Modifier and Type Field Description private java.util.Map<java.lang.String,Profile>
Settings. profileMap
private java.util.List<Profile>
Settings. profiles
Field profiles.Methods in org.apache.maven.settings that return Profile Modifier and Type Method Description Profile
Profile. clone()
Method clone.static Profile
SettingsUtils. convertToSettingsProfile(Profile modelProfile)
Methods in org.apache.maven.settings that return types with arguments of type Profile Modifier and Type Method Description java.util.List<Profile>
Settings. getProfiles()
Method getProfiles.java.util.Map<java.lang.String,Profile>
Settings. getProfilesAsMap()
Methods in org.apache.maven.settings with parameters of type Profile Modifier and Type Method Description void
Settings. addProfile(Profile profile)
Method addProfile.static Profile
SettingsUtils. convertFromSettingsProfile(Profile settingsProfile)
void
Settings. removeProfile(Profile profile)
Method removeProfile.Method parameters in org.apache.maven.settings with type arguments of type Profile Modifier and Type Method Description void
Settings. setProfiles(java.util.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 Profile Modifier and Type Method Description private Profile
SettingsXpp3Reader. 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 Profile Modifier and Type Method Description private void
SettingsXpp3Writer. writeProfile(Profile profile, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeProfile.
-