public class FactoryFilter extends Object implements IRemoteFilter
IRemoteFilter.AlwaysFilter, IRemoteFilter.NeverFilter
ALWAYS, NEVER
Constructor and Description |
---|
FactoryFilter(String type)
Find a component factory for loading a specific component type.
|
FactoryFilter(String model,
String[] imports,
IResourceIdentifier rid)
Find a matching component factory.
|
public FactoryFilter(String model, String[] imports, IResourceIdentifier rid)
model
- The model to be loaded.imports
- The imports (if any).classloader
- The class loader (if any).public FactoryFilter(String type)
type
- The component type.public IFuture<Boolean> filter(Object obj)
filter
in interface IRemoteFilter
Copyright © 2012. All Rights Reserved.