org.eclipse.rse.subsystems.files.core
Interface ILanguageUtility
-
public interface ILanguageUtility
Interface for a language utility. Each programming language should have its own utility,
for example Java, C/C++, etc.
LANGUAGE_JAVA
static final
String LANGUAGE_JAVA
- Constant for Java language.
-
See Also:
-
Constant Field Values
LANGUAGE_C
static final
String LANGUAGE_C
- Constant for C language.
-
See Also:
-
Constant Field Values
LANGUAGE_CPP
static final
String LANGUAGE_CPP
- Constant for C++ language.
-
See Also:
-
Constant Field Values
getSubSystem
IRemoteFileSubSystem getSubSystem()
- Returns the subsystem with which the utility is associated.
-
-
Returns:
- the subsystem.
getLanguage
String getLanguage()
- Returns the language to which this utility applies. It could be one of
LANGUAGE_JAVA
, LANGUAGE_C
, and LANGUAGE_CPP
, or
another language.
-
-
Returns:
- the language.
Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.