net.sf.statsvn.input
public class RepositoriesBuilder extends Object
This class receives information from the (@link net.sf.statsvn.input.SvnXmlRepositoriesFileHandler) to build a DOM-based XML structure containing the names of all repositories and associated line counts xml files. It then allows to retrieve the line counts XML file name for a given repository.
Constructor and Description |
---|
RepositoriesBuilder()
Constructs the RepositoriesBuilder
|
Modifier and Type | Method and Description |
---|---|
Element |
buildRepository(String uuid,
String file)
Adds a repository to the DOM structure.
|
void |
buildRoot()
Builds the DOM root.
|
Document |
getDocument()
Returns the DOM object when building is complete.
|
String |
getFileName(String uuid)
Retrieves the file name of the line counts xml file for a given repository.
|
public RepositoriesBuilder()
public Element buildRepository(String uuid, String file)
uuid
- the uuid of the repositoryfile
- the filename for the XML line counts filepublic void buildRoot() throws ParserConfigurationException
ParserConfigurationException
public String getFileName(String uuid)
uuid
- the uuid of the repositorypublic Document getDocument()