Uses of Interface
org.jclouds.scriptbuilder.functionloader.FunctionLoader
Packages that use FunctionLoader
Package
Description
-
Uses of FunctionLoader in org.jclouds.scriptbuilder.functionloader
Classes in org.jclouds.scriptbuilder.functionloader that implement FunctionLoaderModifier and TypeClassDescriptionenum
AFunctionLoader
implementation which loads the target function from the classpath.Methods in org.jclouds.scriptbuilder.functionloader that return FunctionLoaderModifier and TypeMethodDescriptionstatic FunctionLoader
CurrentFunctionLoader.get()
static FunctionLoader
CurrentFunctionLoader.reset()
static FunctionLoader
CurrentFunctionLoader.set
(FunctionLoader loader) Methods in org.jclouds.scriptbuilder.functionloader with parameters of type FunctionLoaderModifier and TypeMethodDescriptionstatic FunctionLoader
CurrentFunctionLoader.set
(FunctionLoader loader) -
Uses of FunctionLoader in org.jclouds.scriptbuilder.functionloader.filters
Classes in org.jclouds.scriptbuilder.functionloader.filters that implement FunctionLoaderModifier and TypeClassDescriptionclass
FunctionLoader decorator to filters out license header comments from a file.Constructors in org.jclouds.scriptbuilder.functionloader.filters with parameters of type FunctionLoader -
Uses of FunctionLoader in org.jclouds.scriptbuilder.functionloader.osgi
Classes in org.jclouds.scriptbuilder.functionloader.osgi that implement FunctionLoaderModifier and TypeClassDescriptionclass
AFunctionLoader
which searches for functions in theBundle
resources.class
AFunctionLoader
implementation which delegates loading to the OSGi service registry.