public static class ApkVerifier.IssueWithParams extends Object
ApkVerifier.Issue
with associated parameters. toString()
produces a readable formatted
form.Constructor and Description |
---|
IssueWithParams(ApkVerifier.Issue issue,
Object[] params)
Constructs a new
IssueWithParams of the specified type and with provided
parameters. |
Modifier and Type | Method and Description |
---|---|
ApkVerifier.Issue |
getIssue()
Returns the type of this issue.
|
Object[] |
getParams()
Returns the parameters of this issue.
|
String |
toString()
Returns a readable form of this issue.
|
public IssueWithParams(ApkVerifier.Issue issue, Object[] params)
IssueWithParams
of the specified type and with provided
parameters.public ApkVerifier.Issue getIssue()
public Object[] getParams()
Copyright © 2016. All rights reserved.