Package org.codehaus.mojo.jaxb2.shared.filters.pattern
-
Interface Summary Interface Description StringConverter<T> Specification for a converter rendering a T object as a String. -
Class Summary Class Description AbstractPatternFilter<T> AbstractFilter implementation containing a Java Pattern which should be used to determine if candidate T objects match any of the supplied regularExpressions.FileFilterAdapter Filter implementation adapting a FileFilter instance to the Filter interface.PatternFileFilter AbstractPatternFilter and FileFilter combination, using a set of Regular expressions to accept the canonical absolute paths to Files.PatternURLFilter AbstractPatternFilter matching the string of URLs with to a set of Regular expressions.ToStringConverter<T> Trivial converter using thetoString()
method to convert a T object to a String.