|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IArtifact
Artifacts contain information about something found in source code.
| Method Summary | |
|---|---|
int |
getColumn()
Get the column number within the line |
String |
getDescription()
Get text description of the artifact |
String |
getFileName()
Get string representation of the filename containing the artifact |
String |
getId()
Get unique id |
int |
getLine()
Get line number within file |
String |
getPrimaryfileName()
|
String |
getShortName()
Get short name of artifact |
SourceInfo |
getSourceInfo()
Get detail info on source code location of artifact |
void |
setColumn(int col)
Set the column number within the line |
void |
setLine(int lineNo)
Set the line number within the file |
void |
setShortName(String name)
Set short name for artifact |
| Method Detail |
|---|
int getColumn()
void setColumn(int col)
col - String getDescription()
String getFileName()
String getId()
int getLine()
void setLine(int lineNo)
lineNo - String getPrimaryfileName()
String getShortName()
void setShortName(String name)
name - SourceInfo getSourceInfo()
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||