Uses of Enum Class
lu.kbra.modelizer_next.common.Platform
Packages that use Platform
Package
Description
Self-update support for launching and describing native bootstrap installer updates.
Shared configuration, application constants, platform helpers, and small utility types used by
the application and bootstrap modules.
-
Uses of Platform in lu.kbra.modelizer_next.bootstrap.selfupdate
Methods in lu.kbra.modelizer_next.bootstrap.selfupdate that return PlatformModifier and TypeMethodDescriptionBootstrapInstallerUpdate.platform()Returns the value of theplatformrecord component.Constructors in lu.kbra.modelizer_next.bootstrap.selfupdate with parameters of type PlatformModifierConstructorDescriptionBootstrapInstallerUpdate(VersionComparator.ParsedVersion currentVersion, VersionComparator.ParsedVersion latestVersion, URI installerUri, URI releasePageUri, Platform platform) Creates an instance of aBootstrapInstallerUpdaterecord class. -
Uses of Platform in lu.kbra.modelizer_next.common
Methods in lu.kbra.modelizer_next.common that return PlatformModifier and TypeMethodDescriptionstatic PlatformDetects the current platform.static PlatformPlatform.get()Returns the value for the requested panel or key.static PlatformReturns the enum constant of this class with the specified name.static Platform[]Platform.values()Returns an array containing the constants of this enum class, in the order they are declared.