Package | Description |
---|---|
org.eclipse.m2e.profiles.core.internal | |
org.eclipse.m2e.profiles.core.internal.management | |
org.eclipse.m2e.profiles.ui.internal.actions |
Modifier and Type | Field and Description |
---|---|
private IProfileManager |
MavenProfilesCoreActivator.profileManager |
Modifier and Type | Method and Description |
---|---|
IProfileManager |
MavenProfilesCoreActivator.getProfileManager() |
Modifier and Type | Class and Description |
---|---|
class |
ProfileManager
Maven Profile Manager
|
Modifier and Type | Field and Description |
---|---|
private IProfileManager |
ProfileSelectionHandler.GetProfilesJob.profileManager |
private IProfileManager |
ProfileSelectionHandler.UpdateProfilesJob.profileManager |
Modifier and Type | Method and Description |
---|---|
private java.util.Map<IMavenProjectFacade,java.util.List<ProfileData>> |
ProfileSelectionHandler.GetProfilesJob.getAllProfiles(java.util.Set<IMavenProjectFacade> facades,
IProfileManager profileManager) |
private org.eclipse.core.runtime.jobs.IJobChangeListener |
ProfileSelectionHandler.onProfilesFetched(ProfileSelectionHandler.GetProfilesJob getProfilesJob,
java.util.Set<IMavenProjectFacade> facades,
IProfileManager profileManager,
org.eclipse.swt.widgets.Shell shell) |
Constructor and Description |
---|
GetProfilesJob(java.util.Set<IMavenProjectFacade> facades,
IProfileManager profileManager) |
UpdateProfilesJob(java.util.Map<IMavenProjectFacade,java.util.List<ProfileData>> allProfiles,
java.util.List<ProfileSelection> sharedProfiles,
IProfileManager profileManager,
SelectProfilesDialog dialog) |