Package org.conscrypt

Class HostProperties


  • @Internal
    class HostProperties
    extends java.lang.Object
    Utilities for interacting with properties of the host being run on.
    • Constructor Detail

      • HostProperties

        private HostProperties()
    • Method Detail

      • isWindows

        static boolean isWindows()
      • isOSX

        static boolean isOSX()
      • getTempDir

        static java.io.File getTempDir()
      • toDirectory

        private static java.io.File toDirectory​(java.lang.String path)
      • normalize

        private static java.lang.String normalize​(java.lang.String value)