Remote Systems
v6.4.1

com.ibm.etools.systems.subsystems.util
Interface IJavaLanguageUtility

All Superinterfaces:
ILanguageUtility
All Known Implementing Classes:
AbstractJavaLanguageUtility

public interface IJavaLanguageUtility
extends ILanguageUtility

Interface for Java language utility.


Field Summary
 
Fields inherited from interface com.ibm.etools.systems.subsystems.util.ILanguageUtility
LANGUAGE_C, LANGUAGE_CPP, LANGUAGE_JAVA
 
Method Summary
 String getQualifiedClassName(IRemoteFile remoteFile)
          Returns the qualified class name for the remote file.
 
Methods inherited from interface com.ibm.etools.systems.subsystems.util.ILanguageUtility
getLanguage, getSubSystem
 

Method Detail

getQualifiedClassName

public String getQualifiedClassName(IRemoteFile remoteFile)
Returns the qualified class name for the remote file.

Parameters:
remoteFile - the remote file.
Returns:
the qualified class name.

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.