Interface ConfigurationBuilder

    • Method Detail

      • toConfigurationEntry

        String toConfigurationEntry​(Resource resource)
        Detects the type of the Resource and creates an appropriate configuration.
        Parameters:
        resource - the Resource you wish to build a configuration entry for.
        Returns:
        the container-specific representation of this configuration.
      • toConfigurationEntry

        String toConfigurationEntry​(DataSource ds)
        Detects the type of the DataSource and creates an appropriate configuration.
        Parameters:
        ds - the DataSource you wish to build a configuration entry for.
        Returns:
        the container-specific representation of this configuration.