org.jclouds.scriptbuilder.functionloader
Interface FunctionLoader

All Known Implementing Classes:
BasicFunctionLoader, BundleFunctionLoader, LicenseHeaderFilter, ServiceFunctionLoader

public interface FunctionLoader

A function loader interface.


Method Summary
 String loadFunction(String function, OsFamily family)
          Loads a function and returns it as String.
 

Method Detail

loadFunction

String loadFunction(String function,
                    OsFamily family)
                    throws FunctionNotFoundException
Loads a function and returns it as String.

Parameters:
function - The function name to load.
family - This operating system family of the function.
Returns:
The function as String.
Throws:
FunctionNotFoundException


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