net.sf.statcvs.pages
Class DirectoryTreeFormatter

java.lang.Object
  extended by net.sf.statcvs.pages.DirectoryTreeFormatter

public class DirectoryTreeFormatter
extends Object

Formats a directory and its subdirectories into a tree.

Version:
$Id: DirectoryTreeFormatter.java,v 1.6 2008/04/02 11:22:14 benoitx Exp $
Author:
Richard Cyganiak (richard@cyganiak.de)

Constructor Summary
DirectoryTreeFormatter(Directory directory, boolean withRootLinks)
           
 
Method Summary
 String getFormatted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryTreeFormatter

public DirectoryTreeFormatter(Directory directory,
                              boolean withRootLinks)
Method Detail

getFormatted

public String getFormatted()