Class AgentConfigurationStatePersistenceManager


  • public class AgentConfigurationStatePersistenceManager
    extends Object
    • Method Detail

      • probeAndSaveConfiguration

        @NotNull
        public File probeAndSaveConfiguration()
                                       throws IOException
        Prepares and stores the configuration parameters that can be probed from the agent and its plugins.
        Returns:
        file, if the configuration was saved
        Throws:
        IOException - if there has been any issue saving the configuration
      • fetchConfiguration

        @NotNull
        public Map<String,​String> fetchConfiguration()
      • getCachedConfiguration

        @NotNull
        public Map<String,​String> getCachedConfiguration()