org.jboss.dtf.testframework.coordinator
Class SupportedOS

java.lang.Object
  extended by 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)
           
 
Method Summary
 void addProduct(java.lang.String productName)
           
 java.lang.String getDisplayName()
           
 java.lang.String getName()
           
 java.lang.String[] getSupportedProductList()
          Retrieve a list of Product's supported by this OS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupportedOS

public SupportedOS(java.lang.String name,
                   java.lang.String displayName)
Method Detail

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)