|
JBoss Modules 1.1.3.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.modules.filter.MultiplePathFilterBuilder
public class MultiplePathFilterBuilder

A builder for a multiple-path filter.
PathFilters.multiplePathFilterBuilder(boolean)| Method Summary | |
|---|---|
void |
addFilter(PathFilter filter,
boolean include)
Add a filter to this builder. |
PathFilter |
create()
Create the path filter from this builder's current state. |
boolean |
isEmpty()
Determine if this filter builder is empty (i.e. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void addFilter(PathFilter filter,
boolean include)
filter - the filter to addinclude - true if matching paths should be included, false for excludedpublic PathFilter create()
public boolean isEmpty()
true if this builder is empty, false otherwise
|
JBoss Modules 1.1.3.GA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||