org.polliwog.resolvers
Interface MatchType

All Known Implementing Classes:
JoSQLMatchType, URLMatchType

public interface MatchType


Method Summary
 void init(org.jdom.Element e)
           
 boolean match(AbstractURIField f)
           
 

Method Detail

init

void init(org.jdom.Element e)
          throws org.jdom.JDOMException,
                 WeblogException
Throws:
org.jdom.JDOMException
WeblogException

match

boolean match(AbstractURIField f)
              throws WeblogException
Throws:
WeblogException


  Copyright © 2007 Gary Bentley. All Rights Reserved.