Class PvcsProject
- java.lang.Object
-
- org.apache.tools.ant.taskdefs.optional.pvcs.PvcsProject
-
public class PvcsProject extends java.lang.Object
represents a project within the PVCS repository to extract files from.
-
-
Constructor Summary
Constructors Constructor Description PvcsProject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
Get the name of the projectvoid
setName(java.lang.String name)
Set the name of the project
-