|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MavenJarFile | |
---|---|
com.compomics.software.autoupdater |
Uses of MavenJarFile in com.compomics.software.autoupdater |
---|
Methods in com.compomics.software.autoupdater that return MavenJarFile | |
---|---|
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 | |
---|---|
boolean |
FileDAO.addShortcutAtDeskTop(MavenJarFile mavenJarFile)
Add desktop shortcut. |
boolean |
FileDAO.addShortcutAtDeskTop(MavenJarFile mavenJarFile,
String iconName)
Adds a shortcut to the desktop. |
boolean |
HeadlessFileDAO.createDesktopShortcut(MavenJarFile file,
String iconName,
boolean deleteOldShortcut)
Creates a new Desktop Shortcut to the maven jar file, atm windows only. |
boolean |
GUIFileDAO.createDesktopShortcut(MavenJarFile file,
String iconName,
boolean deleteOldShortcut)
Creates a new Desktop Shortcut to the maven jar file, atm windows only. |
abstract boolean |
FileDAO.createDesktopShortcut(MavenJarFile file,
String iconName,
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |