NAME

Profile - collection of functions for working with profiles

AUTHOR

Shane P. McCarron <shane@aptest.com>

COPYRIGHT

Copyright 2001-2011 Applied Testing and Technology, Inc. All Rights Reserved.

SYNOPSIS

use Profile ;

    # get the list of profiles
    my @rlist = Profile::list() ;

The Profile package is a collection of functions that are used by all components that manipulate profiles or profile data.

METHODS

desc - get the description for a profile

$desc = Profile::desc(profile [, showLocked] ) ;

profile is the name of the profile.

showLocked is a flag that, if set, will include a warning about any profile that is locked by ApTest.

list - get a list of profiles in the system

@list = Profile::list( [ reqsOnly ] ) ;

Returns a list of profile names, with user-defined profiles first.

locked - is a profile locked?

$isLocked = Profile::locked(name);

name is the name of the profile.

Returns a boolean indicating if it is locked or not.

Copyright © 2000-2013 Applied Testing and Technology, Inc. All rights reserved.