Package pro.gravit.launcher.client
Class ClientLauncherEntryPoint
java.lang.Object
pro.gravit.launcher.client.ClientLauncherEntryPoint
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidresolveClassPath(Set<Path> ignorePaths, Path clientDir, Set<pro.gravit.launcher.base.profiles.optional.actions.OptionalAction> actions, pro.gravit.launcher.base.profiles.ClientProfile profile) static voidverifyHDir(Path dir, pro.gravit.launcher.core.hasher.HashedDir hdir, pro.gravit.launcher.core.hasher.FileNameMatcher matcher, boolean digest, boolean checkExtra)
-
Field Details
-
modulesManager
-
clientParams
-
-
Constructor Details
-
ClientLauncherEntryPoint
public ClientLauncherEntryPoint()
-
-
Method Details
-
main
-
verifyHDir
public static void verifyHDir(Path dir, pro.gravit.launcher.core.hasher.HashedDir hdir, pro.gravit.launcher.core.hasher.FileNameMatcher matcher, boolean digest, boolean checkExtra) throws IOException - Throws:
IOException
-
resolveClassPath
public static Stream<Path> resolveClassPath(Set<Path> ignorePaths, Path clientDir, Set<pro.gravit.launcher.base.profiles.optional.actions.OptionalAction> actions, pro.gravit.launcher.base.profiles.ClientProfile profile) throws IOException - Throws:
IOException
-