NAME Folder.pm

Object oriented interface to UCM Folders

VERSION

Author

Andrew DeFaria <Andrew@DeFaria.com>

Revision

$Revision: 1.8 $

Created

Fri May 14 18:16:16 PDT 2010

Modified

$Date: 2011/11/15 02:00:58 $

SYNOPSIS

Provides access to information about Clearcase Folders.

my $folder = new Clearcase::UCM::Folder ($name, $pvob);

DESCRIPTION

This module implements a UCM Folder object

ROUTINES

The following routines are exported:

new

Construct a new Clearcase Folder object.

Parameters:

folder

Name of folder

Returns:

Clearcase Folder object

name

Returns the name of the folder

Parameters:

none

Returns:

folder's name

owner

Returns the owner of the folder

Parameters:

none

Returns:

folder's owner

group

Returns the group of the folder

Parameters:

none

Returns:

folder's group

pvob

Returns the pvob of the folder

Parameters:

none

Returns:

folder's pvob

title

Returns the title of the folder

Parameters:

none

Returns:

folder's title

create

Creates a new UCM Folder Object

Parameters:

name

UCM Folder name

parentFolder

Name of parentFolder (Default: RootFolder)

Returns:

$status

Status from cleartool

@output

Ouput from cleartool

remove

Removes UCM Folder

Parameters:

name

UCM Folder name

Returns:

$status

Status from cleartool

@output

Output from cleartool

DEPENDENCIES

Modules

Clearcase
Clearcase::UCM::Baseline

INCOMPATABILITIES

None

BUGS AND LIMITATIONS

There are no known bugs in this module.

Please report problems to Andrew DeFaria <Andrew@DeFaria.com>.

COPYRIGHT AND LICENSE

Copyright (C) 2020 by Andrew@DeFaria.com

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.38.0 or, at your option, any later version of Perl 5 you may have available.