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

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

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

Methods in org.rhq.plugins.jbossas5.helper that return JBossProductType
static JBossProductType JBossProductType.determineJBossProductType(Attributes attributes)
          Determines the product type (AS, EAP, EWP, or SOA) based on the Implementation-Title MANIFEST.MF attribute.
 JBossProductType JBossInstallationInfo.getProductType()
           
static JBossProductType JBossProductType.valueOf(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 © 2008-2012 Red Hat, Inc.. All Rights Reserved.