Package | Description |
---|---|
org.eclipse.m2e.profiles.ui.internal.actions | |
org.eclipse.m2e.profiles.ui.internal.dialog |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ProfileSelection> |
ProfileSelectionHandler.GetProfilesJob.sharedProfiles |
private java.util.List<ProfileSelection> |
ProfileSelectionHandler.UpdateProfilesJob.sharedProfiles |
Modifier and Type | Method and Description |
---|---|
private ProfileSelection |
ProfileSelectionHandler.UpdateProfilesJob.findSelectedProfile(java.lang.String id,
java.util.List<ProfileSelection> sharedProfiles) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ProfileSelection> |
ProfileSelectionHandler.GetProfilesJob.getSharedProfiles() |
private java.util.List<ProfileSelection> |
ProfileSelectionHandler.GetProfilesJob.getSharedProfiles(java.util.Map<IMavenProjectFacade,java.util.List<ProfileData>> projectProfilesMap) |
Modifier and Type | Method and Description |
---|---|
private ProfileSelection |
ProfileSelectionHandler.UpdateProfilesJob.findSelectedProfile(java.lang.String id,
java.util.List<ProfileSelection> sharedProfiles) |
private java.util.List<java.lang.String> |
ProfileSelectionHandler.UpdateProfilesJob.getActiveProfiles(java.util.List<ProfileSelection> sharedProfiles,
java.util.List<ProfileData> availableProfiles) |
Constructor and Description |
---|
UpdateProfilesJob(java.util.Map<IMavenProjectFacade,java.util.List<ProfileData>> allProfiles,
java.util.List<ProfileSelection> sharedProfiles,
IProfileManager profileManager,
SelectProfilesDialog dialog) |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.List<ProfileSelection> |
SelectProfilesDialog.sharedProfiles |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ProfileUtil.toString(java.util.Collection<ProfileSelection> profiles)
Turns a
ProfileSelection collection as a String, joined by a comma separator. |
Constructor and Description |
---|
SelectProfilesDialog(org.eclipse.swt.widgets.Shell parentShell,
java.util.Set<IMavenProjectFacade> facades,
java.util.List<ProfileSelection> sharedProfiles) |