com.ibm.ram.rich.core.scm
Interface TeamContributor.ReferenceProperties
- Enclosing class:
- TeamContributor
public static interface TeamContributor.ReferenceProperties
|
Method Summary |
java.util.Properties |
getCoreProperties()
Returns key value pairs representing the reference. |
java.util.Properties |
getDescriptiveProperties()
Returns key value pairs representing user readable information about the reference. |
getCoreProperties
java.util.Properties getCoreProperties()
- Returns key value pairs representing the reference. This information should be
sufficient to reconstruct a connection back to the SCM. This is serialized and
persisted as the value property of the reference.
- Returns:
- See Also:
Reference#getValue()
getDescriptiveProperties
java.util.Properties getDescriptiveProperties()
- Returns key value pairs representing user readable information about the reference.
This is serialized and persisted as the description property of the reference.
- Returns:
- See Also:
Reference#getDescription()