|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.systems.subsystems.util.AbstractLanguageUtilityFactory
A language utility factory associated with a subsystem.
Field Summary | |
---|---|
protected RemoteFileSubSystem |
subsystem
|
Constructor Summary | |
---|---|
protected |
AbstractLanguageUtilityFactory(RemoteFileSubSystem subsystem)
Constructor. |
Method Summary | |
---|---|
RemoteFileSubSystem |
getSubSystem()
Returns the subsystem with which the factory is associated. |
abstract ILanguageUtility |
getUtility(String language)
For Java, subclasses should return an instance of IJavaLanguageUtility |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected RemoteFileSubSystem subsystem
Constructor Detail |
protected AbstractLanguageUtilityFactory(RemoteFileSubSystem subsystem)
subsystem
- the subsystem with which this factory is associated.Method Detail |
public RemoteFileSubSystem getSubSystem()
ILanguageUtilityFactory
getSubSystem
in interface ILanguageUtilityFactory
ILanguageUtilityFactory.getSubSystem()
public abstract ILanguageUtility getUtility(String language)
IJavaLanguageUtility
getUtility
in interface ILanguageUtilityFactory
language
- the language identifier.
ILanguageUtilityFactory.getUtility(java.lang.String)
,
IJavaLanguageUtility
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |