public final class AnalyzeResult extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
AnalyzeResult.Builder |
| Modifier and Type | Method | 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.