install4j API

Package com.install4j.api.windows

This package contains classes with static utility methods for using Windows-specific features that are not directly supported by the Java platform.

See:
          Description

Class Summary
DriveType Enumeration class for the different drive types a file can be located on.
Elevation Collection of methods regarding the UAC elevation state on Windows Vista or higher.
ElevationState Enumeration class for the different elevation states the current process can be in.
RegistryRoot Enumeration class for the different registry roots in the Microsoft Windows registry.
RegistryView Enumeration class for the different views of the Microsoft Windows registry on 64-bit systems.
SpecialFolder Enumeration class for the different special system folders in Microsoft Windows.
WinAssociations Collection of static methods to create and remove file associations on Microsoft Windows.
WinEnvVars Collection of static methods to get and modify environment variables on Windows.
WinFileSystem Collection of static methods to access Microsoft Windows-specific folder locations and to execute native file system operations.
WinProcesses Collection of static methods to check for running processes and terminate them.
WinProcesses.Info Class that holds information about running processes.
WinRegistry Collection of static methods to access the Microsoft Windows registry.
WinRegistry.ExpandString Class to represent Strings with type REG_EXPAND_SZ.
WinUser Collection of static methods to create or delete users and local groups on Windows 2000 and higher.
WinUser.AddUserResult The class of the objects returned by WinUser.addUser(java.lang.String, java.lang.String, java.lang.String, com.install4j.api.windows.WinUser.GroupCreationMode, java.lang.String, java.lang.String).
WinUser.AddUserResultType The type of result returned by WinUser.addUser(java.lang.String, java.lang.String, java.lang.String, com.install4j.api.windows.WinUser.GroupCreationMode, java.lang.String, java.lang.String)
WinUser.GroupCreationMode The group creation mode.
 

Package com.install4j.api.windows Description

This package contains classes with static utility methods for using Windows-specific features that are not directly supported by the Java platform.

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


install4j API