Profile - collection of functions for working with profiles
Shane P. McCarron <shane@aptest.com>
Copyright 2001-2011 Applied Testing and Technology, Inc. All Rights Reserved.
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.
$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 = Profile::list( [ reqsOnly ] ) ;
Returns a list of profile names, with user-defined profiles first.
$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.