public final class ServiceLoaderProcessor extends Object
ServiceLoader
mechanismModifier and Type | Method and Description |
---|---|
static void |
initialize(Object type)
Initialize a specific type
|
static void |
initialize(Object type,
ClassLoader classloader)
Initialize a specific type
|
public static void initialize(Object type)
type
- the initializer specific type, see
Initializer.initialize(Object)
public static void initialize(Object type, ClassLoader classloader)
type
- the initializer specific type, see
Initializer.initialize(Object)
classloader
- a specific class loader to useCopyright © 2016 Eclipse NeoSCADA Project. All rights reserved.