Uses of Interface
org.apache.maven.profiles.ProfileManager
Packages that use ProfileManager
-
Uses of ProfileManager in org.apache.maven.profiles
Classes in org.apache.maven.profiles that implement ProfileManager -
Uses of ProfileManager in org.apache.maven.project
Fields in org.apache.maven.project declared as ProfileManagerModifier and TypeFieldDescriptionprivate ProfileManagerDefaultProjectBuilderConfiguration.globalProfileManagerMethods in org.apache.maven.project that return ProfileManagerModifier and TypeMethodDescriptionDefaultProjectBuilderConfiguration.getGlobalProfileManager()ProjectBuilderConfiguration.getGlobalProfileManager()Methods in org.apache.maven.project with parameters of type ProfileManagerModifier and TypeMethodDescriptionDefaultMavenProjectBuilder.build(File projectDescriptor, ArtifactRepository localRepository, ProfileManager profileManager) DefaultMavenProjectBuilder.build(File projectDescriptor, ArtifactRepository localRepository, ProfileManager profileManager, boolean checkDistributionManagementStatus) MavenProjectBuilder.build(File project, ArtifactRepository localRepository, ProfileManager globalProfileManager) MavenProjectBuilder.build(File project, ArtifactRepository localRepository, ProfileManager globalProfileManager, boolean checkDistributionManagementStatus) DefaultMavenProjectBuilder.buildStandaloneSuperProject(ArtifactRepository localRepository, ProfileManager profileManager) MavenProjectBuilder.buildStandaloneSuperProject(ArtifactRepository localRepository, ProfileManager profileManager) Deprecated.DefaultMavenProjectBuilder.buildWithDependencies(File projectDescriptor, ArtifactRepository localRepository, ProfileManager profileManager) DefaultMavenProjectBuilder.buildWithDependencies(File projectDescriptor, ArtifactRepository localRepository, ProfileManager profileManager, org.apache.maven.wagon.events.TransferListener transferListener) MavenProjectBuilder.buildWithDependencies(File project, ArtifactRepository localRepository, ProfileManager globalProfileManager) MavenProjectBuilder.buildWithDependencies(File project, ArtifactRepository localRepository, ProfileManager globalProfileManager, org.apache.maven.wagon.events.TransferListener transferListener) private ListDefaultMavenProjectBuilder.injectActiveProfiles(ProfileManager profileManager, Model model) private voidDefaultMavenProjectBuilder.loadProjectExternalProfiles(ProfileManager profileManager, File projectDir) DefaultProjectBuilderConfiguration.setGlobalProfileManager(ProfileManager globalProfileManager) ProjectBuilderConfiguration.setGlobalProfileManager(ProfileManager globalProfileManager)
MavenProjectBuilder.buildStandaloneSuperProject(ProjectBuilderConfiguration)instead.