public interface 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.
|
boolean retain(ModuleLoader.ClassEntry candidate)
true, it will be retained, if false it will be removed (filtered out).candidate - The candidate we check againstCopyright © 2014–2015 MountainBlade. All rights reserved.