| Package | Description |
|---|---|
| eu.fthevenet.binjr.data.adapters | |
| eu.fthevenet.binjr.data.workspace | |
| eu.fthevenet.binjr.preferences | |
| eu.fthevenet.util.github | |
| eu.fthevenet.util.version |
| Modifier and Type | Method and Description |
|---|---|
Version |
DataAdapterInfo.getVersion()
Returns the version of the adapter.
|
Version |
BaseDataAdapterInfo.getVersion() |
| Constructor and Description |
|---|
BaseDataAdapterInfo(java.lang.String name,
java.lang.String description,
Version version,
java.lang.String copyright,
java.lang.String license,
java.lang.String siteUrl,
java.lang.Class<? extends DataAdapter> adapterClass,
java.lang.Class<? extends DataAdapterDialog> dialogClass)
Initializes a new instance of the DataAdapterInfo class.
|
| Modifier and Type | Field and Description |
|---|---|
static Version |
Workspace.MINIMUM_SUPPORTED_SCHEMA_VERSION |
| Modifier and Type | Method and Description |
|---|---|
Version |
AppEnvironment.getVersion()
Returns the version information held in the containing jar's manifest
|
Version |
AppEnvironment.getVersion(java.lang.Class aClass) |
Version |
AppEnvironment.getVersion(java.util.jar.Manifest manifest)
Returns a version number extracted from the specified manifest.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateManager.asyncCheckForUpdate(java.util.function.Consumer<GithubRelease> newReleaseAvailable,
java.util.function.Consumer<Version> upToDate,
java.lang.Runnable onFailure)
Check for available update asynchronously.
|
void |
UpdateManager.asyncForcedCheckForUpdate(java.util.function.Consumer<GithubRelease> newReleaseAvailable,
java.util.function.Consumer<Version> upToDate,
java.lang.Runnable onFailure)
Force an async check for available update and ignore 1 check per hour limit.
|
| Modifier and Type | Method and Description |
|---|---|
Version |
GithubRelease.getVersion() |
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.emptyVersion
The empty version "0.0.0".
|
| Modifier and Type | Method and Description |
|---|---|
static Version |
Version.parseVersion(java.lang.String version)
Parses a version identifier from the specified string.
|
Version |
VersionXmlAdapter.unmarshal(java.lang.String versionString) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
VersionXmlAdapter.marshal(Version version) |
Copyright © 2018 Frederic Thevenet. All rights reserved.