Main > Programming > Libraries >

Software::Packager::Object::Aix 0.10

Software::Packager::Object::Aix 0.10

Sponsored Links

Software::Packager::Object::Aix 0.10 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.020 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 1019
Date added: 2007-01-09
Publisher: R Bernard Davison

Software::Packager::Object::Aix 0.10 description

Software::Packager::Object::Aix module it extends Software::Packager::Object and adds extra methods for use by the AIX software packager.

FUNCTIONS

LPP TYPE

The LPP type for objects determines the type of LPP package created. If the objects destination is under /usr/share then the object is of type SHARE If the objects destination is under /usr then the object has a type of USER If the objects destination is under any other directory then the object has a type of ROOT+USER.

Note: when using the methods

lpp_type_is_share()
lpp_type_is_user()
lpp_type_is_root()

If the lpp_type_is_share() returns true then both lpp_type_is_user() and lpp_type_is_root() will also return true.

Also if lpp_type_is_user() returns true then lpp_type_is_root() will also return true. So when calling these method do something like...

foreach my $object ($self->get_object_list())
{
$share++ and next if $object->lpp_type_is_share();
$user++ and next if $object->lpp_type_is_user();
$root++ and next if $object->lpp_type_is_root();
}

lpp_type_is_share()

$share++ if $object->lpp_type_is_share();

Returns the true if the LPP is SHARE otherwise it returns undef.

lpp_type_is_user()

$share++ if $object->lpp_type_is_user();

Returns the true if the LPP is USER otherwise it returns undef.

lpp_type_is_root()

$share++ if $object->lpp_type_is_root();

Returns the true if the LPP is ROOT+USER otherwise it returns undef.

inventory_type()

$type = $object->inventory_type();

Returns the type of object to be added to the inventory file.

destination()

$object->destination($value);
$destination = $object->destination();

This method sets or returns the destination location for this object. The name of objects being installed cannot contain commas or colons. This is because commas and colons are used as delimiters in the control files used during the software installation process. Object names can contain non-ASCII charaters.

user()

This method sets or returns the user name that this object should be installed as.

group()

$object->group($value);
$group = $object->group();

This method sets or returns the group name that this object should be installed as.

links()

This method adds to the list of hard links to add for the file. If no arguments are passed then a string containing the list is returned.

Software::Packager::Object::Aix 0.10 Screenshot

Advertisements

Software::Packager::Object::Aix 0.10 Keywords

Bookmark Software::Packager::Object::Aix 0.10

Hyperlink code:
Link for forum:

Software::Packager::Object::Aix 0.10 Copyright

WareSeeker periodically updates pricing and software information of Software::Packager::Object::Aix 0.10 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Software::Packager::Object::Aix 0.10 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Software::Packager::Aix is the Software::Packager extension for AIX 4.1 and above. Free Download
Software::Packager::Tar is used to create tar files with the required structure. Free Download
Software::Packager is a common software packaging interface. Free Download
Apache2::ModBT is a mod_perl interface to mod_bt. Free Download
Object::Declare is a Perl module for declarative object constructor. Free Download
Parrot::PackFile is a Perl module with Parrot Bytecode File. Free Download
Oracle::Trace is a Perl Module for parsing Oracle Trace files. Free Download
SOAP::Data::ComplexType is an abstract class for creating and handling complex SOAP::Data objects. Free Download