Add child XML elements to the given parent based on the given behavior and usage.
Defined on line: 318
Called in
Return the data from the internal data structure based on behavior, usage, and content
Defined on line: 364
Called in
Return the data from the internal data structure based on behavior, usage, and content that is architecture agnostic
Defined on line: 397
Called in
Return the data from the internal data structure based on behavior, usage, and content that is architecture specific
Defined on line: 436
Called in
Verify that the architecture used is supported
Defined on line: 485
Called in
Verify that the initialization hash given to the constructor meets all consistency and data criteria.
Defined on line: 518
Called in
Set the data from the internal data structure based on behavior, usage, and content
Defined on line: 579
Called in
Return an array ref to an array containing a list of exceptions to the persistent file for the given architecture or the architecture independent files if no architecture is specified.
Defined on line: 110
Called in
Return an array ref to an array containing a list of persistent files for the given architecture or the architecture independent files if no architecture is specified.
Defined on line: 130
Called in
Return an array ref to an array containing a list of exceptions to the persistent file for the given architecture or the architecture independent files if no architecture is specified.
Defined on line: 150
Called in
Return an array ref to an array containing a list of persistent files for the given architecture or the architecture independent files if no architecture is specified.
Defined on line: 170
Called in
Return an XML Element representing the object's data
Create the KIWIXMLSplitData object Internal data structure this = { persistent = { except = { all = (), arch[+] = () } files = { all = (), arch[+] = () } } temporary = { except = { all = (), arch[+] = () } files = { all = (), arch[+] = () } } }
Defined on line: 45
Called in
Set the exception array for the persistent data for the given architecture or the architecture independent files if no architecture is specified. Any existing data will be overwritten or erased if no new data is defined.
Set the file array for the persistent data for the given architecture or the architecture independent files if no architecture is specified. Any existing data will be overwritten or erased if no new data is defined.
Set the exception array for the temporary data for the given architecture or the architecture independent files if no architecture is specified. Any existing data will be overwritten or erased if no new data is defined.
Set the file array for the temporary data for the given architecture or the architecture independent files if no architecture is specified. Any existing data will be overwritten or erased if no new data is defined.
Defined on line: 291