Uses of Class
fr.gouv.vitam.common.SystemPropertyUtil.Platform
-
Packages that use SystemPropertyUtil.Platform Package Description fr.gouv.vitam.common General utility classes as FileUtil, SystemPropertyUtil and UUID support -
-
Uses of SystemPropertyUtil.Platform in fr.gouv.vitam.common
Methods in fr.gouv.vitam.common that return SystemPropertyUtil.Platform Modifier and Type Method Description static SystemPropertyUtil.PlatformSystemPropertyUtil. getOS()static SystemPropertyUtil.PlatformSystemPropertyUtil.Platform. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SystemPropertyUtil.Platform[]SystemPropertyUtil.Platform. values()Returns an array containing the constants of this enum type, in the order they are declared.
-