Interface RecipeClassLoaderFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Factory for creating recipe classloaders.
-
Method Summary
Modifier and TypeMethodDescriptionCreate a new recipe classloader for the given recipe JAR and classpath.
-
Method Details
-
create
Create a new recipe classloader for the given recipe JAR and classpath.- Parameters:
recipeJar- Recipe JAR to loadclasspath- Runtime dependencies of the recipe JAR- Returns:
- A new recipe classloader instance.
-