public class PropertyFilter extends Object
| Constructor and Description |
|---|
PropertyFilter() |
| Modifier and Type | Method and Description |
|---|---|
static Properties |
filterWithPrefix(String prefix,
Properties props)
Filters properties with the specified name prefix.
|
public PropertyFilter()
public static Properties filterWithPrefix(String prefix, Properties props)
prefix - The property name prefix to filter matching
properties. Must not be null.props - The properties to filter, nullnull.Copyright © 2017 The Transaction Company. All rights reserved.