Uses of Class
com.compomics.software.autoupdater.MavenJarFile
Package | Description |
---|---|
com.compomics.software |
Convenience classes for command line usage of compomics-utilities tools.
|
com.compomics.software.autoupdater |
Classes related to auto updating compomics-utilities tools.
|
-
Uses of MavenJarFile in com.compomics.software
Methods in com.compomics.software with parameters of type MavenJarFile Modifier and Type Method Description static boolean
CompomicsWrapper. 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 MavenJarFile Modifier and Type Method Description MavenJarFile
FileDAO. 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 MavenJarFile Modifier and Type Method Description boolean
FileDAO. addShortcutAtDeskTop(MavenJarFile mavenJarFile)
Add desktop shortcut.boolean
FileDAO. addShortcutAtDeskTop(MavenJarFile mavenJarFile, String iconName)
Adds a shortcut to the desktop.abstract boolean
FileDAO. createDesktopShortcut(MavenJarFile file, String iconName, String toolName, boolean deleteOldShortcut)
Creates a new Desktop Shortcut to the Maven jar file, atm windows only.boolean
GUIFileDAO. createDesktopShortcut(MavenJarFile file, String iconName, String toolName, boolean deleteOldShortcut)
Creates a new Desktop Shortcut to the Maven jar file, atm windows only.boolean
HeadlessFileDAO. createDesktopShortcut(MavenJarFile file, String iconName, String toolName, boolean deleteOldShortcut)
Creates a new Desktop Shortcut to the Maven jar file, atm windows only.static boolean
WebDAO. newVersionReleased(MavenJarFile jarFile, URL jarRepository)
Returns true if a new version is available.