Uses of Class
org.tentackle.update.InstallationType
-
Packages that use InstallationType Package Description org.tentackle.update -
-
Uses of InstallationType in org.tentackle.update
Methods in org.tentackle.update that return InstallationType Modifier and Type Method Description InstallationTypeClientUpdateUtilities. determineInstallationType()Determines the installation type of the running application.InstallationTypeClientInfo. getInstallationType()Gets the installation type.static InstallationTypeInstallationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InstallationType[]InstallationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.tentackle.update with parameters of type InstallationType Constructor Description ClientInfo(java.lang.String application, java.lang.String version, java.lang.String platform, java.lang.String architecture, InstallationType installationType)Creates a client application info.ClientInfo(java.lang.String application, java.lang.String version, InstallationType installationType)Creates a client application info.
Platform and architecture are determined from the system properties.
-