Uses of Class
org.codehaus.cargo.container.configuration.entry.Resource
-
-
Uses of Resource in org.codehaus.cargo.container.configuration
Methods in org.codehaus.cargo.container.configuration that return types with arguments of type Resource Modifier and Type Method Description List<Resource>LocalConfiguration. getResources()Methods in org.codehaus.cargo.container.configuration with parameters of type Resource Modifier and Type Method Description voidLocalConfiguration. addResource(Resource resource)Add resources the container can take advantage of. -
Uses of Resource in org.codehaus.cargo.container.configuration.builder
Methods in org.codehaus.cargo.container.configuration.builder with parameters of type Resource Modifier and Type Method Description StringConfigurationBuilder. toConfigurationEntry(Resource resource)Detects the type of theResourceand creates an appropriate configuration. -
Uses of Resource in org.codehaus.cargo.container.configuration.entry
Methods in org.codehaus.cargo.container.configuration.entry with parameters of type Resource Modifier and Type Method Description voidResourceSupport. configure(Resource ds, LocalContainer container) -
Uses of Resource in org.codehaus.cargo.container.configuration.script
Methods in org.codehaus.cargo.container.configuration.script that return Resource Modifier and Type Method Description protected ResourceAbstractResourceScriptCommand. findResource(String type) -
Uses of Resource in org.codehaus.cargo.container.glassfish
Methods in org.codehaus.cargo.container.glassfish with parameters of type Resource Modifier and Type Method Description voidGlassFish2xInstalledLocalDeployer. deployResource(Resource resource)Does not do anything since GlassFish 2.x support was not tested.voidGlassFish3xInstalledLocalDeployer. deployResource(Resource resource)This will be used to deploy JavaMail, JMS and Managed Executor Services resources only usingcreate-javamail-resource,create-jms-resourceandcreate-managed-executor-servicerespectively. -
Uses of Resource in org.codehaus.cargo.container.glassfish.internal
Methods in org.codehaus.cargo.container.glassfish.internal with parameters of type Resource Modifier and Type Method Description abstract voidAbstractGlassFishInstalledLocalDeployer. deployResource(Resource resource)Deploy a resource. -
Uses of Resource in org.codehaus.cargo.container.jrun
Methods in org.codehaus.cargo.container.jrun with parameters of type Resource Modifier and Type Method Description protected StringJRun4xStandaloneLocalConfiguration. getOrCreateResourceConfigurationFile(Resource resource, LocalContainer container)Gets the file to insert Resource Configuraton into. -
Uses of Resource in org.codehaus.cargo.container.jrun.internal
Methods in org.codehaus.cargo.container.jrun.internal with parameters of type Resource Modifier and Type Method Description StringJRun4xConfigurationBuilder. toConfigurationEntry(Resource resource)Detects the type of theResourceand creates an appropriate configuration. -
Uses of Resource in org.codehaus.cargo.container.orion.internal
Methods in org.codehaus.cargo.container.orion.internal with parameters of type Resource Modifier and Type Method Description protected StringAbstractOrionStandaloneLocalConfiguration. getOrCreateResourceConfigurationFile(Resource resource, LocalContainer container)note that this file could hold other configuration besides Resources.StringOrionConfigurationBuilder. toConfigurationEntry(Resource resource)Detects the type of theResourceand creates an appropriate configuration. -
Uses of Resource in org.codehaus.cargo.container.property
Methods in org.codehaus.cargo.container.property that return Resource Modifier and Type Method Description ResourceDataSourceConverter. convertToResource(DataSource ds, String resourceType, String driverParameter)This method converts the DataSource to a Resource.ResourceResourceConverter. fromProperties(Properties properties)Construct a Resource from a list of properties.ResourceResourceConverter. fromPropertyString(String resourceInformation)Construct a Resource from a single String.Methods in org.codehaus.cargo.container.property with parameters of type Resource Modifier and Type Method Description StringResourceConverter. getParametersAsASemicolonDelimitedString(Resource data)tests to see if the value is null before attempting to join the database properties on a semicolon.PropertiesResourceConverter. toProperties(Resource data)Get a properties object containing all of the members of this Resource object.StringResourceConverter. toPropertyString(Resource data)Get a string representation of this Resource. -
Uses of Resource in org.codehaus.cargo.container.resin.internal
Methods in org.codehaus.cargo.container.resin.internal with parameters of type Resource Modifier and Type Method Description protected StringAbstractResinStandaloneLocalConfiguration. getOrCreateResourceConfigurationFile(Resource resource, LocalContainer container)note that this file could hold other configuration besides Resources.StringResin3xConfigurationBuilder. toConfigurationEntry(Resource resource)Detects the type of theResourceand creates an appropriate configuration. -
Uses of Resource in org.codehaus.cargo.container.spi.configuration
Methods in org.codehaus.cargo.container.spi.configuration that return types with arguments of type Resource Modifier and Type Method Description List<Resource>AbstractLocalConfiguration. getResources()Methods in org.codehaus.cargo.container.spi.configuration with parameters of type Resource Modifier and Type Method Description voidAbstractLocalConfiguration. addResource(Resource resource)Add resources the container can take advantage of. -
Uses of Resource in org.codehaus.cargo.container.spi.configuration.builder
Methods in org.codehaus.cargo.container.spi.configuration.builder with parameters of type Resource Modifier and Type Method Description voidAbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder. configure(Resource ds, LocalContainer container)protected abstract StringAbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder. getOrCreateResourceConfigurationFile(Resource resource, LocalContainer container)note that this file could hold other configuration besides Resources. -
Uses of Resource in org.codehaus.cargo.container.tomcat
Methods in org.codehaus.cargo.container.tomcat with parameters of type Resource Modifier and Type Method Description protected StringTomcat4xStandaloneLocalConfiguration. getOrCreateResourceConfigurationFile(Resource rs, LocalContainer container)note that this file could hold other configuration besides Resources.protected StringTomcat5xStandaloneLocalConfiguration. getOrCreateResourceConfigurationFile(Resource rs, LocalContainer container)note that this file could hold other configuration besides Resources. -
Uses of Resource in org.codehaus.cargo.container.tomcat.internal
Methods in org.codehaus.cargo.container.tomcat.internal that return Resource Modifier and Type Method Description protected ResourceAbstractTomcatConfigurationBuilder. convertToResource(DataSource ds)This method converts the DataSource to a Resource used in Tomcat.Methods in org.codehaus.cargo.container.tomcat.internal with parameters of type Resource Modifier and Type Method Description StringTomcat10x11xConfigurationBuilder. toConfigurationEntry(Resource resource)Detects the type of theResourceand creates an appropriate configuration.StringTomcat4xConfigurationBuilder. toConfigurationEntry(Resource resource)StringTomcat5x6x7xConfigurationBuilder. toConfigurationEntry(Resource resource)Detects the type of theResourceand creates an appropriate configuration. -
Uses of Resource in org.codehaus.cargo.container.weblogic
Methods in org.codehaus.cargo.container.weblogic with parameters of type Resource Modifier and Type Method Description protected StringWebLogic8xStandaloneLocalConfiguration. getOrCreateResourceConfigurationFile(Resource resource, LocalContainer container)note that this file could hold other configuration besides Resources.protected StringWebLogic9xStandaloneLocalConfiguration. getOrCreateResourceConfigurationFile(Resource resource, LocalContainer container)note that this file could hold other configuration besides Resources. -
Uses of Resource in org.codehaus.cargo.container.weblogic.internal
Methods in org.codehaus.cargo.container.weblogic.internal with parameters of type Resource Modifier and Type Method Description StringWebLogic8xConfigurationBuilder. toConfigurationEntry(Resource resource)Detects the type of theResourceand creates an appropriate configuration. -
Uses of Resource in org.codehaus.cargo.container.weblogic.internal.configuration
Methods in org.codehaus.cargo.container.weblogic.internal.configuration with parameters of type Resource Modifier and Type Method Description ScriptCommandWebLogicWlstConfigurationFactory. resourceScript(Resource resource) -
Uses of Resource in org.codehaus.cargo.container.weblogic.internal.configuration.commands.resource
Constructors in org.codehaus.cargo.container.weblogic.internal.configuration.commands.resource with parameters of type Resource Constructor Description JmsConnectionFactoryScriptCommand(Configuration configuration, String resourcePath, Resource resource)Sets configuration containing all needed information for building configuration scripts.JmsModuleScriptCommand(Configuration configuration, String resourcePath, Resource resource)Sets configuration containing all needed information for building configuration scripts.JmsQueueScriptCommand(Configuration configuration, String resourcePath, Resource resource)Sets configuration containing all needed information for building configuration scripts.JmsServerScriptCommand(Configuration configuration, String resourcePath, Resource resource)Sets configuration containing all needed information for building configuration scripts.JmsSubdeploymentScriptCommand(Configuration configuration, String resourcePath, Resource resource)Sets configuration containing all needed information for building configuration scripts.MailSessionScriptCommand(Configuration configuration, String resourcePath, Resource resource)Sets configuration containing all needed information for building configuration scripts. -
Uses of Resource in org.codehaus.cargo.container.weblogic.internal.configuration.util
Methods in org.codehaus.cargo.container.weblogic.internal.configuration.util with parameters of type Resource Modifier and Type Method Description intWebLogicResourceComparator. compare(Resource firstResource, Resource secondResource) -
Uses of Resource in org.codehaus.cargo.container.websphere.internal.configuration
Methods in org.codehaus.cargo.container.websphere.internal.configuration with parameters of type Resource Modifier and Type Method Description ScriptCommandWebSphereJythonConfigurationFactory. createResourceScript(Resource resource) -
Uses of Resource in org.codehaus.cargo.container.websphere.internal.configuration.commands.resource
Constructors in org.codehaus.cargo.container.websphere.internal.configuration.commands.resource with parameters of type Resource Constructor Description JmsConnectionFactoryScriptCommand(Configuration configuration, String resourcePath, Resource resource)Sets configuration containing all needed information for building configuration scripts.JmsQueueScriptCommand(Configuration configuration, String resourcePath, Resource resource)Sets configuration containing all needed information for building configuration scripts.JmsSiBusMemberScriptCommand(Configuration configuration, String resourcePath, Resource resource)Sets configuration containing all needed information for building configuration scripts.JmsSiBusScriptCommand(Configuration configuration, String resourcePath, Resource resource)Sets configuration containing all needed information for building configuration scripts. -
Uses of Resource in org.codehaus.cargo.container.websphere.util
Methods in org.codehaus.cargo.container.websphere.util with parameters of type Resource Modifier and Type Method Description intWebSphereResourceComparator. compare(Resource firstResource, Resource secondResource) -
Uses of Resource in org.codehaus.cargo.container.wildfly.internal.configuration.commands
Methods in org.codehaus.cargo.container.wildfly.internal.configuration.commands with parameters of type Resource Modifier and Type Method Description protected StringAbstractWildFlyScriptCommand. getResourceJndi(Resource resource) -
Uses of Resource in org.codehaus.cargo.container.wildfly.internal.configuration.commands.wildfly9.resource
Constructors in org.codehaus.cargo.container.wildfly.internal.configuration.commands.wildfly9.resource with parameters of type Resource Constructor Description JmsQueueScriptCommand(Configuration configuration, String resourcePath, Resource resource)Sets configuration containing all needed information for building configuration scripts.JmsTopicScriptCommand(Configuration configuration, String resourcePath, Resource resource)Sets configuration containing all needed information for building configuration scripts.MailScriptCommand(Configuration configuration, String resourcePath, Resource resource)Sets configuration containing all needed information for building configuration scripts. -
Uses of Resource in org.codehaus.cargo.container.wildfly.internal.configuration.factory
Methods in org.codehaus.cargo.container.wildfly.internal.configuration.factory with parameters of type Resource Modifier and Type Method Description ScriptCommandWildFly9xCliConfigurationFactory. resourceScript(Resource resource) -
Uses of Resource in org.codehaus.cargo.maven3.configuration
Methods in org.codehaus.cargo.maven3.configuration that return Resource Modifier and Type Method Description ResourceResource. createResource(String containerId, CargoProject project)Create the resource object.
-