org.apache.tools.ant.taskdefs.optional.pvcs

Class PvcsProject

public class PvcsProject extends Object

represents a project within the PVCS repository to extract files from.
Constructor Summary
PvcsProject()
no arg constructor
Method Summary
StringgetName()
Get the name of the project
voidsetName(String name)
Set the name of the project

Constructor Detail

PvcsProject

public PvcsProject()
no arg constructor

Method Detail

getName

public String getName()
Get the name of the project

Returns: the name of the project.

setName

public void setName(String name)
Set the name of the project

Parameters: name the value to use.