public class JdbcUrlProcessor extends Object implements PropertyProcessor
| Constructor and Description |
|---|
JdbcUrlProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
getJdbcUrlFragments() |
protected String |
getMatch(String string,
Map<String,String> fragments)
Loop through
fragments.keySet() to see if string contains any of the fragments. |
void |
process(Properties properties) |
public JdbcUrlProcessor()
public void process(Properties properties)
process in interface PropertyProcessorprotected String getMatch(String string, Map<String,String> fragments)
fragments.keySet() to see if string contains any of the fragments. If there is a
match with a fragment, return the corresponding value for the fragment from the map.protected Map<String,String> getJdbcUrlFragments()
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.