| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IConnectionProfileProvider
This interface is used for accessing functionality provided by a connection profile extension.
| Method Summary | |
|---|---|
|  ICategory | getCategory()The category this connection profile belongs to. | 
|  IConfigurationType | getConfigurationType()The configuration type of this connection profile. | 
|  java.util.Map | getConnectionFactories()This method returns all the connection factories associated with this connection profile. | 
|  IConnectionFactoryProvider | getConnectionFactory(java.lang.String type)This method returns a connection factory object that corresponds to the type specified. | 
|  java.lang.String | getFileExtension()The file extension associated with workspace resources of this connection profile type. | 
|  java.net.URL | getIconURL() | 
|  java.lang.String | getId() | 
|  java.lang.String | getName() | 
|  java.util.Map | getProfileExtensions()This method returns all the profile extensions associated with this connection profile. | 
|  boolean | needsMaintainConnection()This property is used to determin whether we enable "Connect" or "Disconnect" for a connection profile. | 
| Method Detail | 
|---|
java.lang.String getName()
java.lang.String getId()
java.net.URL getIconURL()
IConnectionFactoryProvider getConnectionFactory(java.lang.String type)
type - the type or id of a connection factory associated with this
        connection profile type.
java.util.Map getConnectionFactories()
java.util.Map getProfileExtensions()
IConfigurationType getConfigurationType()
ICategory getCategory()
java.lang.String getFileExtension()
boolean needsMaintainConnection()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||