Uses of Class
org.apache.maven.model.Profile
Packages that use Profile
-
Uses of Profile in org.apache.maven.model
Methods in org.apache.maven.model that return ProfileMethods in org.apache.maven.model that return types with arguments of type ProfileModifier and TypeMethodDescriptionModel.getProfiles()Profile.profileToApiV3(List<org.apache.maven.api.model.Profile> list) Methods in org.apache.maven.model with parameters of type ProfileModifier and TypeMethodDescriptionvoidModel.addProfile(Profile profile) voidModel.removeProfile(Profile profile) Method parameters in org.apache.maven.model with type arguments of type ProfileModifier and TypeMethodDescriptionstatic List<org.apache.maven.api.model.Profile> Profile.profileToApiV4(List<Profile> list) voidModel.setProfiles(List<Profile> profiles) -
Uses of Profile in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type ProfileModifier and TypeMethodDescriptionprotected ObjectModelMerger.getProfileKey(Profile profile) protected voidModelMerger.mergeProfile(Profile target, Profile source, boolean sourceDominant, Map<Object, Object> context)