Uses of Package
ca.corbett.updates

Packages that use ca.corbett.updates
Package
Description
Contains code that enables your applications to define dynamic extensions that can be packaged into jar files and loaded at runtime to alter the behaviour of your application, or even to supplement your application with additional behaviour.
Contains UI classes for the app-extensions code, most notably the ExtensionManagerDialog.
Contains classes and utilities for showing "About" information in your application (author, date published, release notes, project url, license and so on).
Contains classes and utilities to support dynamic application and extension updates from one or more configured remote sources.
  • Class
    Description
    Applications built with swing-extras have a way of detecting if they are out of date, or if any of their currently-installed extensions are out of date.
  • Class
    Description
    Used internally when retrieving a remote extension to store all associated files together into one object: the jar file, the optional signature file, and the optional list of screenshots.
    Applications built with swing-extras have a way of detecting if they are out of date, or if any of their currently-installed extensions are out of date.
    Represents a single remote update source, for use with the UpdateConfiguration class.
    Represents the version manifest for an application, with all of its versions and all of its extensions.
    Represents a single extension for the application in question, along with all of the versions of this extension.
  • Class
    Description
    Applications built with swing-extras have a way of detecting if they are out of date, or if any of their currently-installed extensions are out of date.
  • Class
    Description
    Used internally when retrieving a remote extension to store all associated files together into one object: the jar file, the optional signature file, and the optional list of screenshots.
     
    Implementations of this interface can be optionally supplied to UpdateManager to be invoked before the application is restarted.
    Applications built with swing-extras have a way of detecting if they are out of date, or if any of their currently-installed extensions are out of date.
    Callers can subscribe to receive notification events from an UpdateManager.
    Your application can package a json file which represents one or more "update sources" - that is, remote URLs where your application can check for new versions, and also to enable discovery and installation of new extensions, or new versions of already-installed extensions.
    Represents a single remote update source, for use with the UpdateConfiguration class.
    Represents the version manifest for an application, with all of its versions and all of its extensions.
    Represents a single version of the application in question, along with all of its compatible extensions.
    Represents a single extension for the application in question, along with all of the versions of this extension.
    Represents a single version of a single extension.