Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

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.0

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

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire