Uses of Class
io.github.classgraph.utils.VersionFinder.OperatingSystem
-
Packages that use VersionFinder.OperatingSystem Package Description io.github.classgraph.utils -
-
Uses of VersionFinder.OperatingSystem in io.github.classgraph.utils
Fields in io.github.classgraph.utils declared as VersionFinder.OperatingSystem Modifier and Type Field Description static VersionFinder.OperatingSystem
VersionFinder. OS
The operating system type.Methods in io.github.classgraph.utils that return VersionFinder.OperatingSystem Modifier and Type Method Description static VersionFinder.OperatingSystem
VersionFinder.OperatingSystem. valueOf(String name)
Returns the enum constant of this type with the specified name.static VersionFinder.OperatingSystem[]
VersionFinder.OperatingSystem. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-