Class IncludeExcludeMatcher

java.lang.Object
org.apache.sling.feature.maven.mojos.selection.IncludeExcludeMatcher

public class IncludeExcludeMatcher
extends Object
  • Constructor Details

    • 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 Details

    • matches

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