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