PTP
Release 5.0

org.eclipse.ptp.ui.wizards
Class RMConfigurationSelectionFactory

java.lang.Object
  extended by org.eclipse.ptp.ui.wizards.RMConfigurationSelectionFactory

public abstract class RMConfigurationSelectionFactory
extends Object

Abstract class that is the extension point for contributing additional RM configurations for selection in the RM configuration wizard.

Since:
5.0

Constructor Summary
RMConfigurationSelectionFactory()
           
 
Method Summary
abstract  String[] getConfigurationNames()
          Retrieves the names of addition resource managers to display in the wizard.
 String getId()
          Get the ID of the resource manager that this extension is for.
abstract  void setConfigurationName(String name, org.eclipse.ptp.rmsystem.IResourceManagerConfiguration configuration)
          Set the resource manager name that has been selected in the wizard.
 void setId(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

RMConfigurationSelectionFactory

public RMConfigurationSelectionFactory()
Method Detail

getConfigurationNames

public abstract String[] getConfigurationNames()
Retrieves the names of addition resource managers to display in the wizard.

Returns:
array of provider types
Since:
5.0

getId

public String getId()
Get the ID of the resource manager that this extension is for.

Returns:
ID of the resource manager

setConfigurationName

public abstract void setConfigurationName(String name,
                                          org.eclipse.ptp.rmsystem.IResourceManagerConfiguration configuration)
Set the resource manager name that has been selected in the wizard.

Since:
5.0

setId

public void setId(String id)
/** Set the ID of the resource manager that this extension is for.

Parameters:
id - resource manager ID

PTP
Release 5.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.