org.rhq.plugins.jbossas.util
Class WarDiscoveryHelper

java.lang.Object
  extended by org.rhq.plugins.jbossas.util.WarDiscoveryHelper

public class WarDiscoveryHelper
extends Object

Provides helper methods that are used by both WarDiscoveryComponent and EmbeddedWarDiscoveryComponent

Author:
Ian Springer, Heiko W. Rupp

Method Summary
static String getContextPath(String contextRoot)
           
static Set<DiscoveredResourceDetails> initPluginConfigurations(JBossASServerComponent parentJBossASComponent, Set<DiscoveredResourceDetails> warResources, ApplicationComponent parentEARComponent)
           
static void setDeploymentInformation(org.rhq.core.domain.configuration.Configuration pluginConfig, WarDeploymentInformation deploymentInformation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initPluginConfigurations

public static Set<DiscoveredResourceDetails> initPluginConfigurations(JBossASServerComponent parentJBossASComponent,
                                                                      Set<DiscoveredResourceDetails> warResources,
                                                                      ApplicationComponent parentEARComponent)

setDeploymentInformation

public static void setDeploymentInformation(org.rhq.core.domain.configuration.Configuration pluginConfig,
                                            WarDeploymentInformation deploymentInformation)

getContextPath

public static String getContextPath(String contextRoot)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.