|
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 |
java.lang.String |
getDescription()
Get text description of the artifact |
java.lang.String |
getFileName()
Get string representation of the filename containing the artifact |
java.lang.String |
getId()
Get unique id |
int |
getLine()
Get line number within file |
java.lang.String |
getPrimaryfileName()
|
java.lang.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(java.lang.String name)
Set short name for artifact |
| Method Detail |
|---|
int getColumn()
void setColumn(int col)
col - java.lang.String getDescription()
java.lang.String getFileName()
java.lang.String getId()
int getLine()
void setLine(int lineNo)
lineNo - java.lang.String getPrimaryfileName()
java.lang.String getShortName()
void setShortName(java.lang.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 | |||||||||