org.apache.maven.plugin.dependency.treeSerializers
Class AbstractSerializingVisitor

java.lang.Object
  extended by org.apache.maven.plugin.dependency.treeSerializers.AbstractSerializingVisitor
Direct Known Subclasses:
DOTDependencyNodeVisitor, GraphmlDependencyNodeVisitor, TGFDependencyNodeVisitor

public abstract class AbstractSerializingVisitor
extends Object

Abstract class for visitors performing serialization.

Author:
Jerome Creignou

Field Summary
protected  PrintWriter writer
          The writer to serialize to.
 
Constructor Summary
AbstractSerializingVisitor(Writer writer)
          Constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

writer

protected final PrintWriter writer
The writer to serialize to.

Constructor Detail

AbstractSerializingVisitor

public AbstractSerializingVisitor(Writer writer)
Constructor.

Build a new AbstractSerializingDependencyNodeVisitor with the writer to serialize to.

Parameters:
writer - the writer to serialize to.


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.