Uses of Class
org.apache.maven.profiles.Profile
-
Packages that use Profile Package Description org.apache.maven.profiles org.apache.maven.profiles.io.xpp3 -
-
Uses of Profile in org.apache.maven.profiles
Fields in org.apache.maven.profiles with type parameters of type Profile Modifier and Type Field Description private java.util.List<Profile>
ProfilesRoot. profiles
Field profiles.Methods in org.apache.maven.profiles that return types with arguments of type Profile Modifier and Type Method Description java.util.List<Profile>
ProfilesRoot. getProfiles()
Method getProfiles.Methods in org.apache.maven.profiles with parameters of type Profile Modifier and Type Method Description void
ProfilesRoot. addProfile(Profile profile)
Method addProfile.static Profile
ProfilesConversionUtils. convertFromProfileXmlProfile(Profile profileXmlProfile)
Deprecated.void
ProfilesRoot. removeProfile(Profile profile)
Method removeProfile.Method parameters in org.apache.maven.profiles with type arguments of type Profile Modifier and Type Method Description void
ProfilesRoot. 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.profiles.io.xpp3
Methods in org.apache.maven.profiles.io.xpp3 that return Profile Modifier and Type Method Description private Profile
ProfilesXpp3Reader. parseProfile(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseProfile.Methods in org.apache.maven.profiles.io.xpp3 with parameters of type Profile Modifier and Type Method Description private void
ProfilesXpp3Writer. writeProfile(Profile profile, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeProfile.
-