Module servercodemanager :: Class ServerCodeManager
[hide private]
[frames] | no frames]

Class ServerCodeManager

source code


Instance Methods [hide private]
 
__init__(self)
Creates a new instance of ServerCodeManager, which is responsible for extracting MOC packages to temporary directories on server.
source code
 
extractAll(self)
Extracts all available distributions into the temporary working directory.
source code
 
_extractDistribution(self, distPath)
Extracts distribution contents to the temporary working directory.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Creates a new instance of ServerCodeManager, which is responsible for extracting MOC packages to temporary directories on server.

Overrides: object.__init__

_extractDistribution(self, distPath)

source code 

Extracts distribution contents to the temporary working directory.

Parameters:
  • distPath (string) - String points to the distribution base directory (relative to the application server working directory)