| Constructor and Description |
|---|
Not(Filter other)
Creates a new "not" filter which inverts the output of the given filter.
|
| 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 Not(Filter other)
other - The filter to negate 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.