public class RegexpProperties extends Object
Properties class when dealing with regular expressions read from
properties file. The main benefit of using RegexpProperties over simple Properties is that the regexp
doesn't have to be escaped.| Constructor and Description |
|---|
RegexpProperties() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
load(InputStream inputStream)
Load the properties from the stream.
|
public Properties load(InputStream inputStream) throws IOException
inputStream - Properties containing properties parsed from the stream.IOExceptionCopyright © 2008-2016. All Rights Reserved.