Class PvcsProject

java.lang.Object
org.apache.tools.ant.taskdefs.optional.pvcs.PvcsProject

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

    • PvcsProject

      public PvcsProject()
  • Method Details

    • setName

      public void setName(String name)
      Set the name of the project
      Parameters:
      name - the value to use.
    • getName

      public String getName()
      Get the name of the project
      Returns:
      the name of the project.