public class PluginLoader extends Object
Modifier and Type | Field and Description |
---|---|
static String[] |
PARENT_FIRST_LOGGING_PATTERNS |
Constructor and Description |
---|
PluginLoader(String dirName) |
Modifier and Type | Method and Description |
---|---|
<T> T |
discover(Class<T> clazz) |
<T> T |
newInstance(String name) |
ClassLoader |
submoduleClassLoader() |
public static final String[] PARENT_FIRST_LOGGING_PATTERNS
public PluginLoader(String dirName)
public <T> T discover(Class<T> clazz)
public <T> T newInstance(String name)
public ClassLoader submoduleClassLoader()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.