Class IndexAssetCommand
java.lang.Object
pro.gravit.utils.command.Command
pro.gravit.launchserver.command.Command
pro.gravit.launchserver.command.hash.IndexAssetCommand
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class pro.gravit.utils.command.Command
childCommands -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic PathresolveIndexFile(Path assetDir, String name) static PathresolveObjectFile(Path assetDir, String hash) Methods inherited from class Command
downloadWithProgressBar, parseClientVersion, showApplyDialogModifier and TypeMethodDescriptionstatic pro.gravit.launcher.base.DownloaderdownloadWithProgressBar(String taskName, List<pro.gravit.launcher.base.Downloader.SizedFile> list, String baseUrl, Path targetDir) protected pro.gravit.launcher.base.profiles.ClientProfile.VersionparseClientVersion(String arg) protected booleanshowApplyDialog(String text) Methods inherited from class pro.gravit.utils.command.Command
buildCandidate, complete, invokeSubcommands, parseUsername, parseUUID, verifyArgs
-
Field Details
-
INDEXES_DIR
- See Also:
-
OBJECTS_DIR
- See Also:
-
-
Constructor Details
-
IndexAssetCommand
-
-
Method Details
-
resolveIndexFile
-
resolveObjectFile
-
getArgsDescription
- Specified by:
getArgsDescriptionin classpro.gravit.utils.command.Command
-
getUsageDescription
- Specified by:
getUsageDescriptionin classpro.gravit.utils.command.Command
-
invoke
-