Modifier and Type | Method and Description |
---|---|
void |
LocalConfiguration.addResource(Resource resource)
Add resources the container can take advantage of.
|
Modifier and Type | Method and Description |
---|---|
String |
ConfigurationBuilder.toConfigurationEntry(Resource resource)
Detects the type of the
Resource and creates an appropriate configuration. |
Modifier and Type | Method and Description |
---|---|
void |
ResourceSupport.configure(Resource ds,
LocalContainer container) |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLocalConfiguration.addResource(Resource resource)
Add resources the container can take advantage of.
|
Modifier and Type | Method and 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.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.