install4j API

Package com.install4j.api

This package contains general utility classes for the install4j API.

See:
          Description

Interface Summary
ApplicationRegistry.ApplicationInfo Provides information about an application installed by install4j.
JVMSelector.JVMLocation The interface providing information about a JVM.
 

Class Summary
ApplicationRegistry The class provides information about applications installed with install4j.
JVMSelector With this class, you can retrieve the installed JVMs on Windows, Linux and Unix systems.
ServiceInfo Provides information about services created with install4j.
SystemInfo The class contains utility functions to get information about the current system that is not available via the Java API.
Util The class contains various utility functions to be used by script properties, custom actions and custom screens.
 

Package com.install4j.api Description

This package contains general utility classes for the install4j API.

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

The Util class contains many methods that are useful for expression/script properties as well as in the context of developing extensions for install4j.


install4j API