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() |
public Properties load(InputStream inputStream) throws IOException
inputStream - Properties containing properties parsed from the stream.IOExceptionCopyright © 2008-2013. All Rights Reserved.