Class SystemPaths



  • public class SystemPaths
    extends Object
    This class provides helpers to access the paths defined through system properties conveniently.
    • Field Detail

      • STRING_HOME

        public static final String STRING_HOME
        String value of the 'user.home' system property
      • STRING_CWD

        public static final String STRING_CWD
        String value of the 'user.dir' system property
      • HOME

        public static final Path HOME
        The value of the 'user.home' system property converted to a Path instance.
      • CWD

        public static final Path CWD
        The value of the 'user.dir' system property converted to a Path instance.
    • Constructor Detail

      • SystemPaths

        public SystemPaths()