|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.cpptest.parser.Cpptest
public class Cpptest
Java Bean class for a errors and other collection of the Cpptest format.
| Constructor Summary | |
|---|---|
Cpptest()
|
|
| Method Summary | |
|---|---|
boolean |
addCategory(Category e)
|
void |
addFile(StdViol file)
Adds a new file to this bug collection. |
boolean |
addLocation(Location e)
|
boolean |
addRuleDesc(RuleDesc e)
|
java.util.Collection<Category> |
getCategories()
Returns all categories of this violations collection. |
java.util.Collection<StdViol> |
getFiles()
Returns all files of this violations collection. |
java.util.Collection<Location> |
getLocations()
Returns all locations of this violations collection. |
java.util.Collection<RuleDesc> |
getRuleDescs()
Returns all rule descriptions of this violations collection. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Cpptest()
| Method Detail |
|---|
public void addFile(StdViol file)
file - the file to addpublic java.util.Collection<StdViol> getFiles()
public java.util.Collection<RuleDesc> getRuleDescs()
public java.util.Collection<Category> getCategories()
public java.util.Collection<Location> getLocations()
public boolean addCategory(Category e)
e - the category
List.add(java.lang.Object)public boolean addRuleDesc(RuleDesc e)
e - the result description
List.add(java.lang.Object)public boolean addLocation(Location e)
e - the result description
List.add(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||