|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.ccm.model.CCMParser
public class CCMParser
Parser of the output of CCM.exe. In the first version we used XStream. But when a project has 10000 methods the DOM parser would degrade the overall performance. Then we changed to a SAX Parser. Sweet as!
| Constructor Summary | |
|---|---|
CCMParser(java.io.PrintStream logger)
|
|
| Method Summary | |
|---|---|
CCMReport |
invoke(java.io.File workspace,
hudson.remoting.VirtualChannel channel)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CCMParser(java.io.PrintStream logger)
| Method Detail |
|---|
public CCMReport invoke(java.io.File workspace,
hudson.remoting.VirtualChannel channel)
throws java.io.IOException,
java.lang.InterruptedException
invoke in interface hudson.FilePath.FileCallable<CCMReport>java.io.IOException
java.lang.InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||