Subversion Repository Public Repository

litesoft

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

public interface FilePathPartMatcher {
    public static final java.util.regex.Pattern SLASH = java.util.regex.Pattern.compile( "/" );

    public boolean acceptsAnyNumberOfParts();

    public boolean acceptable( String pFilePathPart );
}

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

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

Scar update

185 Diff Diff GeorgeS picture GeorgeS Sat 30 Apr, 2011 00:16:34 +0000
184 Diff Diff GeorgeS picture GeorgeS Tue 26 Apr, 2011 00:20:57 +0000
183 GeorgeS picture GeorgeS Mon 25 Apr, 2011 01:40:10 +0000