Package | Description |
---|---|
com.compomics.software.autoupdater |
Modifier and Type | Method and Description |
---|---|
MavenJarFile |
FileDAO.getMavenJarFileFromFolderWithArtifactId(java.io.File folder,
java.lang.String artifactId)
Fetches a maven built jar file from a folder for the given artifact id
(e.g peptideshaker or ms-lims).
|
Modifier and Type | Method and Description |
---|---|
boolean |
FileDAO.addShortcutAtDeskTop(MavenJarFile mavenJarFile)
Add desktop shortcut.
|
boolean |
FileDAO.addShortcutAtDeskTop(MavenJarFile mavenJarFile,
java.lang.String iconName)
Adds a shortcut to the desktop.
|
boolean |
HeadlessFileDAO.createDesktopShortcut(MavenJarFile file,
java.lang.String iconName,
boolean deleteOldShortcut)
Creates a new Desktop Shortcut to the maven jar file, atm windows only.
|
boolean |
GUIFileDAO.createDesktopShortcut(MavenJarFile file,
java.lang.String iconName,
boolean deleteOldShortcut)
Creates a new Desktop Shortcut to the maven jar file, atm windows only.
|
abstract boolean |
FileDAO.createDesktopShortcut(MavenJarFile file,
java.lang.String iconName,
boolean deleteOldShortcut)
Creates a new Desktop Shortcut to the maven jar file, atm windows only.
|
static boolean |
WebDAO.newVersionReleased(MavenJarFile jarFile,
java.net.URL jarRepository)
Returns true if a new version is available.
|
Copyright © 2013. All Rights Reserved.