|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ptp.pldt.common.ScanReturn
public class ScanReturn
This object represents the collection of artifacts (e.g. MPI or OpenMP artifacts) returned from analysis,
which will eventually be displayed in
the associated view, etc.
It can also contain other information such as return codes, generalized analysis results, parameters, etc.
| Constructor Summary | |
|---|---|
ScanReturn()
Create a ScanReturn objct |
|
| Method Summary | |
|---|---|
void |
addArtifact(Artifact a)
Add an artifact to the accumulated list |
List<Artifact> |
getArtifactList()
Get list of artifacts found |
String |
toString()
|
boolean |
wasError()
was an error found during the artifact analysis? |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ScanReturn()
| Method Detail |
|---|
public boolean wasError()
public List<Artifact> getArtifactList()
public void addArtifact(Artifact a)
a - public String toString()
toString in class Object
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||