|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRSESystemTypeProvider
Dynamic RSE system types provider interface.
See also extension point org.eclipse.rse.core.systemTypeProviders
Clients may implement this interface.
Method Summary | |
---|---|
IRSESystemType[] |
getSystemTypesForRegistration()
Returns a list of possible RSE system types to register at initialization of the RSE core system. |
Method Detail |
---|
IRSESystemType[] getSystemTypesForRegistration()
RSECoreRegistry
.
The list of the returned RSE system types will be checked
for duplicates (via the system type id). Duplicates will
be dropped.
Returned system types should be subclasses of AbstractRSESystemType
.
null
.
|
RSE Release 3.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |