public class LeakHunterQuery2 extends LeakHunterQuery
| Modifier and Type | Field and Description |
|---|---|
ISnapshot |
baseline |
String[] |
extraReferences |
File |
extraReferencesListFile |
Pattern |
mask |
String |
options |
max_paths, skipPattern, snapshot, threshold_percent| Constructor and Description |
|---|
LeakHunterQuery2() |
| Modifier and Type | Method and Description |
|---|---|
IResult |
execute(IProgressListener listener)
The execute method is called after all arguments have been injected into
the query instance.
|
public ISnapshot baseline
public String options
public Pattern mask
public String[] extraReferences
public File extraReferencesListFile
public IResult execute(IProgressListener listener) throws Exception
IQueryTextResult, CompositeResult, SectionSpec etc.execute in interface IQueryexecute in class LeakHunterQuerylistener - Monitor to report progress and check for cancellation.Exception - if something went wrong running the query