public class Operations extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Operations.PluginLoader |
| Modifier and Type | Method and Description |
|---|---|
static ClassLoader |
defaultLoader() |
static <S extends Operation> |
invokeOperations(boolean restoreSystemProps,
Class<S> operationType,
ClassLoader loader) |
static <S extends Operation> |
invokeOperations(boolean restoreSystemProps,
Class<S> operationType,
Future<ClassLoader> loader) |
public static ClassLoader defaultLoader()
public static <S extends Operation> void invokeOperations(boolean restoreSystemProps, Class<S> operationType, Future<ClassLoader> loader)
public static <S extends Operation> void invokeOperations(boolean restoreSystemProps, Class<S> operationType, ClassLoader loader)
Copyright © 2013. All Rights Reserved.