Package org.jibx.util
Interface ResourceMatcher.ReportMatch
-
- Enclosing class:
- ResourceMatcher
public static interface ResourceMatcher.ReportMatch
Report matches found to name patterns.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
foundMatch(java.lang.String path, java.net.URL url)
Match found for pattern.
-