|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.org.retep.util.io.PatternFileFilter
uk.org.retep.util.io.PackageFileFilter
public abstract class PackageFileFilter
A PatternFileFilter that converts string patterns based on package names. That is, uk.org.retep.* would match all packages starting with that package name, and *.annotations would match all packages ending with that name.
| Nested Class Summary | |
|---|---|
static class |
PackageFileFilter.Exclude
An Exclude filter, where all files that do not match, but are under the base directory are included. |
static class |
PackageFileFilter.Include
An Include filter, where all files that match are included. |
| Field Summary |
|---|
| Fields inherited from class uk.org.retep.util.io.PatternFileFilter |
|---|
DOT, DOT_REGEX |
| Method Summary | |
|---|---|
void |
add(java.lang.String glob)
Add a glob to the filter. |
| Methods inherited from class uk.org.retep.util.io.PatternFileFilter |
|---|
add, addAll, addAll, addAll, convertPackage, getMatcher, inScope, matches |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.io.FileFilter |
|---|
accept |
| Method Detail |
|---|
public final void add(java.lang.String glob)
add in class PatternFileFilterglob -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||