クラス SystemPropertyUtils

java.lang.Object
org.nkjmlab.util.java.lang.SystemPropertyUtils

public class SystemPropertyUtils extends Object
  • コンストラクタの詳細

    • SystemPropertyUtils

      public SystemPropertyUtils()
  • メソッドの詳細

    • setUseSystemProxies

      public static void setUseSystemProxies()
    • setHttpProxy

      public static void setHttpProxy(String host, int port)
    • setHttpsProxy

      public static void setHttpsProxy(String host, int port)
    • setNonProxyHosts

      public static void setNonProxyHosts(String... hosts)
    • getClassPathElements

      public static String[] getClassPathElements()
    • findClassPathElement

      public static String findClassPathElement(String regex)
    • findClassPathElements

      public static List<String> findClassPathElements(String regex)
    • findJavaCommand

      public static String findJavaCommand()
    • getJavaProperties

      public static Map<String,String> getJavaProperties()