Uses of Interface
com.senzing.sdk.SzConfig
Packages that use SzConfig
Package
Description
This package provides the interfaces, utility classes, enumerations,
constants and exception types pertaining to the Senzing SDK for Java.
This package provides the "core" implementation of the Senzing SDK for
Java defined in the
com.senzing.sdk package.-
Uses of SzConfig in com.senzing.sdk
Methods in com.senzing.sdk that return SzConfigModifier and TypeMethodDescriptionSzConfigManager.createConfig()Creates a newSzConfiginstance from the template configuration definition.SzConfigManager.createConfig(long configId) Creates a newSzConfiginstance for a configuration ID.SzConfigManager.createConfig(String configDefinition) Creates a newSzConfiginstance from a configuration definition. -
Uses of SzConfig in com.senzing.sdk.core
Methods in com.senzing.sdk.core with parameters of type SzConfigModifier and TypeMethodDescriptionstatic StringSzCoreUtilities.configToString(SzConfig config) Converts the specifiedSzConfigto aStringvia itsexport()method while handling anySzEnvironmentDestroyedExceptionexception by returning a message indicating the environment is destroyed as well as anySzExceptionby returning the result from that exception'sThrowable.getMessage()with a prefix.