Class IncludeExcludeMatcher


  • public class IncludeExcludeMatcher
    extends Object
    • Constructor Detail

      • IncludeExcludeMatcher

        public IncludeExcludeMatcher​(List<String> incudes,
                                     List<String> excludes,
                                     String separator,
                                     boolean separatorRequired)
                              throws org.apache.maven.plugin.MojoExecutionException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
    • Method Detail

      • matches

        public String matches​(org.apache.sling.feature.ArtifactId id)