Uses of Class
org.jclouds.scriptbuilder.functionloader.FunctionNotFoundException
Packages that use FunctionNotFoundException
Package
Description
-
Uses of FunctionNotFoundException in org.jclouds.scriptbuilder.functionloader
Methods in org.jclouds.scriptbuilder.functionloader that throw FunctionNotFoundExceptionModifier and TypeMethodDescriptionBasicFunctionLoader.loadFunction
(String function, OsFamily family) Loads a function from the classpath using the current or the Thread Context Class Loader.FunctionLoader.loadFunction
(String function, OsFamily family) Loads a function and returns it asString
. -
Uses of FunctionNotFoundException in org.jclouds.scriptbuilder.functionloader.filters
Methods in org.jclouds.scriptbuilder.functionloader.filters that throw FunctionNotFoundExceptionModifier and TypeMethodDescriptionLicenseHeaderFilter.loadFunction
(String function, OsFamily family) -
Uses of FunctionNotFoundException in org.jclouds.scriptbuilder.functionloader.osgi
Methods in org.jclouds.scriptbuilder.functionloader.osgi that throw FunctionNotFoundExceptionModifier and TypeMethodDescriptionBundleFunctionLoader.loadFunction
(String function, OsFamily family) Loads the function from theBundle
resources.ServiceFunctionLoader.loadFunction
(String function, OsFamily family) Looks up the service registry for an applicableFunctionLoader
and delegates to it.