|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.filerenamer.FilePatterns
public class FilePatterns
Holder of saved file patterns.
Constructor Summary | |
---|---|
FilePatterns()
|
Method Summary | |
---|---|
static void |
add(FilePattern fp)
Adds a file pattern to this collection. |
static void |
delete(FilePattern fp)
Removes a file pattern. |
static boolean |
exists(FilePattern fp)
Checks if a file pattern is part of this collection. |
static java.util.Collection<FilePattern> |
get(int module)
Retrieves all file patterns for the specified module. |
static void |
load()
Loads the file patterns from file (XML format). |
static void |
save()
Save all file patterns to disk (XML format). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilePatterns()
Method Detail |
---|
public static void load()
public static boolean exists(FilePattern fp)
fp
- public static void save()
public static void delete(FilePattern fp)
fp
- public static java.util.Collection<FilePattern> get(int module)
module
-
public static void add(FilePattern fp)
fp
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |