public class IUs extends Object
A listing of common IUs.
Javadoc includes the repositories which contain the IU.
Modifier and Type | Field and Description |
---|---|
static String |
ERROR_LOG
The error log view.
|
static String |
IDE
Required IU for every IDE, contained within
P2Model.addRepoEclipse(String) . |
static String |
JDT
Required IU for every IDE, contained within
P2Model.addRepoEclipse(String) . |
static String |
PDE
Required IU for every IDE, contained within
P2Model.addRepoEclipse(String) . |
public static final String IDE
Required IU for every IDE, contained within P2Model.addRepoEclipse(String)
.
public static final String JDT
Required IU for every IDE, contained within P2Model.addRepoEclipse(String)
.
public static final String PDE
Required IU for every IDE, contained within P2Model.addRepoEclipse(String)
.
public static final String ERROR_LOG
The error log view. Included in the PDE, but helpful in lots of other places too.