Class CurrentFunctionLoader
- java.lang.Object
-
- org.jclouds.scriptbuilder.functionloader.CurrentFunctionLoader
-
public class CurrentFunctionLoader extends Object
Means to access the currentFunctionLoader
instance;
-
-
Constructor Summary
Constructors Constructor Description CurrentFunctionLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FunctionLoader
get()
static FunctionLoader
reset()
static FunctionLoader
set(FunctionLoader loader)
-
-
-
Method Detail
-
get
public static FunctionLoader get()
-
set
public static FunctionLoader set(FunctionLoader loader)
-
reset
public static FunctionLoader reset()
-
-