コード例 #1
0
 private void cleanupAgentPluginsFile() throws IOException {
   FileUtils.deleteQuietly(AGENT_PLUGINS.getLocalFile());
 }
コード例 #2
0
 private SetupOfAgentPluginsFile setupAgentsPluginFile() throws IOException {
   return new SetupOfAgentPluginsFile(AGENT_PLUGINS.getLocalFile());
 }