public interface UploadPackageService
Modifier and Type | Method and Description |
---|---|
void |
uploadPackage(org.springframework.web.multipart.MultipartFile file,
String packageName)
Upload a given package to the repository.
|
void uploadPackage(org.springframework.web.multipart.MultipartFile file, String packageName)
file
- file passed from the front-endpackageName
- name of the package inputted by the userCopyright © 2020. All rights reserved.