Uses of Class
com.microsoft.semantickernel.util.EmbeddedResourceLoader.ResourceLocation
-
Packages that use EmbeddedResourceLoader.ResourceLocation Package Description com.microsoft.semantickernel.util -
-
Uses of EmbeddedResourceLoader.ResourceLocation in com.microsoft.semantickernel.util
Methods in com.microsoft.semantickernel.util that return EmbeddedResourceLoader.ResourceLocation Modifier and Type Method Description static EmbeddedResourceLoader.ResourceLocationEmbeddedResourceLoader.ResourceLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static EmbeddedResourceLoader.ResourceLocation[]EmbeddedResourceLoader.ResourceLocation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.semantickernel.util with parameters of type EmbeddedResourceLoader.ResourceLocation Modifier and Type Method Description static StringEmbeddedResourceLoader. readFile(String fileName, Class<?> clazz, EmbeddedResourceLoader.ResourceLocation... locations)Loads a file to a string from the classpath, classpath root or filesystem
-