org.jwall.web.audit.test
Class TestParser

java.lang.Object
  extended by org.jwall.web.audit.test.TestParser

public class TestParser
extends Object

This class parses a string line-by-line, reading a filter-expression from each line.

Author:
Christian Bockermann <chris@jwall.org>

Constructor Summary
TestParser()
           
 
Method Summary
static List<FilterExpression> parse(String str)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestParser

public TestParser()
Method Detail

parse

public static List<FilterExpression> parse(String str)
                                    throws Exception
Throws:
Exception


Copyright © 2012 jwall.org. All Rights Reserved.