|
JBoss Modules 1.1.3.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PathFilter

Filter used to determine whether a path should be included or excluded from imports and exports.
| Method Summary | |
|---|---|
boolean |
accept(String path)
Determine whether a path should be accepted. |
boolean |
equals(Object other)
Determine whether this filter is equal to another. |
int |
hashCode()
Calculate a unique hash code for this path filter. |
| Method Detail |
|---|
boolean accept(String path)
/" characters.
path - the path to check
int hashCode()
hashCode in class Objectboolean equals(Object other)
equals in class Objectother - the other object
true if this filter is the same
|
JBoss Modules 1.1.3.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||