
|
PvcsProject (Apache Ant API)
org.apache.tools.ant.taskdefs.optional.pvcs
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.
Method Summary |
java.lang.String |
getName()
Get the name of the project |
void |
setName(java.lang.String name)
Set the name of the project |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PvcsProject
public PvcsProject()
setName
public void setName(java.lang.String name)
- Set the name of the project
getName
public java.lang.String getName()
- Get the name of the project
Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.
|