Class PoolUtilities

java.lang.Object
org.apache.tomcat.jdbc.pool.PoolUtilities

public class PoolUtilities extends Object
Utility methods for managing JDBC pool properties.
  • Field Details

  • Constructor Details

    • PoolUtilities

      public PoolUtilities()
      Default constructor.
  • Method Details

    • clone

      public static Properties clone(Properties p)
      Creates a shallow copy of the given properties.
      Parameters:
      p - the properties to clone
      Returns:
      a new Properties instance containing all entries from the source
    • cloneWithoutPassword

      public static Properties cloneWithoutPassword(Properties p)
      Creates a copy of the given properties with the password entry removed.
      Parameters:
      p - the properties to clone
      Returns:
      a new Properties instance with all entries except the password