FileDocCategorySizeDatePackage
PvcsProject.javaAPI DocApache Ant 1.701412Wed Dec 13 06:16:24 GMT 2006org.apache.tools.ant.taskdefs.optional.pvcs

PvcsProject

public class PvcsProject extends Object
represents a project within the PVCS repository to extract files from.

Fields Summary
private String
name
Constructors Summary
public PvcsProject()
no arg constructor

        super();
    
Methods Summary
public java.lang.StringgetName()
Get the name of the project

return
the name of the project.

        return name;
    
public voidsetName(java.lang.String name)
Set the name of the project

param
name the value to use.

        PvcsProject.this.name = name;