hudson.plugins.pvcs_scm
Class PvcsChangeLogParser

java.lang.Object
  extended by hudson.scm.ChangeLogParser
      extended by hudson.plugins.pvcs_scm.PvcsChangeLogParser

public class PvcsChangeLogParser
extends ChangeLogParser

Encapsulates the file format of the changelog.

Author:
Brian Lalor <blalor@bravo5.org>

Constructor Summary
PvcsChangeLogParser()
           
 
Method Summary
 PvcsChangeLogSet parse(AbstractBuild build, java.io.File changelogFile)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PvcsChangeLogParser

public PvcsChangeLogParser()
Method Detail

parse

public PvcsChangeLogSet parse(AbstractBuild build,
                              java.io.File changelogFile)
                       throws java.io.IOException,
                              org.xml.sax.SAXException

Specified by:
parse in class ChangeLogParser
Throws:
java.io.IOException
org.xml.sax.SAXException


Copyright © 2008. All Rights Reserved.