Package org.codehaus.mojo.jaxb2.shared.filters.pattern


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