public abstract class AbstractOperation extends Object implements Operation
| Constructor and Description |
|---|
AbstractOperation() |
| Modifier and Type | Method and Description |
|---|---|
protected static <S extends Operation> |
invokePluginOperations(Class<S> operationType,
Future<ClassLoader> pluginLoader) |
protected static void |
log(String msg,
Object... args) |
protected static String |
lookupContext(String key) |
protected static String |
lookupContextWithFallback(String primary,
String alternate) |
protected static Future<ClassLoader> |
pluginLoaderViaSpecKey(Resources.Pool pool,
String pluginSpecKey) |
protected static String |
putContext(String key,
String value) |
protected static void |
warn(String msg,
Object... args) |
protected static String lookupContextWithFallback(String primary, String alternate)
protected static Future<ClassLoader> pluginLoaderViaSpecKey(Resources.Pool pool, String pluginSpecKey)
protected static <S extends Operation> void invokePluginOperations(Class<S> operationType, Future<ClassLoader> pluginLoader)
Copyright © 2012. All Rights Reserved.