Uses of Class
org.jrd.backend.data.cli.utils.AgentConfig
-
Packages that use AgentConfig Package Description org.jrd.backend.core org.jrd.backend.data.cli.utils -
-
Uses of AgentConfig in org.jrd.backend.core
Fields in org.jrd.backend.core declared as AgentConfig Modifier and Type Field Description private static AgentConfig
AgentLoader. defaultConfig
Methods in org.jrd.backend.core that return AgentConfig Modifier and Type Method Description static AgentConfig
AgentLoader. getDefaultConfig()
Methods in org.jrd.backend.core with parameters of type AgentConfig Modifier and Type Method Description static void
AgentLoader. setDefaultConfig(AgentConfig defaultConfig)
-
Uses of AgentConfig in org.jrd.backend.data.cli.utils
Methods in org.jrd.backend.data.cli.utils that return AgentConfig Modifier and Type Method Description static AgentConfig
AgentConfig. create(java.util.List<java.lang.String> agentArgs, boolean session)
-