Package pro.gravit.launchserver
Class LaunchServer.LaunchServerDirectories
- java.lang.Object
-
- pro.gravit.launchserver.LaunchServer.LaunchServerDirectories
-
- Enclosing class:
- LaunchServer
public static class LaunchServer.LaunchServerDirectories extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.nio.file.Pathdirstatic java.lang.StringLAUNCHERLIBRARIES_NAMEstatic java.lang.StringLAUNCHERLIBRARIESCOMPILE_NAMEjava.nio.file.PathlauncherLibrariesCompileDirjava.nio.file.PathlauncherLibrariesDirstatic java.lang.StringPROFILES_NAMEjava.nio.file.PathprofilesDirjava.nio.file.PathtrustStorestatic java.lang.StringTRUSTSTORE_NAMEstatic java.lang.StringUPDATES_NAMEjava.nio.file.PathupdatesDir
-
Constructor Summary
Constructors Constructor Description LaunchServerDirectories()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcollect()
-
-
-
Field Detail
-
UPDATES_NAME
public static final java.lang.String UPDATES_NAME
- See Also:
- Constant Field Values
-
PROFILES_NAME
public static final java.lang.String PROFILES_NAME
- See Also:
- Constant Field Values
-
TRUSTSTORE_NAME
public static final java.lang.String TRUSTSTORE_NAME
- See Also:
- Constant Field Values
-
LAUNCHERLIBRARIES_NAME
public static final java.lang.String LAUNCHERLIBRARIES_NAME
- See Also:
- Constant Field Values
-
LAUNCHERLIBRARIESCOMPILE_NAME
public static final java.lang.String LAUNCHERLIBRARIESCOMPILE_NAME
- See Also:
- Constant Field Values
-
updatesDir
public java.nio.file.Path updatesDir
-
profilesDir
public java.nio.file.Path profilesDir
-
launcherLibrariesDir
public java.nio.file.Path launcherLibrariesDir
-
launcherLibrariesCompileDir
public java.nio.file.Path launcherLibrariesCompileDir
-
dir
public java.nio.file.Path dir
-
trustStore
public java.nio.file.Path trustStore
-
-