Package net.mcreator.workspace
Class ShareableZIPManager
java.lang.Object
net.mcreator.workspace.ShareableZIPManager
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
excludeWhenZipping
(String fileOrFolder) Adds the specified workspace-relative path to the list of files/folders that should be excluded from shareable workspace archive.static void
-
Constructor Details
-
ShareableZIPManager
public ShareableZIPManager()
-
-
Method Details
-
excludeWhenZipping
Adds the specified workspace-relative path to the list of files/folders that should be excluded from shareable workspace archive.- Parameters:
fileOrFolder
- String identifying a file (#<name>
) or a folder (<name>/
) to be excluded
-
importZIP
@Nullable public static ShareableZIPManager.ImportResult importZIP(File file, File workspaceDir, Window window) -
exportZIP
-