public class GarbageCollectionResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GarbageCollectionResult.Error |
| Modifier and Type | Field and Description |
|---|---|
protected List<GarbageCollectionResult.Error> |
errors |
| Constructor and Description |
|---|
GarbageCollectionResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
addError(GarbageCollectionResult.Error e) |
List<GarbageCollectionResult.Error> |
getErrors() |
boolean |
hasErrors() |
protected List<GarbageCollectionResult.Error> errors
public void addError(GarbageCollectionResult.Error e)
public List<GarbageCollectionResult.Error> getErrors()
public boolean hasErrors()