Uses of Class
org.rhq.plugins.jslee.jbossas5.helper.JBossProductType

Packages that use JBossProductType
org.rhq.plugins.jslee.jbossas5.helper   
 

Uses of JBossProductType in org.rhq.plugins.jslee.jbossas5.helper
 

Methods in org.rhq.plugins.jslee.jbossas5.helper that return JBossProductType
static JBossProductType JBossProductType.determineJBossProductType(java.util.jar.Attributes attributes)
          Determines the product type (AS, EAP or SOA) based on the Implementation-Title MANIFEST.MF attribute.
 JBossProductType JBossInstallationInfo.getProductType()
           
static JBossProductType JBossProductType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JBossProductType[] JBossProductType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.