org.polliwog.resolvers
Class JoSQLMatchType

java.lang.Object
  extended by org.polliwog.resolvers.JoSQLMatchType
All Implemented Interfaces:
MatchType

public class JoSQLMatchType
extends java.lang.Object
implements MatchType


Constructor Summary
JoSQLMatchType()
           
 
Method Summary
 void init(org.jdom.Element root)
           
 boolean match(AbstractURIField f)
           
 void setClause(java.lang.String clause)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JoSQLMatchType

public JoSQLMatchType()
Method Detail

setClause

public void setClause(java.lang.String clause)
               throws WeblogException
Throws:
WeblogException

init

public void init(org.jdom.Element root)
          throws org.jdom.JDOMException,
                 WeblogException
Specified by:
init in interface MatchType
Throws:
org.jdom.JDOMException
WeblogException

match

public boolean match(AbstractURIField f)
              throws WeblogException
Specified by:
match in interface MatchType
Throws:
WeblogException


  Copyright © 2007 Gary Bentley. All Rights Reserved.