Uses of Class
nbbrd.io.sys.OS.Name
-
Packages that use OS.Name Package Description nbbrd.io.sys -
-
Uses of OS.Name in nbbrd.io.sys
Fields in nbbrd.io.sys declared as OS.Name Modifier and Type Field Description static OS.NameOS. NAMEMethods in nbbrd.io.sys that return OS.Name Modifier and Type Method Description static @NonNull OS.NameOS.Name. parse(@Nullable String osName)static OS.NameOS.Name. valueOf(String name)Returns the enum constant of this type with the specified name.static OS.Name[]OS.Name. values()Returns an array containing the constants of this enum type, in the order they are declared.
-