Uses of Enum Class
org.tentackle.update.InstallationType
-
Uses of InstallationType in org.tentackle.update
Methods in org.tentackle.update that return InstallationTypeModifier and TypeMethodDescriptionClientUpdateUtilities.determineInstallationType()Determines the installation type of the running application.ClientInfo.getInstallationType()Gets the installation type.static InstallationTypeReturns the enum constant of this class with the specified name.static InstallationType[]InstallationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.tentackle.update with parameters of type InstallationTypeModifierConstructorDescriptionClientInfo(String application, String version, String platform, String architecture, InstallationType installationType) Creates a client application info.ClientInfo(String application, String version, InstallationType installationType) Creates a client application info.
Platform and architecture are determined from the system properties.