Uses of Class
org.codehaus.cargo.container.configuration.entry.Resource

Packages that use Resource
org.codehaus.cargo.container.configuration   
org.codehaus.cargo.container.configuration.builder   
org.codehaus.cargo.container.configuration.entry   
org.codehaus.cargo.container.jrun   
org.codehaus.cargo.container.jrun.internal   
org.codehaus.cargo.container.orion.internal   
org.codehaus.cargo.container.property   
org.codehaus.cargo.container.resin.internal   
org.codehaus.cargo.container.spi.configuration   
org.codehaus.cargo.container.spi.configuration.builder   
org.codehaus.cargo.container.tomcat   
org.codehaus.cargo.container.tomcat.internal   
org.codehaus.cargo.container.weblogic   
org.codehaus.cargo.container.weblogic.internal   
org.codehaus.cargo.maven2.configuration   
 

Uses of Resource in org.codehaus.cargo.container.configuration
 

Methods in org.codehaus.cargo.container.configuration with parameters of type Resource
 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
 String ConfigurationBuilder.toConfigurationEntry(Resource resource)
          Detects the type of the Resource 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
 void ResourceSupport.configure(Resource ds, LocalContainer container)
           
 

Uses of Resource in org.codehaus.cargo.container.jrun
 

Methods in org.codehaus.cargo.container.jrun with parameters of type Resource
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
 String JRun4xConfigurationBuilder.toConfigurationEntry(Resource resource)
          Detects the type of the Resource 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
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 the Resource and creates an appropriate configuration.
 

Uses of Resource in org.codehaus.cargo.container.property
 

Methods in org.codehaus.cargo.container.property that return Resource
 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
 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
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 the Resource and creates an appropriate configuration.
 String Resin2xConfigurationBuilder.toConfigurationEntry(Resource resource)
          Detects the type of the Resource and creates an appropriate configuration.
 

Uses of Resource in org.codehaus.cargo.container.spi.configuration
 

Methods in org.codehaus.cargo.container.spi.configuration with parameters of type Resource
 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
 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
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
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
 String Tomcat4xConfigurationBuilder.toConfigurationEntry(Resource resource)
           
 String Tomcat5And6xConfigurationBuilder.toConfigurationEntry(Resource resource)
          Detects the type of the Resource 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
protected  String WebLogic9xStandaloneLocalConfiguration.getOrCreateResourceConfigurationFile(Resource resource, LocalContainer container)
          note that this file could hold other configuration besides Resources.
protected  String WebLogicStandaloneLocalConfiguration.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
 String WebLogic8xConfigurationBuilder.toConfigurationEntry(Resource resource)
          Detects the type of the Resource and creates an appropriate configuration.
 

Uses of Resource in org.codehaus.cargo.maven2.configuration
 

Methods in org.codehaus.cargo.maven2.configuration that return Resource
 Resource Resource.createResource(String containerId, CargoProject project)
           
 



Copyright © 2004-2012 Codehaus. All Rights Reserved.