Package | Description |
---|---|
org.jclouds.scriptbuilder.functionloader | |
org.jclouds.scriptbuilder.functionloader.filters | |
org.jclouds.scriptbuilder.functionloader.osgi |
Modifier and Type | Class and Description |
---|---|
class |
BasicFunctionLoader
A
FunctionLoader implementation which loads the target function from the classpath. |
Modifier and Type | Method and Description |
---|---|
static FunctionLoader |
CurrentFunctionLoader.get() |
static FunctionLoader |
CurrentFunctionLoader.reset() |
static FunctionLoader |
CurrentFunctionLoader.set(FunctionLoader loader) |
Modifier and Type | Method and Description |
---|---|
static FunctionLoader |
CurrentFunctionLoader.set(FunctionLoader loader) |
Modifier and Type | Class and Description |
---|---|
class |
LicenseHeaderFilter
FunctionLoader decorator to filters out license header comments from a file.
|
Constructor and Description |
---|
LicenseHeaderFilter(FunctionLoader delegate) |
Modifier and Type | Class and Description |
---|---|
class |
BundleFunctionLoader
A
FunctionLoader which searches for functions in the Bundle resources. |
class |
ServiceFunctionLoader
A
FunctionLoader implementation which delegates loading to the OSGi service registry. |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.