public class Issue extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Issue.IssueBuilder
Allow creating an issue in a couple of different ways.
|
Modifier and Type | Method and Description |
---|---|
int |
getCharacter() |
String |
getEvidence() |
int |
getLine() |
String |
getRaw() |
String |
getReason() |
String |
getSystemId() |
String |
toString()
Provide four fields from this issue, separated by colons: systemId, line,
character, reason.
|
public int getCharacter()
public String getEvidence()
public int getLine()
public String getRaw()
public String getReason()
public String getSystemId()
Copyright © 2007-2013. All Rights Reserved.