public class DumpTask
extends Task
Constructor and Description |
---|
DumpTask() |
Modifier and Type | Method and Description |
---|---|
void |
execute() |
void |
setAddress(String address)
IP Address or hostname to connect to.
|
void |
setAppend(boolean append)
true if the destination file it to be appended to. |
void |
setDestfile(File destfile)
Sets the location of the execution data file to write.
|
void |
setDump(boolean dump)
Sets whether execution data should be downloaded from the remote host.
|
void |
setPort(int port)
Port number to connect to.
|
void |
setReset(boolean reset)
Sets whether a reset command should be sent after the execution data has
been copied.
|
public void setDestfile(File destfile)
true
. Default is
jacoco.exec
destfile
- Location to write execution data topublic void setAddress(String address)
localhost
address
- IP Address or hostname to connect topublic void setPort(int port)
6300
port
- Port to connect topublic void setAppend(boolean append)
true
if the destination file it to be appended to.
false
if the file is to be overwrittenappend
- true
if the destination file should be appended
topublic void setDump(boolean dump)
false
dump
- true
to download execution datapublic void setReset(boolean reset)
false
reset
- true
to reset execution datapublic void execute() throws BuildException
BuildException
Copyright © 2013. All Rights Reserved.