|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for a language utility. Each programming language should have its own utility, for example Java, C/C++, etc.
| Field Summary | |
static String |
LANGUAGE_C
Constant for C language. |
static String |
LANGUAGE_CPP
Constant for C++ language. |
static String |
LANGUAGE_JAVA
Constant for Java language. |
| Method Summary | |
String |
getLanguage()
Returns the language to which this utility applies. |
IRemoteFileSubSystem |
getSubSystem()
Returns the subsystem with which the utility is associated. |
| Field Detail |
public static final String LANGUAGE_JAVA
public static final String LANGUAGE_C
public static final String LANGUAGE_CPP
| Method Detail |
public IRemoteFileSubSystem getSubSystem()
public String getLanguage()
LANGUAGE_JAVA, LANGUAGE_C, and LANGUAGE_CPP, or
another language.
|
RSE Release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||