Package titan.filesys
Class AssetManager
java.lang.Object
titan.filesys.AssetManager
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AssetManager.ArchiveInforesolvePointer(String pointer) Resolves a pointer string (e.g., "my_project.zip/src/main.py") into the raw Base64 data needed for the worker.
-
Field Details
-
STORAGE_DIR
- See Also:
-
-
Constructor Details
-
AssetManager
public AssetManager()
-
-
Method Details
-
resolvePointer
Resolves a pointer string (e.g., "my_project.zip/src/main.py") into the raw Base64 data needed for the worker.- Throws:
IOException
-