| Constructor and Description |
|---|
Or(Filter... filters)
Creates a new "or" filter which returns true if one of the filters returns true as well.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
retain(ModuleLoader.ClassEntry candidate)
Determines whether or not the given candidate should be retained in the loading process.
|
public Or(Filter... filters)
filters - The filters to check the output frompublic boolean retain(ModuleLoader.ClassEntry candidate)
Filtertrue, it will be retained, if false it will be removed (filtered out).Copyright © 2014–2015 MountainBlade. All rights reserved.