public class ScanReturn extends 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
|
List<Artifact> |
getArtifactList()
Get list of artifacts found
|
String |
toString() |
boolean |
wasError()
was an error found during the artifact analysis?
|
public boolean wasError()
public List<Artifact> getArtifactList()
public void addArtifact(Artifact a)
a
- Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.