|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public java.lang.String getName()
public java.lang.String getId()
public java.net.URL getIconURL()
public IConnectionFactoryProvider getConnectionFactory(java.lang.String type)
type
- the type or id of a connection factory associated with this
connection profile type.
public java.util.Map getConnectionFactories()
public java.util.Map getProfileExtensions()
public IConfigurationType getConfigurationType()
public ICategory getCategory()
public java.lang.String getFileExtension()
public boolean needsMaintainConnection()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |