org.jboss.dtf.testframework.testnode
Class ProductSupportInformation
java.lang.Object
org.jboss.dtf.testframework.testnode.ProductSupportInformation
- All Implemented Interfaces:
- java.io.Serializable
public class ProductSupportInformation
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProductSupportInformation
public ProductSupportInformation()
enableProduct
public void enableProduct(java.lang.String productName)
disableProduct
public void disableProduct(java.lang.String productName)
isProductSupported
public boolean isProductSupported(java.lang.String productName)
hasEntries
public boolean hasEntries()
getProductEnumeration
public java.util.Enumeration getProductEnumeration()
setProductList
public void setProductList(java.lang.String[] supportedProductList)
getProductList
public java.lang.String[] getProductList()