osdep.configuration
Class ConfigurationEntry
java.lang.Object
osdep.configuration.ConfigurationEntry
public class ConfigurationEntry
- extends java.lang.Object
An entry in the XML file that defines the configurations.
It represents a possible configuration of the machine where the zip file must be installed.
It contains the definition of the platform (operating system name and platform architecture),
a human readable description for the platform and the link of the file that has to be downloaded
for that platform.
- Author:
- SHZ Mar 6, 2008
Constructor Summary |
ConfigurationEntry(java.lang.String osName,
java.lang.String osArchitecture,
java.lang.String description,
java.lang.String link)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationEntry
public ConfigurationEntry(java.lang.String osName,
java.lang.String osArchitecture,
java.lang.String description,
java.lang.String link)
- Parameters:
osName
- osArchitecture
- link
-
getOsName
public java.lang.String getOsName()
- Returns:
- the osName
getOsArchitecture
public java.lang.String getOsArchitecture()
- Returns:
- the osArchitecture
getLink
public java.lang.String getLink()
- Returns:
- the link
getDescription
public java.lang.String getDescription()
- Returns:
- the description