|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILanguageUtilityFactory
A factory for creating language specific utility.
Method Summary | |
---|---|
IRemoteFileSubSystem |
getSubSystem()
Returns the subsystem with which the factory is associated. |
ILanguageUtility |
getUtility(String language)
Returns the language utility for the given language identifier. |
Method Detail |
---|
IRemoteFileSubSystem getSubSystem()
ILanguageUtility getUtility(String language)
ILanguageUtility
.
For Java, the identifier is LANGUAGE_JAVA
.
For C, the identifier is LANGUAGE_C
.
For C++, the identifier is LANGUAGE_CPP
.
language
- the language identifier.
ILanguageUtility
|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |