final public static PropertyTree | parse(BufferedReader in) Parse the input to build a PropertyTree of encoded predicates
for the PlanViewServlet 's "Advanced Search" page.
Expected file format is:
Entry separator lines start with "***"
Comment lines start with "**" and then can contain additional
characters (except having the third char be "*", since this
would confuse things with the entry separator)
Entries must have at least two lines or they are ignored. |