|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ptp.ui.wizards.RMConfigurationSelectionFactory
public abstract class RMConfigurationSelectionFactory
Abstract class that is the extension point for contributing additional RM configurations for selection in the RM configuration wizard.
| Constructor Summary | |
|---|---|
RMConfigurationSelectionFactory()
|
|
| Method Summary | |
|---|---|
abstract java.lang.String[] |
getConfigurationNames()
Retrieves the names of addition resource managers to display in the wizard. |
java.lang.String |
getId()
Get the ID of the resource manager that this extension is for. |
abstract void |
setConfigurationName(java.lang.String name,
org.eclipse.ptp.rmsystem.IResourceManagerConfiguration configuration)
Set the resource manager name that has been selected in the wizard. |
void |
setId(java.lang.String id)
/** Set the ID of the resource manager that this extension is for. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RMConfigurationSelectionFactory()
| Method Detail |
|---|
public abstract java.lang.String[] getConfigurationNames()
public java.lang.String getId()
public abstract void setConfigurationName(java.lang.String name,
org.eclipse.ptp.rmsystem.IResourceManagerConfiguration configuration)
public void setId(java.lang.String id)
id - resource manager ID
|
PTP Release 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||