public class ServiceCommandFactoryLoader extends Object implements CommandFactoryLookup
| Constructor and Description |
|---|
ServiceCommandFactoryLoader()
Creates a new instance of
ServiceCommandFactoryLoader using the classloader having loaded the
ServiceCommandFactoryLoader class. |
ServiceCommandFactoryLoader(ClassLoader loader)
Creates a new instance of
ServiceCommandFactoryLoader using specified classloader. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CommandFactory<?>> |
lookup()
Looks for command implementation and instantiated them.
|
public ServiceCommandFactoryLoader()
ServiceCommandFactoryLoader using the classloader having loaded the
ServiceCommandFactoryLoader class.public ServiceCommandFactoryLoader(ClassLoader loader)
ServiceCommandFactoryLoader using specified classloader.public Collection<CommandFactory<?>> lookup()
CommandFactoryLookuplookup in interface CommandFactoryLookupCopyright © 2020. All rights reserved.