KIWIXMLInfo Info


Public methods

Private methods


DESTROY

Missing

Defined on line: 1042

getXMLInfoTree

Return the tree object

Defined on line: 182

Called in

new

Create the info object.

Defined on line: 49

Called in

printXMLInfo

Print the XML information

Defined on line: 198

__checkRequests

Verify that the information requested is a supported request

Defined on line: 605

Called in

__cleanMountPnts

Clean up any mount points, i.e. unmount and remove the directory

Defined on line: 667

Called in

__getArchives

provide information about configured archives returns a list with KIWIXMLArchiveData objects

Defined on line: 469

Called in

__getImageTypes

provide information about the configured image types returns a list of KIWIXMLTypeData objects. default or primary built type is the first item in the list

Defined on line: 560

Called in

__getImageVersion

provide information about the image version returns a list with two items: name,version

Defined on line: 590

Called in

__getOverlayFiles

provide information about overlay files returns a hash with the file as key and the path as hash value

Defined on line: 434

Called in

__getPackages

provide information about packages, returns a list of package names

Defined on line: 321

Called in

__getPatterns

provide information about patterns used in the XML configuration, returns a list of pattern names

Defined on line: 354

Called in

__getProfiles

provide information about profiles, returns a list with KIWIXMLProfileData objects

Defined on line: 388

Called in

__getRepoPatterns

provide information about the patterns provided by the configured repositories. returns a list of pattern names

Defined on line: 405

Called in

__getRepoURI

provide information about the configured repos returns a list with KIWIXMLRepositories objects

Defined on line: 543

Called in

__getSizeEstimation

provide information about the overall size the later image will have. This is just an estimation because with the custom script and other hook-in mechanism it's not possible to forecast the end size exactly. returns a list with two elements: rootsizeKB,deletionsizeKB

Defined on line: 495

Called in

__getTree

Create the information XML tree

Defined on line: 695

Called in

__lookupPatterns

lookup patterns available in the repo metadata

Defined on line: 281

Called in

__setupRepoMounts

Setup mount points and mount any repositories that need to be mounted locally

Defined on line: 941

Called in

__solve

use the satsolver to solve the list of packages/patterns in order to allow size estimations and a complete information about the packages which will be installed later

Defined on line: 238

Called in

__xmlSetup

Configure the XML object to suitably collect all requested information

Defined on line: 986

Called in