| Constructor and Description |
|---|
InstanceOf(Class assignableClass)
Creates a new "instanceof" 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 InstanceOf(Class assignableClass)
assignableClass - The class to check the implementation againstpublic 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.