public class Cpptest extends Object
| Constructor and Description |
|---|
Cpptest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addCategory(Category e) |
void |
addFile(StdViol file)
Adds a new file to this bug collection.
|
boolean |
addLocation(Location e) |
boolean |
addRuleDesc(RuleDesc e) |
Collection<Category> |
getCategories()
Returns all categories of this violations collection.
|
Collection<StdViol> |
getFiles()
Returns all files of this violations collection.
|
Collection<Location> |
getLocations()
Returns all locations of this violations collection.
|
Collection<RuleDesc> |
getRuleDescs()
Returns all rule descriptions of this violations collection.
|
public void addFile(StdViol file)
file - the file to addpublic Collection<StdViol> getFiles()
public Collection<RuleDesc> getRuleDescs()
public Collection<Category> getCategories()
public Collection<Location> getLocations()
public boolean addCategory(Category e)
e - the categoryList.add(java.lang.Object)public boolean addRuleDesc(RuleDesc e)
e - the result descriptionList.add(java.lang.Object)public boolean addLocation(Location e)
e - the result descriptionList.add(java.lang.Object)Copyright © 2004-2014. All Rights Reserved.