public class QuickfixLocationDTO extends Object implements Serializable
| Constructor and Description |
|---|
QuickfixLocationDTO() |
QuickfixLocationDTO(File reportDirectory,
File file,
int line,
int column,
int length) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
File |
getFile() |
int |
getLength() |
int |
getLine() |
File |
getReportDirectory() |
void |
setColumn(int column) |
void |
setLength(int length) |
void |
setLine(int line) |
public File getReportDirectory()
public File getFile()
public int getLine()
public void setLine(int line)
public int getColumn()
public void setColumn(int column)
public int getLength()
public void setLength(int length)
Copyright © 2021 JBoss by Red Hat. All rights reserved.