public class MavenLaunchParticipantInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private org.eclipse.core.runtime.IConfigurationElement |
extension |
Modifier | Constructor and Description |
---|---|
private |
MavenLaunchParticipantInfo(org.eclipse.core.runtime.IConfigurationElement extension) |
Modifier and Type | Method and Description |
---|---|
IMavenLaunchParticipant |
createParticipant() |
java.lang.String |
getId() |
java.util.List<java.lang.String> |
getModes() |
java.lang.String |
getName() |
static java.util.List<MavenLaunchParticipantInfo> |
readParticipantsInfo() |
private MavenLaunchParticipantInfo(org.eclipse.core.runtime.IConfigurationElement extension)
public java.lang.String getId()
public java.lang.String getName()
public IMavenLaunchParticipant createParticipant() throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public java.util.List<java.lang.String> getModes()
public static java.util.List<MavenLaunchParticipantInfo> readParticipantsInfo()