VCS::LibCVS::Client::Response::FileUpdatingResponses.3pm

Langue: en

Autres versions - même langue

Version: 2005-10-10 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

VCS::LibCVS::Client::Response::FileUpdatingResponses - Classes for many Responses

SYNOPSIS

   my @responses = Client::Response->read_from_server($server_conn);
 
 

DESCRIPTION

The file updating responses are those which indicate a change to the status of a file in the working directory. Each of them has a class here, along with a common superclass.

Each response comes with a predetermined set of args, listed below.

SUPERCLASS

   VCS::LibCVS::Client::Response
 
 

CLASSES

VCS::LibCVS::Client::Response::FileUpdateModifyingResponse

A common superclass for all the file updating responses.

VCS::LibCVS::Client::Response::Checked_in

   "PathName" "Entry"
 
 

VCS::LibCVS::Client::Response::New_entry

   "PathName" "Entry"
 
 

VCS::LibCVS::Client::Response::Updated

   "PathName" "Entry" "FileMode" "FileContents"
 
 

VCS::LibCVS::Client::Response::Created

   "PathName" "Entry" "FileMode" "FileContents"
 
 

VCS::LibCVS::Client::Response::Update_existing

   "PathName" "Entry" "FileMode" "FileContents"
 
 

VCS::LibCVS::Client::Response::Merged

   "PathName" "Entry" "FileMode" "FileContents"
 
 

VCS::LibCVS::Client::Response::Patched

   "PathName" "Entry" "FileMode" "FileContents"
 
 

VCS::LibCVS::Client::Response::Removed

   "PathName"
 
 

VCS::LibCVS::Client::Response::Remove_entry

   "PathName"
 
 

SEE ALSO

   VCS::LibCVS::Client
   VCS::LibCVS::Client::Response