Uses of Class
org.apache.maven.model.Profile
-
Packages that use Profile Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdomodel.org.apache.maven.model.merge POM merger. -
-
Uses of Profile in org.apache.maven.model
Methods in org.apache.maven.model that return Profile Modifier and Type Method Description ProfileProfile. clone()Method clone.Methods in org.apache.maven.model that return types with arguments of type Profile Modifier and Type Method Description java.util.List<Profile>Model. getProfiles()Method getProfiles.Methods in org.apache.maven.model with parameters of type Profile Modifier and Type Method Description voidModel. addProfile(Profile profile)Method addProfile.voidModel. removeProfile(Profile profile)Method removeProfile.Method parameters in org.apache.maven.model with type arguments of type Profile Modifier and Type Method Description voidModel. setProfiles(java.util.List<Profile> profiles)Set a listing of project-local build profiles which will modify the build process when activated. -
Uses of Profile in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type Profile Modifier and Type Method Description protected java.lang.ObjectModelMerger. getProfileKey(Profile profile)protected voidModelMerger. mergeProfile(Profile target, Profile source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
-