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 void
LocalConfiguration. 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 String
ConfigurationBuilder. toConfigurationEntry(Resource resource)
Detects the type of theResource
and 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 void
ResourceSupport. 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 Resource
AbstractResourceScriptCommand. 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 void
GlassFish2xInstalledLocalDeployer. deployResource(Resource resource)
Does not do anything since GlassFish 2.x support was not tested.void
GlassFish3xInstalledLocalDeployer. deployResource(Resource resource)
This will be used to deploy JavaMail, JMS and Managed Executor Services resources only usingcreate-javamail-resource
,create-jms-resource
andcreate-managed-executor-service
respectively. -
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 void
AbstractGlassFishInstalledLocalDeployer. 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 String
JRun4xStandaloneLocalConfiguration. 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 String
JRun4xConfigurationBuilder. toConfigurationEntry(Resource resource)
Detects the type of theResource
and 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 String
AbstractOrionStandaloneLocalConfiguration. getOrCreateResourceConfigurationFile(Resource resource, LocalContainer container)
note that this file could hold other configuration besides Resources.String
OrionConfigurationBuilder. toConfigurationEntry(Resource resource)
Detects the type of theResource
and 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 Resource
DataSourceConverter. convertToResource(DataSource ds, String resourceType, String driverParameter)
This method converts the DataSource to a Resource.Resource
ResourceConverter. fromProperties(Properties properties)
Construct a Resource from a list of properties.Resource
ResourceConverter. 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 String
ResourceConverter. getParametersAsASemicolonDelimitedString(Resource data)
tests to see if the value is null before attempting to join the database properties on a semicolon.Properties
ResourceConverter. toProperties(Resource data)
Get a properties object containing all of the members of this Resource object.String
ResourceConverter. 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 String
AbstractResinStandaloneLocalConfiguration. getOrCreateResourceConfigurationFile(Resource resource, LocalContainer container)
note that this file could hold other configuration besides Resources.String
Resin3xConfigurationBuilder. toConfigurationEntry(Resource resource)
Detects the type of theResource
and 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 void
AbstractLocalConfiguration. 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 void
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder. configure(Resource ds, LocalContainer container)
protected abstract String
AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder. 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 String
Tomcat4xStandaloneLocalConfiguration. getOrCreateResourceConfigurationFile(Resource rs, LocalContainer container)
note that this file could hold other configuration besides Resources.protected String
Tomcat5xStandaloneLocalConfiguration. 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 Resource
AbstractTomcatConfigurationBuilder. 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 String
Tomcat10x11xConfigurationBuilder. toConfigurationEntry(Resource resource)
Detects the type of theResource
and creates an appropriate configuration.String
Tomcat4xConfigurationBuilder. toConfigurationEntry(Resource resource)
String
Tomcat5x6x7xConfigurationBuilder. toConfigurationEntry(Resource resource)
Detects the type of theResource
and 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 String
WebLogic8xStandaloneLocalConfiguration. getOrCreateResourceConfigurationFile(Resource resource, LocalContainer container)
note that this file could hold other configuration besides Resources.protected String
WebLogic9xStandaloneLocalConfiguration. 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 String
WebLogic8xConfigurationBuilder. toConfigurationEntry(Resource resource)
Detects the type of theResource
and 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 ScriptCommand
WebLogicWlstConfigurationFactory. 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 int
WebLogicResourceComparator. 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 ScriptCommand
WebSphereJythonConfigurationFactory. 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 int
WebSphereResourceComparator. 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 String
AbstractWildFlyScriptCommand. 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 ScriptCommand
WildFly9xCliConfigurationFactory. 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 Resource
Resource. createResource(String containerId, CargoProject project)
Create the resource object.
-