|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.dry.parser.simian.Block
public class Block
Java Bean class for a duplicated block of a Simian duplication warning.
| Constructor Summary | |
|---|---|
Block()
|
|
| Method Summary | |
|---|---|
int |
getEndLineNumber()
Returns the line number of the end of the duplication. |
String |
getSourceFile()
Returns the file name. |
int |
getStartLineNumber()
Returns the line number of the start of the duplication. |
void |
setEndLineNumber(int endLineNumber)
Sets the line number of the end of the duplication to the specified value. |
void |
setSourceFile(String sourceFile)
Sets the file name to the specified value. |
void |
setStartLineNumber(int startLineNumber)
Sets the line number of the start of the duplication to the specified value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Block()
| Method Detail |
|---|
public String getSourceFile()
public void setSourceFile(String sourceFile)
sourceFile - the value to setpublic int getStartLineNumber()
public void setStartLineNumber(int startLineNumber)
startLineNumber - the value to setpublic int getEndLineNumber()
public void setEndLineNumber(int endLineNumber)
endLineNumber - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||