475476477478479480481
attributes.put(ModuleAttributes.SYSTEM_MODULE, String.valueOf(true)); attributes.put(ModuleAttributes.FILENAME, file); attributes.put(ModuleAttributes.CHECKSUM, checksum); // create the tagged module return new TaggedModule(extracted, attributes); }