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()
Method Summary
StringgetName()
Get the name of the project
voidsetName(String name)
Set the name of the project

Constructor Detail

PvcsProject

public PvcsProject()

Method Detail

getName

public String getName()
Get the name of the project

setName

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