|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.oda.design.internal.designsession.DataSourceDesignSessionBase.ProfileReferenceBase
org.eclipse.datatools.connectivity.oda.design.ui.designsession.DataSourceDesignSession.ProfileReference
public static class DataSourceDesignSession.ProfileReference
Represents the reference information of an external connection profile.
Constructor Summary | |
---|---|
DataSourceDesignSession.ProfileReference(java.lang.String profileInstanceId,
java.io.File storageFile,
boolean maintainExternalLink)
Constructor. |
Method Summary |
---|
Methods inherited from class org.eclipse.datatools.connectivity.oda.design.internal.designsession.DataSourceDesignSessionBase.ProfileReferenceBase |
---|
equals, equalsIgnoreMaintainLink, getDescription, getInstanceId, getName, getProfileInstance, getStorageFile, getStorageFilePath, getStorageFilePathPropertyValue, maintainExternalLink |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataSourceDesignSession.ProfileReference(java.lang.String profileInstanceId, java.io.File storageFile, boolean maintainExternalLink)
profileInstanceId
- profile instance id; such as the
instance id returned by the
DesignSessionUtil.getProfileIdentifiers
methodstorageFile
- a file that stores profile instances;
may be null, which means to use the
default DTP profiles storage filemaintainExternalLink
- "true" indicates to maintain a link to the
given profile instance and storageFile, and applies its
latest properties values at run-time.
"false" indicates to work with a copy of the current properties
specified in the profile instance; any future
changes to the profile instance is not applied to
the data source design.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |