Uses of Class
com.intergral.deep.DeepConfigBuilder
-
Packages that use DeepConfigBuilder Package Description com.intergral.deep -
-
Uses of DeepConfigBuilder in com.intergral.deep
Methods in com.intergral.deep that return DeepConfigBuilder Modifier and Type Method Description static DeepConfigBuilder
Deep. config()
This is the main point to start with deep.DeepConfigBuilder
DeepConfigBuilder. setJarPath(String path)
This allows for overriding the path to the deep agent jar.DeepConfigBuilder
DeepConfigBuilder. setValue(String key, boolean value)
Set a config value for deep.DeepConfigBuilder
DeepConfigBuilder. setValue(String key, double value)
Set a config value for deep.DeepConfigBuilder
DeepConfigBuilder. setValue(String key, int value)
Set a config value for deep.DeepConfigBuilder
DeepConfigBuilder. setValue(String key, String value)
Set a config value for deep.Methods in com.intergral.deep with parameters of type DeepConfigBuilder Modifier and Type Method Description void
Deep. start(DeepConfigBuilder builder)
This allows deep to be started with the parsed config builder.
-