com.collabnet.tracker.xml
Class ArtifactTypeXMLHelper

java.lang.Object
  extended by com.collabnet.tracker.xml.ArtifactTypeXMLHelper

public class ArtifactTypeXMLHelper
extends java.lang.Object

JAVADOC_FIXME

Author:
sszego

Constructor Summary
ArtifactTypeXMLHelper()
           
 
Method Summary
 XMLOperationResult build(org.w3c.dom.Document document, XPathProcessor xpath)
           
 void visitArtifactTypesByProject(XMLVisitor visitor, java.lang.String project, MetadataCache cache)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactTypeXMLHelper

public ArtifactTypeXMLHelper()
Method Detail

visitArtifactTypesByProject

public void visitArtifactTypesByProject(XMLVisitor visitor,
                                        java.lang.String project,
                                        MetadataCache cache)
                                 throws XMLVisitorException
Parameters:
visitor - the visitor to use to generate the XML doc
project - the name of the project
cache - the cache to use during the import to check if an attribute or attribute option is already exported.
Throws:
XMLVisitorException

build

public XMLOperationResult build(org.w3c.dom.Document document,
                                XPathProcessor xpath)
Parameters:
document -
xpath -
Returns:
the result of the operation