Package | Description |
---|---|
org.eclipse.mat.inspections |
These are general queries.
|
org.eclipse.mat.query.results |
Default Query Result Implementations.
|
org.eclipse.mat.report |
Controls building of reports from XML report definitions.
|
org.eclipse.mat.report.internal |
Internal classes for controlling building of reports from XML report definitions (not API).
|
Modifier and Type | Method and Description |
---|---|
ITestResult.Status |
DuplicatedClassesQuery.getStatus() |
Modifier and Type | Method and Description |
---|---|
ITestResult.Status |
CompositeResult.getStatus()
A combined status
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeResult.setStatus(ITestResult.Status status)
Set the combined status
|
Modifier and Type | Method and Description |
---|---|
ITestResult.Status |
TestSuite.execute(IProgressListener listener) |
ITestResult.Status |
SectionSpec.getStatus() |
ITestResult.Status |
ITestResult.getStatus() |
static ITestResult.Status |
ITestResult.Status.max(ITestResult.Status a,
ITestResult.Status b) |
static ITestResult.Status |
ITestResult.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITestResult.Status[] |
ITestResult.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ITestResult.Status |
ITestResult.Status.max(ITestResult.Status a,
ITestResult.Status b) |
void |
SectionSpec.setStatus(ITestResult.Status status) |
Modifier and Type | Method and Description |
---|---|
ITestResult.Status |
AbstractPart.getStatus() |