ReadOnlyFunctionCollection |
SkillExecutor.getSkill(String skillName) |
Get function collection with the skill name
|
ReadOnlyFunctionCollection |
SkillExecutor.importSkill(Object nativeSkill,
String skillName) |
Imports the native functions annotated on the given object as a skill.
|
ReadOnlyFunctionCollection |
SkillExecutor.importSkill(String skillName,
Map<String,SemanticFunctionConfig> skills) |
Import a set of skills
|
ReadOnlyFunctionCollection |
SkillExecutor.importSkillFromDirectory(String skillName,
String parentDirectory) |
Imports the native functions annotated on the given object as a skill.
|
ReadOnlyFunctionCollection |
SkillExecutor.importSkillFromDirectory(String skillName,
String parentDirectory,
String skillDirectoryName) |
Imports the native functions annotated on the given object as a skill.
|
ReadOnlyFunctionCollection |
SkillExecutor.importSkillFromResources(String pluginDirectory,
String skillName,
String functionName) |
Imports a skill using ClassLoader.getResourceAsStream to load skills from the classpath.
|
ReadOnlyFunctionCollection |
SkillExecutor.importSkillFromResources(String pluginDirectory,
String skillName,
String functionName,
Class clazz) |
Imports a skill using clazz.getResourceAsStream to load skills from the classpath.
|