Uses of Class
tigase.util.Version
Packages that use Version
Package
Description
The main package with top level API for server side components.
-
Uses of Version in tigase.db
Modifier and TypeMethodDescriptionDataRepositoryPool.getSchemaVersion
(String component) DataSource.getSchemaVersion
(String component) Method obtains version of the schema for particular component stored in the database.DummyRepository.getSchemaVersion
(String component) -
Uses of Version in tigase.db.converter
Methods in tigase.db.converter that return types with arguments of type Version -
Uses of Version in tigase.db.jdbc
Methods in tigase.db.jdbc that return types with arguments of type Version -
Uses of Version in tigase.db.util
Methods in tigase.db.util that return VersionModifier and TypeMethodDescriptiondefault Version
RepositoryVersionAware.getVersion()
Returns current required version of the repository implementing this interface (If we are version aware then we have to specify the version)Methods in tigase.db.util that return types with arguments of type VersionModifier and TypeMethodDescriptionDBSchemaLoader.getComponentVersionFromDb
(String component) SchemaLoader.getComponentVersionFromDb
(String component) DBSchemaLoader.getMinimalRequiredComponentVersionForUpgrade
(SchemaManager.SchemaInfo schema) SchemaLoader.getMinimalRequiredComponentVersionForUpgrade
(SchemaManager.SchemaInfo schema) DBSchemaLoader.getSchemaFileNames
(String schemaId) SchemaManager.DataSourceInfo.getSchemaVersion
(String component) SchemaManager.SchemaInfo.getVersion()
Methods in tigase.db.util with parameters of type VersionModifier and TypeMethodDescriptiondefault SchemaLoader.Result
RepositoryVersionAware.updateSchema
(Optional<Version> oldVersion, Version newVersion) Method used to update schema in the database from the (optional)oldVersion
tonewVersion
.Method parameters in tigase.db.util with type arguments of type VersionModifier and TypeMethodDescriptiondefault SchemaLoader.Result
RepositoryVersionAware.updateSchema
(Optional<Version> oldVersion, Version newVersion) Method used to update schema in the database from the (optional)oldVersion
tonewVersion
.Constructors in tigase.db.util with parameters of type VersionModifierConstructorDescriptionVersionCheckerSchemaInfo
(Class<? extends DataSourceAware> datasourceClass, Optional<Version> databaseVersion, Version requiredVersion) Constructor parameters in tigase.db.util with type arguments of type VersionModifierConstructorDescriptionVersionCheckerSchemaInfo
(Class<? extends DataSourceAware> datasourceClass, Optional<Version> databaseVersion, Version requiredVersion) -
Uses of Version in tigase.db.xml
Methods in tigase.db.xml that return types with arguments of type Version -
Uses of Version in tigase.server
Methods in tigase.server that return VersionMethods in tigase.server that return types with arguments of type Version -
Uses of Version in tigase.util
Fields in tigase.util declared as VersionFields in tigase.util with type parameters of type VersionMethods in tigase.util that return VersionModifier and TypeMethodDescriptionVersion.Builder.build()
Version.getBaseVersion()
Version.increment
(Version.FIELD field, int amount) Method increments given field by the specified amountstatic Version
Supports both tigase-server-7.2.0-SNAPSHOT-b4895-dist-max.tar.gz and version stringsMethods in tigase.util with parameters of type VersionConstructors in tigase.util with parameters of type Version -
Uses of Version in tigase.util.updater
Methods in tigase.util.updater that return VersionMethods in tigase.util.updater that return types with arguments of type VersionModifier and TypeMethodDescriptionUpdatesChecker.retrieveCurrentVersionFromServer
(Version currentVersion, List<UpdatesChecker.ProductInfoIfc> products, String url, int timeoutInSeconds) Methods in tigase.util.updater with parameters of type VersionModifier and TypeMethodDescriptionUpdatesChecker.retrieveCurrentVersionFromServer
(Version currentVersion, List<UpdatesChecker.ProductInfoIfc> products, String url, int timeoutInSeconds)