spacewalk :: server :: importlib :: importLib :: KickstartableTree :: Class KickstartableTree
[hide private]
[frames] | no frames]

Class KickstartableTree


The most base type

Instance Methods [hide private]

Inherited from Information: __init__

Inherited from BaseInformation: toDict

Inherited from Item: __repr__, populate

Inherited from UserDict.UserDict: __cmp__, __contains__, __delitem__, __getitem__, __len__, __setitem__, clear, copy, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

Class Methods [hide private]

Inherited from UserDict.UserDict: fromkeys

Class Variables [hide private]
  attributeTypes = {'base_path': <type 'str'>, 'boot_image': <ty...

Inherited from UserDict.UserDict: __hash__

Class Variable Details [hide private]

attributeTypes

Value:
{'base_path': <type 'str'>,
 'boot_image': <type 'str'>,
 'channel': <type 'str'>,
 'files': [<class spacewalk.server.importlib.importLib.KickstartFile a\
t 0x7f4fd3cf1188>],
 'install_type_name': <type 'str'>,
 'kstree_type_label': <type 'str'>,
 'label': <type 'str'>,
...