KIWIXMLRepositoryData Info


Public methods

Private methods


__isInitConsistent

Verify that the initialization hash is valid

Defined on line: 438

Called in

__isSupportedRepoType

Check if the specified repository type is supported

Defined on line: 419

Called in

getAlias

Return the alias setting for the repository

Defined on line: 116

Called in

getComponents

Return the components indicator for the repository

Defined on line: 127

Called in

getDistribution

Return the distribution name indicator for the repository

Defined on line: 138

Called in

getImageInclude

Return the image include indicator for the repository

Defined on line: 149

Called in

getPreferLicense

Return the license file indicator for the repository

Defined on line: 160

Called in

getPriority

Return the priority setting for the repository

Defined on line: 171

Called in

getStatus

Return the repository status

Defined on line: 182

Called in

getType

Return the type setting for the repository

Defined on line: 193

Called in

getXMLElement

Return an XML Element representing the object's data

Defined on line: 204

new

Create the KIWIXMLRepositoryData object Internal data structure this = { alias = '' components = '' distribution = '' imageinclude = '' path = '' password = '' preferlicense = '' priority = '' status = '' type = '' username = '' }

Defined on line: 35

Called in

setAlias{

Set the alias for this repository

Defined on line: 247

setComponents

Set the components for this repository

Defined on line: 267

setDistribution

Set the distribution name tag for this repository

Defined on line: 288

setImageInclude

Set the image include indicator, when called with no argument the indicator is turned off.

Defined on line: 309

setPreferLicense

Set the prefer license indicator, when called with no argument the indicator is turned off.

Defined on line: 327

setPriority

Set the priority for this repository

Defined on line: 345

setStatus

Set the statusfor this repository based on keywords (fixed, replaceable)

Defined on line: 365

setType

Set the type of the repository

Defined on line: 393