Lines Matching refs:names
45 /** List of file names on which this kind of analyzer should be used. */
46 private final List<String> names;
72 * @param names list of file names to recognize (possibly {@code null})
81 String[] names, String[] suffixes, String[] magics,
85 this.names = asList(names);
111 * Get the list of file names recognized by this analyzer (names must
114 * @return list of file names
117 return names;