Class PoolUtilities
java.lang.Object
org.apache.tomcat.jdbc.pool.PoolUtilities
Utility methods for managing JDBC pool properties.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Propertiesclone(Properties p) Creates a shallow copy of the given properties.static PropertiesCreates a copy of the given properties with the password entry removed.
-
Field Details
-
PROP_USER
-
PROP_PASSWORD
-
-
Constructor Details
-
PoolUtilities
public PoolUtilities()Default constructor.
-
-
Method Details
-
clone
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
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
-