org.jtheque.primary.utils.web.analyzers.generic.condition
Interface Condition


public interface Condition

A condition. It seems an object who test if the line match the condition of condition.

Author:
Baptiste Wicht

Method Summary
 boolean match(String line)
          Test if the line match the condition.
 

Method Detail

match

boolean match(String line)
Test if the line match the condition.

Parameters:
line - The line to test.
Returns:
true if the line match the condition else false.


Copyright © 2010 JTheque. All Rights Reserved.