abstract static class ResourceChecker.ResourceAnalyzer extends Object
Constructor and Description |
---|
ResourceAnalyzer() |
Modifier and Type | Method and Description |
---|---|
int |
getMax()
Maximum we set for the resource.
|
int |
getMin()
Minimum we set for the resource.
|
String |
getName()
Name of the resource analyzed.
|
List<String> |
getStringsToLog() |
abstract int |
getVal(ResourceChecker.Phase phase)
The value for the resource.
|
ResourceAnalyzer()
public int getMax()
public int getMin()
public String getName()
public abstract int getVal(ResourceChecker.Phase phase)
phase
- the ResourceChecker.Phase
to get the value forpublic List<String> getStringsToLog()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.