Class ByteBuddyMojo.FilePrefixMatcher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.List<java.lang.String> names
      A list of names to match.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FilePrefixMatcher​(java.util.List<java.lang.String> names)
      Create a new matcher for a list of names.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(Plugin.Engine.Source.Element target)
      Matches a target against this element matcher.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • names

        private final java.util.List<java.lang.String> names
        A list of names to match.
    • Constructor Detail

      • FilePrefixMatcher

        private FilePrefixMatcher​(java.util.List<java.lang.String> names)
        Create a new matcher for a list of names.
        Parameters:
        names - A list of included names.