|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionProfileException | |
org.eclipse.datatools.connectivity |
Uses of ConnectionProfileException in org.eclipse.datatools.connectivity |
Methods in org.eclipse.datatools.connectivity that throw ConnectionProfileException | |
void |
ProfileManager.createProfile(java.lang.String name,
java.lang.String description,
java.lang.String providerID,
java.util.Properties baseProperties)
Create connection profile |
void |
ProfileManager.createProfile(java.lang.String name,
java.lang.String description,
java.lang.String providerID,
java.util.Properties baseProperties,
java.lang.String parentProfile)
Create connection profile |
void |
ProfileManager.createProfile(java.lang.String name,
java.lang.String description,
java.lang.String providerID,
java.util.Properties baseProperties,
java.lang.String parentProfile,
boolean autoConnect)
Create connection profile |
java.lang.String |
ProfileManager.duplicateProfile(IConnectionProfile profile)
Duplicate a connection profile |
IConnectionProfile |
ProfileManager.copyProfile(IConnectionProfile profile,
java.lang.String newName)
Duplicate a connection profile but won't add it into ProfileManager or IConnectionProfileRepository |
void |
ProfileManager.addProfile(IConnectionProfile profile)
Add a connection profile object to the profiles cache. |
void |
ProfileManager.addProfile(IConnectionProfile profile,
boolean replaceExisting)
Add a connection profile object to the profiles cache. |
void |
ProfileManager.deleteProfile(IConnectionProfile profile)
Delete a connection profile object from the profiles cache |
void |
ProfileManager.modifyProfile(IConnectionProfile profile)
Modify an existing connection profile |
void |
ProfileManager.modifyProfile(IConnectionProfile profile,
java.lang.String newName,
java.lang.String newDesc)
Modify an existing connection profile, plus it's name and description We don't expose a setName and setDescription in IConnectionProfile, so instead we expose this api for that same purpose. |
void |
ProfileManager.modifyProfile(IConnectionProfile profile,
java.lang.String newName,
java.lang.String newDesc,
java.lang.Boolean autoConnect)
Modify an existing connection profile, plus it's name and description We don't expose a setName and setDescription in IConnectionProfile, so instead we expose this api for that same purpose. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |