org.jboss.dtf.testframework.coordinator
Class SupportedOS
java.lang.Object
org.jboss.dtf.testframework.coordinator.SupportedOS
public class SupportedOS
- extends java.lang.Object
Class used to represent an OS supported by the system
used to store the products that this OS supports. This
information is gained from the coordinator configuration
file.
Constructor Summary |
SupportedOS(java.lang.String name,
java.lang.String displayName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SupportedOS
public SupportedOS(java.lang.String name,
java.lang.String displayName)
getSupportedProductList
public java.lang.String[] getSupportedProductList()
- Retrieve a list of Product's supported by this OS
getDisplayName
public java.lang.String getDisplayName()
getName
public java.lang.String getName()
addProduct
public void addProduct(java.lang.String productName)