Class ClientLauncherEntryPoint


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkJVMBitsAndVersion()  
      static void main​(java.lang.String[] args)  
      static void verifyHDir​(java.nio.file.Path dir, pro.gravit.launcher.hasher.HashedDir hdir, pro.gravit.launcher.hasher.FileNameMatcher matcher, boolean digest)  
      • Methods inherited from class java.lang.Object

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

      • ClientLauncherEntryPoint

        public ClientLauncherEntryPoint()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • verifyHDir

        public static void verifyHDir​(java.nio.file.Path dir,
                                      pro.gravit.launcher.hasher.HashedDir hdir,
                                      pro.gravit.launcher.hasher.FileNameMatcher matcher,
                                      boolean digest)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • checkJVMBitsAndVersion

        public static void checkJVMBitsAndVersion()