com.polarion.platform.repository.config.IConfig
METHODS
Modifiers and Type | Name | Description |
---|---|---|
long | getVersion() | During runtime, it's guaranteed that version for one configuration never decreases. Therefore clients, whose results depend on more configurations can use sum of their versions as the timestamp. |
Object | getData() | |
long | getRevision() | This is the last repository revision for current configuration. Revision is calculated through all of the possible configuration locations. If revisions of two {@link IConfig} instances are different, then configurations are different, but not vice versa. |
Back to Index