Uses of Interface
org.jclouds.scriptbuilder.functionloader.FunctionLoader
-
Packages that use FunctionLoader Package Description org.jclouds.scriptbuilder.functionloader org.jclouds.scriptbuilder.functionloader.filters org.jclouds.scriptbuilder.functionloader.osgi -
-
Uses of FunctionLoader in org.jclouds.scriptbuilder.functionloader
Classes in org.jclouds.scriptbuilder.functionloader that implement FunctionLoader Modifier and Type Class Description classBasicFunctionLoaderAFunctionLoaderimplementation which loads the target function from the classpath.Methods in org.jclouds.scriptbuilder.functionloader that return FunctionLoader Modifier and Type Method Description static FunctionLoaderCurrentFunctionLoader. get()static FunctionLoaderCurrentFunctionLoader. reset()static FunctionLoaderCurrentFunctionLoader. set(FunctionLoader loader)Methods in org.jclouds.scriptbuilder.functionloader with parameters of type FunctionLoader Modifier and Type Method Description static FunctionLoaderCurrentFunctionLoader. set(FunctionLoader loader) -
Uses of FunctionLoader in org.jclouds.scriptbuilder.functionloader.filters
Classes in org.jclouds.scriptbuilder.functionloader.filters that implement FunctionLoader Modifier and Type Class Description classLicenseHeaderFilterFunctionLoader decorator to filters out license header comments from a file.Constructors in org.jclouds.scriptbuilder.functionloader.filters with parameters of type FunctionLoader Constructor Description LicenseHeaderFilter(FunctionLoader delegate) -
Uses of FunctionLoader in org.jclouds.scriptbuilder.functionloader.osgi
Classes in org.jclouds.scriptbuilder.functionloader.osgi that implement FunctionLoader Modifier and Type Class Description classBundleFunctionLoaderAFunctionLoaderwhich searches for functions in theBundleresources.classServiceFunctionLoaderAFunctionLoaderimplementation which delegates loading to the OSGi service registry.
-