Package | Description |
---|---|
co.codewizards.cloudstore.core.dto |
Data transfer objects (DTOs) used for the communication between client and server via REST.
|
co.codewizards.cloudstore.core.dto.jaxb |
JAXB-related classes like
JAXBContext - and
XmlAdapter -implementations. |
co.codewizards.cloudstore.core.updater |
Core of the updater - automatically keeping CloudStore up-to-date.
|
co.codewizards.cloudstore.core.version |
Modifier and Type | Method and Description |
---|---|
Version |
VersionInfoDto.getLocalVersion()
Gets the version of the system which created this
VersionInfoDto . |
Version |
VersionInfoDto.getMinimumRemoteVersion()
Gets the minimum version expected from its remote peer by the system which created this
VersionInfoDto . |
Modifier and Type | Method and Description |
---|---|
void |
VersionInfoDto.setLocalVersion(Version localVersion) |
void |
VersionInfoDto.setMinimumRemoteVersion(Version minimumRemoteVersion) |
Modifier and Type | Method and Description |
---|---|
Version |
VersionXmlAdapter.unmarshal(String v) |
Modifier and Type | Method and Description |
---|---|
String |
VersionXmlAdapter.marshal(Version v) |
Modifier and Type | Method and Description |
---|---|
Version |
CloudStoreUpdaterCore.getLocalVersion() |
Version |
CloudStoreUpdaterCore.getRemoteVersion() |
Modifier and Type | Field and Description |
---|---|
static Version |
Version.MAX_VERSION
The maximum Version possible.
|
static Version |
Version.MIN_VERSION
The minimum Version that can exist.
|
Modifier and Type | Method and Description |
---|---|
Version |
Version.changeMajor(int major) |
Version |
Version.changeMinor(int minor) |
Version |
Version.changePatchLevel(int patchLevel) |
Version |
Version.changeRelease(int release) |
Version |
Version.changeSuffix(String suffix) |
protected Version |
VersionInfoProvider.getLocalVersion() |
protected Version |
LocalVersionInIdeHelper.getLocalVersionInIde_file() |
protected Version |
LocalVersionInIdeHelper.getLocalVersionInIde_jar() |
Version |
LocalVersionInIdeHelper.getLocalVersionInIde() |
protected Version |
VersionInfoProvider.getMinimumRemoteVersion() |
protected Version |
LocalVersionInIdeHelper.readVersionFromPomXml(InputStream pomXmlIn) |
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version other)
Compares this
Version object to another one. |
Copyright © 2013–2019. All rights reserved.