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.property   
org.codehaus.cargo.container.spi.configuration   
org.codehaus.cargo.container.spi.configuration.builder   
 

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
 java.lang.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.property
 

Methods in org.codehaus.cargo.container.property that return Resource
 Resource DataSourceConverter.convertToResource(DataSource ds, java.lang.String resourceType, java.lang.String driverParameter)
          This method converts the DataSource to a Resource.
 Resource ResourceConverter.fromProperties(java.util.Properties properties)
          Construct a Resource from a list of properties.
 Resource ResourceConverter.fromPropertyString(java.lang.String resourceInformation)
          Construct a Resource from a single String.
 

Methods in org.codehaus.cargo.container.property with parameters of type Resource
 java.lang.String ResourceConverter.getParametersAsASemicolonDelimitedString(Resource data)
          tests to see if the value is null before attempting to join the database properties on a semicolon.
 java.util.Properties ResourceConverter.toProperties(Resource data)
          Get a properties object containing all of the members of this Resource object.
 java.lang.String ResourceConverter.toPropertyString(Resource data)
          Get a string representation of this Resource.
 

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  java.lang.String AbstractStandaloneLocalConfigurationWithXMLConfigurationBuilder.getOrCreateResourceConfigurationFile(Resource resource, LocalContainer container)
          note that this file could hold other configuration besides Resources.
 



Copyright © 2004-2011 Codehaus. All Rights Reserved.