Uses of Class
com.compomics.software.autoupdater.MavenJarFile
Packages that use MavenJarFile
Package
Description
Convenience classes for command line usage of compomics-utilities tools.
Classes related to auto updating compomics-utilities tools.
-
Uses of MavenJarFile in com.compomics.software
Methods in com.compomics.software with parameters of type MavenJarFileModifier and TypeMethodDescriptionstatic booleanCompomicsWrapper.checkForNewDeployedVersion(String toolName, MavenJarFile oldMavenJarFile, URL jarRepository, String iconName, boolean deleteOldFiles, boolean startDownloadedVersion, boolean addDesktopIcon, Image normalIcon, Image waitingIcon, boolean exitJavaOnCancel) Check if a newer version of the tool is deployed in the Maven repository, and closes the tool if the user decided to update. -
Uses of MavenJarFile in com.compomics.software.autoupdater
Methods in com.compomics.software.autoupdater that return MavenJarFileModifier and TypeMethodDescriptionFileDAO.getMavenJarFileFromFolderWithArtifactId(File folder, String artifactId) Fetches a Maven built jar file from a folder for the given artifact id (e.g peptideshaker or ms-lims).Methods in com.compomics.software.autoupdater with parameters of type MavenJarFileModifier and TypeMethodDescriptionbooleanFileDAO.addShortcutAtDeskTop(MavenJarFile mavenJarFile) Add desktop shortcut.booleanFileDAO.addShortcutAtDeskTop(MavenJarFile mavenJarFile, String iconName) Adds a shortcut to the desktop.abstract booleanFileDAO.createDesktopShortcut(MavenJarFile file, String iconName, String toolName, boolean deleteOldShortcut) Creates a new Desktop Shortcut to the Maven jar file, atm windows only.booleanGUIFileDAO.createDesktopShortcut(MavenJarFile file, String iconName, String toolName, boolean deleteOldShortcut) Creates a new Desktop Shortcut to the Maven jar file, atm windows only.booleanHeadlessFileDAO.createDesktopShortcut(MavenJarFile file, String iconName, String toolName, boolean deleteOldShortcut) Creates a new Desktop Shortcut to the Maven jar file, atm windows only.static booleanWebDAO.newVersionReleased(MavenJarFile jarFile, URL jarRepository) Returns true if a new version is available.