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, toString
public 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 Renderable
public java.lang.String getRenderText()
getRenderText
in interface Renderable
public java.awt.Color getRenderColor()
getRenderColor
in interface Renderable
public boolean isInstalled()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(SoftwareVersion otherVersion)
compareTo
in interface java.lang.Comparable<SoftwareVersion>
public ToString toString(ToString s)
Dumpable
toString
in interface Dumpable
toString
in class DumpableObject
Copyright © 2014 EsprIT-Systems. All Rights Reserved.