org.jibx.util
Interface ResourceMatcher.ReportMatch

Enclosing class:
ResourceMatcher

public static interface ResourceMatcher.ReportMatch

Report matches found to name patterns.


Method Summary
 void foundMatch(java.lang.String path, java.net.URL url)
          Match found for pattern.
 

Method Detail

foundMatch

void foundMatch(java.lang.String path,
                java.net.URL url)
Match found for pattern.

Parameters:
path -
url -


Project Web Site