public class SoftwareVersion extends DumpableObject implements java.lang.Comparable<SoftwareVersion>, Renderable
| Constructor and Description |
|---|
SoftwareVersion(java.lang.String versionName,
java.io.File installationDir,
java.lang.String executableName) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SoftwareVersion otherVersion) |
boolean |
equals(java.lang.Object obj) |
java.io.File |
getExecutableFile() |
java.lang.String |
getExecutableName() |
java.io.File |
getInstallationDir() |
java.awt.Color |
getRenderColor() |
javax.swing.Icon |
getRenderIcon() |
java.lang.String |
getRenderText() |
java.lang.String |
getVersionName() |
int |
hashCode() |
boolean |
isInstalled() |
ToString |
toString(ToString s)
This method allows subclasses to add values to the existing ToString of the superclass.
|
configureDumpHeadlineLength, configureDumpMaxElementsPrinted, copyDumpStringValues, copyToStringValues, createDumpHeader, toDumpString, toDumpString, toStringpublic SoftwareVersion(java.lang.String versionName,
java.io.File installationDir,
java.lang.String executableName)
public java.lang.String getExecutableName()
public java.io.File getExecutableFile()
public java.io.File getInstallationDir()
public java.lang.String getVersionName()
public javax.swing.Icon getRenderIcon()
getRenderIcon in interface Renderablepublic java.lang.String getRenderText()
getRenderText in interface Renderablepublic java.awt.Color getRenderColor()
getRenderColor in interface Renderablepublic boolean isInstalled()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(SoftwareVersion otherVersion)
compareTo in interface java.lang.Comparable<SoftwareVersion>public ToString toString(ToString s)
DumpabletoString in interface DumpabletoString in class DumpableObjectCopyright © 2014 EsprIT-Systems. All Rights Reserved.