Uses of Class net.sf.statcvs.model.Directory

Uses in package net.sf.statcvs.renderer

Methods with parameter type net.sf.statcvs.model.Directory

void
Render a cell containing a directory to HTML
void
Render a cell containing a directory
void
Render a cell containing a directory to XML

Uses in package net.sf.statcvs.reports

Constructors with parameter type net.sf.statcvs.model.Directory

Creates a table report containing authors who have committed changes to a specified directory, their number of changes and LOC contributions.

Uses in package net.sf.statcvs.input

Methods with return type net.sf.statcvs.model.Directory

Directory
Builder.getDirectory(String filename)
Returns the Directory of the given filename or creates it if it does not yet exist.

Uses in package net.sf.statcvs.output

Methods with parameter type net.sf.statcvs.model.Directory

String
String
String
Returns a URL to a directory in the web repository browser
String
Returns a URL to a directory in the web repository browser
String
String
Returns a URL to a directory in the web repository browser

Uses in package net.sf.statcvs.pages.xml

Methods with parameter type net.sf.statcvs.model.Directory

String
Returns HTML code for a directory page link

Uses in package net.sf.statcvs.charts

Constructors with parameter type net.sf.statcvs.model.Directory

Methods with parameter type net.sf.statcvs.model.Directory

int
int
int

Uses in package net.sf.statcvs.model

Constructors with parameter type net.sf.statcvs.model.Directory

VersionedFile.VersionedFile(String name, Directory directory)
Creates a VersionedFile object.

Methods with return type net.sf.statcvs.model.Directory

Directory
Factory method for creating a new root directory.
Directory
Factory method for creating a new subdirectory.
Directory
Returns the file's Directory.
Directory
Returns the directory's parent directory or null if it is the root
Directory
Returns the repository's root directory, or null if the directory contains no files.

Uses in package net.sf.statcvs.pages

Constructors with parameter type net.sf.statcvs.model.Directory

DirectoryTreeFormatter.DirectoryTreeFormatter(Directory directory, boolean withRootLinks)

Methods with parameter type net.sf.statcvs.model.Directory

void
Page.add(Directory directory, boolean withRootLinks)
String
Returns HTML code for a directory page link
String