Searched refs:getDestfile (Results 1 – 3 of 3) sorted by relevance
40 assertEquals(AgentOptions.DEFAULT_DESTFILE, options.getDestfile()); in testDefaults()89 assertEquals("/target/test/test.exec", options.getDestfile()); in testPropertiesOptions()107 assertEquals("/var/test.exec", options.getDestfile()); in testGetDestile()114 assertEquals("/var/test.exec", options.getDestfile()); in testSetDestile()
42 this.destFile = new File(options.getDestfile()).getAbsoluteFile(); in startup()
254 public String getDestfile() { in getDestfile() method in AgentOptions