| Package | Description |
|---|---|
| org.jclouds.scriptbuilder.functionloader | |
| org.jclouds.scriptbuilder.functionloader.filters | |
| org.jclouds.scriptbuilder.functionloader.osgi |
| Modifier and Type | Method and Description |
|---|---|
String |
FunctionLoader.loadFunction(String function,
OsFamily family)
Loads a function and returns it as
String. |
String |
BasicFunctionLoader.loadFunction(String function,
OsFamily family)
Loads a function from the classpath using the current or the Thread Context Class Loader.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LicenseHeaderFilter.loadFunction(String function,
OsFamily family) |
| Modifier and Type | Method and Description |
|---|---|
String |
ServiceFunctionLoader.loadFunction(String function,
OsFamily family)
Looks up the service registry for an applicable
FunctionLoader and delegates to it. |
String |
BundleFunctionLoader.loadFunction(String function,
OsFamily family)
Loads the function from the
Bundle resources. |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.