public final class AnalyzeResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AnalyzeResult.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
bannedImportsFound()
Returns whether at least one banned import has been found within the analyzed java
source files.
|
static AnalyzeResult.Builder |
builder() |
boolean |
equals(Object obj) |
List<MatchedFile> |
getFileMatches()
Contains all the matches that were found within the analyzed java source files.
|
int |
hashCode() |
String |
toString() |
public static AnalyzeResult.Builder builder()
public List<MatchedFile> getFileMatches()
public boolean bannedImportsFound()
Copyright © 2014–2018. All rights reserved.