|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectliquibase.servicelocator.CompositePackageScanFilter
public class CompositePackageScanFilter
CompositePackageScanFilter allows multiple
PackageScanFilters to be composed into a single filter. For a
Class to match a CompositePackageScanFilter it must match
each of the filters the composite contains
| Constructor Summary | |
|---|---|
CompositePackageScanFilter()
|
|
CompositePackageScanFilter(java.util.Set<PackageScanFilter> filters)
|
|
| Method Summary | |
|---|---|
void |
addFilter(PackageScanFilter filter)
|
boolean |
matches(java.lang.Class<?> type)
Does the given class match |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompositePackageScanFilter()
public CompositePackageScanFilter(java.util.Set<PackageScanFilter> filters)
| Method Detail |
|---|
public void addFilter(PackageScanFilter filter)
public boolean matches(java.lang.Class<?> type)
PackageScanFilter
matches in interface PackageScanFiltertype - the class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||