Package com.install4j.api.test.session
package com.install4j.api.test.session
Session builders and the
Session interface family.
Session builders are the entry points for opening an installer, uninstaller, or installer-application session and
sessions are implement screen navigation, variable access, log retrieval and exit.
See com.install4j.api.test for the API overview.
-
ClassDescriptionAbstract base for all session builders.Abstract intermediate for session builders that drive an install4j application from an existing installation directory.A session driving a custom installer application selected by its application id from an installation directory.Builds and starts an
InstallerApplicationSessionfor a custom installer application.A session driving the install4j installer.Builds and starts anInstallerSessionfor the install4j installer.A session driving an installed install4j Uninstaller from an installation directory.Builds and starts anUninstallerSessionfor an installed uninstaller.