public interface IArtifact
| Modifier and Type | Method and Description |
|---|---|
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
|
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()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.