|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.connect.update.util.FileMatcher
public class FileMatcher
| Constructor Summary | |
|---|---|
FileMatcher(Pattern pattern,
String key)
|
|
| Method Summary | |
|---|---|
String |
getKey()
|
static FileMatcher |
getMatcher(File file)
|
static FileMatcher |
getMatcher(String path)
|
static File |
getMatchingFile(String path,
Map<String,Object> map)
The pattern variable will be put in the given map if any. |
Pattern |
getPattern()
|
String |
getValue()
|
static void |
main(String[] args)
|
boolean |
match(String name)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileMatcher(Pattern pattern,
String key)
| Method Detail |
|---|
public static FileMatcher getMatcher(String path)
public static FileMatcher getMatcher(File file)
public static File getMatchingFile(String path,
Map<String,Object> map)
public String getKey()
public Pattern getPattern()
public String getValue()
public boolean match(String name)
public static void main(String[] args)
|
Nuxeo ECM Projects 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||