org.carrot2.util.attribute.constraint
Annotation Type ResourceNameFilter


public @interface ResourceNameFilter

A single resource filter (pattern and description).


Required Element Summary
 String description
          Description of the pattern.
 String pattern
          Resource pattern.
 

Element Detail

pattern

public abstract String pattern
Resource pattern. Example: *.xml;*.XML


description

public abstract String description
Description of the pattern. Example: "XML files".



Copyright (c) Dawid Weiss, Stanislaw Osinski