Package | Description |
---|---|
icy.common |
Contains common shared object and classes in Icy
|
icy.main |
Contains the main Icy class, responsible of the Icy application launch process (also contains the Icy version information)
|
icy.plugin |
Contains Plugin class model and attached interfaces.
|
icy.preferences |
Contains all Preference definition classes
|
icy.system |
Contains System related objects and tools (Thread, Profiling, Security, Exception...)
|
icy.update |
Contains all classes and tools used to allow update of plugins, libraries and application core
|
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version o) |
boolean |
Version.isGreater(Version version) |
boolean |
Version.isGreaterOrEqual(Version version) |
boolean |
Version.isLower(Version version) |
boolean |
Version.isLowerOrEqual(Version version) |
boolean |
Version.isNewer(Version version) |
boolean |
Version.isNewerOrEqual(Version version) |
boolean |
Version.isOlder(Version version) |
boolean |
Version.isOlderOrEqual(Version version) |
Modifier and Type | Field and Description |
---|---|
static Version |
Icy.version
Icy Version
|
Modifier and Type | Method and Description |
---|---|
Version |
PluginDescriptor.getRequiredKernelVersion() |
Version |
PluginDescriptor.PluginIdent.getRequiredKernelVersion() |
Version |
PluginDescriptor.getVersion() |
Version |
PluginDescriptor.PluginIdent.getVersion() |
Modifier and Type | Method and Description |
---|---|
void |
PluginDescriptor.PluginIdent.setRequiredKernelVersion(Version requiredKernelVersion) |
void |
PluginDescriptor.PluginIdent.setVersion(Version version) |
Modifier and Type | Method and Description |
---|---|
static Version |
ApplicationPreferences.getVersion()
Get the stored version number (used to detect new installed version).
|
Modifier and Type | Method and Description |
---|---|
static void |
ApplicationPreferences.setVersion(Version value)
Set the stored version number (used to detect new installed version)
|
Modifier and Type | Method and Description |
---|---|
static Version |
SystemUtil.getJavaVersionAsVersion()
Returns the JVM integer version (ex: 6.0.91, 7.0.71, 8.0.151..)
|
Modifier and Type | Method and Description |
---|---|
Version |
ElementDescriptor.getVersion() |
Modifier and Type | Method and Description |
---|---|
void |
ElementDescriptor.setVersion(Version version) |