Apache::CVS::PlainFile - class that implements a file in CVS


Apache-CVS documentation  | view source Contained in the Apache-CVS distribution.

Index


NAME

Top

Apache::CVS::PlainFile - class that implements a file in CVS

SYNOPSIS

Top

 use Apache::CVS::PlainFile();

 $file = Apache::CVS::PlainFile->new($path);

 $path = $file->path();
 $name = $file->name();

DESCRIPTION

Top

The Apache::CVS::PlainFile class implements a base file that resides in a CVS repository. A versioned file is implemented by the class Apache::CVS::VersionPlainFile.

$file = Apache::CVS::PlainFile->new($path)

Construct a new Apache::CVS::PlainFile object with the given path.

$file->path()

Returns the full path of this file.

$file->name()

Returns just the filename of this file.

SEE ALSO

Top

Apache::CVS, Apache::CVS::File, Apache::CVS::Directory

AUTHOR

Top

John Barbee <barbee@veribox.net>

COPYRIGHT

Top


Apache-CVS documentation  | view source Contained in the Apache-CVS distribution.