Subversion Repository Public Repository

litesoft

1
2
3
4
5
6
7
8
9
10
package com.esotericsoftware.wildcard;

public interface FileNameMatcher {
    /**
     * return True if the file name specified with <code>fileName</code> is acceptable (NO path may be specified)
     *
     * @param filePath !null and !empty and trim()'d (NO path may be specified)
     */
    public boolean acceptable( String fileName );
}

Commits for litesoft/trunk/Java/ScarPlus/src/com/esotericsoftware/wildcard/FileNameMatcher.java

Diff revisions: vs.
Revision Author Commited Message
959 Diff Diff GeorgeS picture GeorgeS Sat 19 Jul, 2014 15:27:50 +0000

Scar update

287 Diff Diff GeorgeS picture GeorgeS Mon 20 Jun, 2011 06:24:24 +0000
183 GeorgeS picture GeorgeS Mon 25 Apr, 2011 01:40:10 +0000