Class ModelsPathConfigSource
java.lang.Object
io.quarkiverse.langchain4j.jlama.runtime.config.ModelsPathConfigSource
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSource
public class ModelsPathConfigSource
extends Object
implements org.eclipse.microprofile.config.spi.ConfigSource
Sets
quarkus.langchain4j.jlama.models-path
to quarkus-app/jlama
if it exists-
Field Summary
FieldsFields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
getProperties
-
Field Details
-
SUPPORTED_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
ModelsPathConfigSource
public ModelsPathConfigSource()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getOrdinal
public int getOrdinal()- Specified by:
getOrdinal
in interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getPropertyNames
-
getValue
-