クラス SystemUtils

java.lang.Object
org.nkjmlab.util.java.lang.SystemUtils

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

    • SystemUtils

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

    • useSystemProxies

      public static void useSystemProxies()
    • httpProxy

      public static void httpProxy(String host, int port)
    • httpsProxy

      public static void httpsProxy(String host, int port)
    • nonProxyHosts

      public static void nonProxyHosts(String... hosts)
    • getClassPaths

      public static String[] getClassPaths()
    • getClassPathOf

      public static String getClassPathOf(String regex)
    • getClasspathsOf

      public static List<String> getClasspathsOf(List<String> regexs)