NovaResourcesManager
The NovaResourcesManager
interface is useful to create and manage the resources files as profile pic, project logo, asset and report
Author
N7ghtm4r3 - Tecknobit
See also
ResourcesManager
Inheritors
Properties
Link copied to clipboard
ASSETS_DIRECTORY
the assets directory where are stored the assets of the releases uploadedLink copied to clipboard
LOGOS_DIRECTORY
the logos directory where are stored the logos of the projectsLink copied to clipboard
Link copied to clipboard
REPORTS_DIRECTORY
the reports directory where are stored the reports of the releases createdLink copied to clipboard
Link copied to clipboard
Link copied to clipboard
RESOURCES_REPORTS_PATH
the complete reports path from resources directoryFunctions
Link copied to clipboard
Method to create the pathname for an asset
Link copied to clipboard
Method to create the pathname for a project logo
Link copied to clipboard
Link copied to clipboard
Method to create the pathname for a report
Link copied to clipboard
open fun createResource(resource: MultipartFile, resourcesDirectory: String, resourceId: String): String
Link copied to clipboard
Method to delete an asset
Link copied to clipboard
Method to delete a project logo
Link copied to clipboard
Link copied to clipboard
Method to delete a report
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard