Class ClientLauncherWrapper


  • public class ClientLauncherWrapper
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] arguments)  
      static boolean tryAddModule​(java.nio.file.Path[] paths, java.lang.String moduleName, java.lang.StringBuilder args)  
      static java.nio.file.Path tryFindModule​(java.nio.file.Path path, java.lang.String moduleName)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • WAIT_PROCESS_PROPERTY

        public static final java.lang.String WAIT_PROCESS_PROPERTY
        See Also:
        Constant Field Values
      • NO_JAVA9_CHECK_PROPERTY

        public static final java.lang.String NO_JAVA9_CHECK_PROPERTY
        See Also:
        Constant Field Values
      • waitProcess

        public static boolean waitProcess
      • noJava9check

        public static final boolean noJava9check
    • Constructor Detail

      • ClientLauncherWrapper

        public ClientLauncherWrapper()
    • Method Detail

      • main

        public static void main​(java.lang.String[] arguments)
                         throws java.io.IOException,
                                java.lang.InterruptedException
        Throws:
        java.io.IOException
        java.lang.InterruptedException
      • tryFindModule

        public static java.nio.file.Path tryFindModule​(java.nio.file.Path path,
                                                       java.lang.String moduleName)
      • tryAddModule

        public static boolean tryAddModule​(java.nio.file.Path[] paths,
                                           java.lang.String moduleName,
                                           java.lang.StringBuilder args)