Uses of Class
org.apache.maven.profiles.Profile
Packages that use Profile
-
Uses of Profile in org.apache.maven.profiles
Fields in org.apache.maven.profiles with type parameters of type ProfileMethods in org.apache.maven.profiles that return types with arguments of type ProfileMethods in org.apache.maven.profiles with parameters of type ProfileModifier and TypeMethodDescriptionvoidProfilesRoot.addProfile(Profile profile) Method addProfile.static ProfileProfilesConversionUtils.convertFromProfileXmlProfile(Profile profileXmlProfile) Deprecated.voidProfilesRoot.removeProfile(Profile profile) Method removeProfile.Method parameters in org.apache.maven.profiles with type arguments of type ProfileModifier and TypeMethodDescriptionvoidProfilesRoot.setProfiles(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 ProfileModifier and TypeMethodDescriptionprivate ProfileProfilesXpp3Reader.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 ProfileModifier and TypeMethodDescriptionprivate voidProfilesXpp3Writer.writeProfile(Profile profile, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeProfile.