Uses of Class
omix.util.VersionNumber
Package | Description |
---|---|
omix.mathxp.io | |
omix.plugin.data | |
omix.plugin.type |
This package contains interfaces for implementing type management plugins.
|
omix.util |
This package contains utilities for OVL and Omix plugin development.
|
omix.util.licensing |
This package contains utilities for plugin licensing.
|
-
Uses of VersionNumber in omix.mathxp.io
Methods in omix.mathxp.io with parameters of type VersionNumber Modifier and Type Method Description Object
MathTypeHandler. deserialize(Class<?> type, TypeSerializationHandlerInterface.AbstractSerialization serialization, VersionNumber versionString)
-
Uses of VersionNumber in omix.plugin.data
Methods in omix.plugin.data with parameters of type VersionNumber Modifier and Type Method Description DataSourceInterface
DataSourceHandlerInterface. deserialize(TypeSerializationHandlerInterface.AbstractSerialization serialization, VersionNumber version, DataInputUtilities utilities)
Deserializes an instance ofDataSourceInterface
according the given instance ofTypeSerializationHandlerInterface.AbstractSerialization
.
Omix iterates the list of installed TypeSerializationHandlers ordered by time of installation. -
Uses of VersionNumber in omix.plugin.type
Methods in omix.plugin.type with parameters of type VersionNumber Modifier and Type Method Description Class<?>
TypeCompatibilityHandlerInterface. convertType(String classType, String pluginID, VersionNumber version)
Converts a deprecated class type name into a substituted class of the current plug-in version.Object
TypeSerializationHandlerInterface. deserialize(Class<?> type, TypeSerializationHandlerInterface.AbstractSerialization serialization, VersionNumber version)
Deserializes an object of a specific class type according the given instance ofTypeSerializationHandlerInterface.AbstractSerialization
.
Omix iterates the list of installed TypeSerializationHandlers ordered by time of installation. -
Uses of VersionNumber in omix.util
Fields in omix.util declared as VersionNumber Modifier and Type Field Description static VersionNumber
APIVersion. version
Methods in omix.util that return VersionNumber Modifier and Type Method Description static VersionNumber
SystemInfo. applicationVersion()
This method returns the application version.Methods in omix.util with parameters of type VersionNumber Modifier and Type Method Description int
VersionNumber. compareTo(VersionNumber version)
Determines if this is greater (1) equals (0) or less (-1) than the given version.boolean
VersionNumber. greaterOrEquals(VersionNumber version)
Determines if this is greater than or equals the given versionboolean
VersionNumber. greaterThan(VersionNumber version)
Determines if this is greater than the given versionboolean
VersionNumber. lessOrEquals(VersionNumber version)
Determines if this is less than or equals the given versionboolean
VersionNumber. lessThan(VersionNumber version)
Determines if this is less than the given version -
Uses of VersionNumber in omix.util.licensing
Fields in omix.util.licensing declared as VersionNumber Modifier and Type Field Description VersionNumber
LicenseKey. maxVersion
VersionNumber
LicenseKey. minVersion
Constructors in omix.util.licensing with parameters of type VersionNumber Constructor Description LicenseKey(byte[] signature, String username, String serialNumberData, String serialNumber, String licensee, String organization, String vendor, String licenseURL, int licenseID, int subscriptionID, String product, VersionNumber minVersion, VersionNumber maxVersion, Date startDate, Date terminationDate, Date updatesUntilDate, int volumeRestriction, String siteRestriction, String hardwareAddress, LicenseType type)