public class ScanReturn
extends java.lang.Object
| Constructor and Description |
|---|
ScanReturn()
Create a ScanReturn objct
|
| Modifier and Type | Method and Description |
|---|---|
void |
addArtifact(Artifact a)
Add an artifact to the accumulated list
|
java.util.List<Artifact> |
getArtifactList()
Get list of artifacts found
|
java.lang.String |
toString() |
boolean |
wasError()
was an error found during the artifact analysis?
|
public boolean wasError()
public java.util.List<Artifact> getArtifactList()
public void addArtifact(Artifact a)
a - public java.lang.String toString()
toString in class java.lang.ObjectCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.