|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPropertiesPersistenceHook
Method Summary | |
---|---|
boolean |
arePropertiesComplete(java.util.Properties props)
Allows the framework to determine whether or not a connection dialog needs to be displayed prior to opening a connection to the server (e.g. |
java.lang.String |
getConnectionPropertiesPageID()
Returns the ID of the property page used to collect the information required to make the property set complete. |
java.util.Properties |
getPersitentProperties(java.util.Properties props)
Returns the property set that should be persisted by the framework. |
java.util.Properties |
populateTransientProperties(java.util.Properties props)
Returns a property set which includes any transient or derived properties that must be set prior to usage. |
Method Detail |
---|
java.util.Properties getPersitentProperties(java.util.Properties props)
props
- the properties currently associated with a connection
profile
java.util.Properties populateTransientProperties(java.util.Properties props)
props
- the properties loaded from the workspace
boolean arePropertiesComplete(java.util.Properties props)
props
- the property set to inspect
java.lang.String getConnectionPropertiesPageID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |