Package iceprod :: Package core :: Module dataclasses :: Class MetaProject
[hide private]
[frames] | no frames]

Class MetaProject

source code

Project --+
          |
         MetaProject

Class inherits from Project Represents an svn metaproject

Instance Methods [hide private]
 
__init__(self) source code
 
HasProject(self, pname) source code
 
AddProject(self, name, project) source code
 
GetProject(self, pname) source code
 
ClearProjects(self) source code
 
GetProjects(self) source code
 
GetProjectList(self) source code
 
RemoveProject(self, projectname) source code
 
AddProjectAttr(self, name, project) source code

Inherited from Project: AddDependency, ClearDependencies, GetCompiler, GetDateTime, GetDependencies, GetDependencyKeys, GetHost, GetId, GetName, GetOS, GetPath, GetRevision, GetType, GetVersion, GetVersionTxt, SetCompiler, SetDateTime, SetHost, SetId, SetName, SetOS, SetPath, SetRevision, SetType, SetVersion

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: Project.__init__