Uses of Class
org.apache.maven.settings.Profile
-
Packages that use Profile Package Description org.apache.maven.settings -
-
Uses of Profile in org.apache.maven.settings
Methods in org.apache.maven.settings that return Profile Modifier and Type Method Description ProfileProfile. clone()Method clone.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 voidSettings. addProfile(Profile profile)Method addProfile.voidSettings. removeProfile(Profile profile)Method removeProfile.Method parameters in org.apache.maven.settings with type arguments of type Profile Modifier and Type Method Description voidSettings. setProfiles(java.util.List<Profile> profiles)Set configuration of build profiles for adjusting the build according to environmental parameters.
-