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

Class PvcsProject


public class PvcsProject
extends java.lang.Object

represents a project within the PVCS repository to extract files from.

Constructor Summary

PvcsProject()
no arg constructor

Method Summary

String
getName()
Get the name of the project
void
setName(String name)
Set the name of the project

Constructor Details

PvcsProject

public PvcsProject()
no arg constructor

Method Details

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.