de.smartics.properties.impl.config.resource
Class AutodetectDataSourceResourceConfigurationPropertiesFactory

Package class diagram package AutodetectDataSourceResourceConfigurationPropertiesFactory
java.lang.Object
  extended by de.smartics.properties.spi.config.support.AbstractConfigurationPropertiesFactory<ConfigurationPropertiesManagement>
      extended by de.smartics.properties.impl.config.ds.AutodetectDataSourceConfigurationPropertiesFactory
          extended by de.smartics.properties.impl.config.resource.AutodetectDataSourceResourceConfigurationPropertiesFactory
All Implemented Interfaces:
ConfigurationPropertiesFactory, ConfigurationPropertiesManagementFactory, Serializable

@ThreadSafe
public class AutodetectDataSourceResourceConfigurationPropertiesFactory
     
     
extends AutodetectDataSourceConfigurationPropertiesFactory

Factory to create instances of ConfigurationPropertiesManagement being based on a delegate passed to it.

See Also:
Serialized Form

Constructor Summary
AutodetectDataSourceResourceConfigurationPropertiesFactory()
          Default constructor.
AutodetectDataSourceResourceConfigurationPropertiesFactory(DataSourceConfiguration configuration)
          Constructor that enables the configuration to be set.
 
Method Summary
 String toString()
          Returns the string representation of the object.
 
Methods inherited from class de.smartics.properties.impl.config.ds.AutodetectDataSourceConfigurationPropertiesFactory
createNewConfiguration
 
Methods inherited from class de.smartics.properties.spi.config.support.AbstractConfigurationPropertiesFactory
addPropertyProviders, addPropertyProviders, addRootLocations, addRootLocations, addRootUrls, create, createDefault, createDefaultManagement, createManagement, getArtifactRef, getFactoryConfiguration, getRegisteredConfigurationKeys, getRegistry, materialize, release, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AutodetectDataSourceResourceConfigurationPropertiesFactory

public AutodetectDataSourceResourceConfigurationPropertiesFactory()
Default constructor.


AutodetectDataSourceResourceConfigurationPropertiesFactory

public AutodetectDataSourceResourceConfigurationPropertiesFactory(DataSourceConfiguration configuration)
Constructor that enables the configuration to be set.

Parameters:
configuration - the configuration to use for this factory.
Method Detail

toString

public String toString()
Returns the string representation of the object.

Overrides:
toString in class AbstractConfigurationPropertiesFactory<ConfigurationPropertiesManagement>
Returns:
the string representation of the object.


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.