org.jboss.portal.server.deployment.transform
Class SystemIDMatcher

java.lang.Object
  extended by org.jboss.portal.server.deployment.transform.SystemIDMatcher
All Implemented Interfaces:
Matcher

public class SystemIDMatcher
extends java.lang.Object
implements Matcher


Constructor Summary
SystemIDMatcher()
           
 
Method Summary
 void configure(java.lang.String config)
           
 boolean matches(org.w3c.dom.Document doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemIDMatcher

public SystemIDMatcher()
Method Detail

configure

public void configure(java.lang.String config)
Specified by:
configure in interface Matcher

matches

public boolean matches(org.w3c.dom.Document doc)
Specified by:
matches in interface Matcher