install4j API

Package com.install4j.api.update

This package contains classes that help you to handle auto-updates.

See:
          Description

Interface Summary
UpdateDescriptor Contains information about available updates.
UpdateDescriptorEntry Contains information about a single media file available for update.
 

Class Summary
ApplicationDisplayMode Enumeration class that represents the different display modes.
UpdateChecker Utility class to download an update descriptor programatically from a given URL.
UpdateSchedule Enumeration class that represents the different update schedules.
UpdateScheduleRegistry Administrates an update schedule for your application.
 

Package com.install4j.api.update Description

This package contains classes that help you to handle auto-updates. All contained classes can be used in the installer or directly in your application.

See the API overview for general remarks on how to use the install4j API.


install4j API