|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
SVK::Log::ChangedPaths(3) User Contributed Perl Documentation SVK::Log::ChangedPaths(3)
NAME
SVK::Log::ChangedPaths - partly lazy list of SVK::Log::ChangedPath objects
SYNOPSIS
use SVK::Log::ChangedPaths;
my $changed_paths = SVK::Log::ChangedPaths->new( $root );
for my $changed_path ( $changed_paths->paths() ) {
...
}
DESCRIPTION
An object of this class represents a collection of details about the files/directories that were
changed in a particular revision. Some log filters want access to information about which paths were
affected during a certain revision and others don't. Using this object allows the calculation of
path details to be postponed until it's truly needed.
METHODS
new
Accepts the return value of "SVK::Path->root()" as a parameter and constructs a
SVK::Log::ChangedPaths object from it.
paths
Returns a list of SVK::Log::ChangedPath objects each of which represents the details of the changes
to a particular path.
DIAGNOSTICS
None
CONFIGURATION AND ENVIRONMENT
SVK::Log::ChangedPaths requires no configuration files or environment variables.
DEPENDENCIES
SVK::Log::ChangedPath
INCOMPATIBILITIES
None known
BUGS AND LIMITATIONS
None known
perl v5.8.8 2006-12-28 SVK::Log::ChangedPaths(3)
|
|