RSE
Release 3.2

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.


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

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
Method Detail

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.

RSE
Release 3.2

Copyright (c) IBM Corporation and others 2000, 2010. All Rights Reserved.