Rechercher une page de manuel
VCS::LibCVS::Client::Response::FileUpdatingResponses.3pm
Langue: en
Version: 2005-10-10 (fedora - 01/12/10)
Section: 3 (Bibliothèques de fonctions)
Sommaire
- NAME
- SYNOPSIS
- DESCRIPTION
- SUPERCLASS
- CLASSES
- VCS::LibCVS::Client::Response::FileUpdateModifyingResponse
- VCS::LibCVS::Client::Response::Checked_in
- VCS::LibCVS::Client::Response::New_entry
- VCS::LibCVS::Client::Response::Updated
- VCS::LibCVS::Client::Response::Created
- VCS::LibCVS::Client::Response::Update_existing
- VCS::LibCVS::Client::Response::Merged
- VCS::LibCVS::Client::Response::Patched
- VCS::LibCVS::Client::Response::Removed
- VCS::LibCVS::Client::Response::Remove_entry
- SEE ALSO
NAME
VCS::LibCVS::Client::Response::FileUpdatingResponses - Classes for many ResponsesSYNOPSIS
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
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre