org.jclouds.scriptbuilder.functionloader
Class CurrentFunctionLoader

java.lang.Object
  extended by org.jclouds.scriptbuilder.functionloader.CurrentFunctionLoader

public class CurrentFunctionLoader
extends Object

Means to access the current FunctionLoader instance;


Constructor Summary
CurrentFunctionLoader()
           
 
Method Summary
static FunctionLoader get()
           
static FunctionLoader reset()
           
static FunctionLoader set(FunctionLoader loader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentFunctionLoader

public CurrentFunctionLoader()
Method Detail

get

public static FunctionLoader get()

set

public static FunctionLoader set(FunctionLoader loader)

reset

public static FunctionLoader reset()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.