Logo SoCRocket

Transaction-Level Modeling Framework for Space Applications

Public Member Functions | Static Public Attributes | List of all members
core.waf.repository.repo Class Reference
Inheritance diagram for core.waf.repository.repo:
Collaboration diagram for core.waf.repository.repo:

Public Member Functions

def git_cmd
 
def add_repo
 
def init_repo
 
def mv_cmd
 
def del_repo
 
def show_repo
 
def show_help
 
def work
 
- Public Member Functions inherited from core.waf.subcommand.SubcommandContext
def __init__
 
def execute
 
def work
 

Static Public Attributes

string cmd = 'repo'
 
string fun = 'repo'
 
- Static Public Attributes inherited from core.waf.subcommand.SubcommandContext
 cmd = None
 

Additional Inherited Members

- Public Attributes inherited from core.waf.subcommand.SubcommandContext
 cachedir
 
 logger
 

Detailed Description

   The repo Context
   In here all work with the repositories is done.
   The database handlers are extern so the repository database is read in other contextes too.

Member Function Documentation

def core.waf.repository.repo.add_repo (   self,
  cmd,
  params 
)

References core.waf.repository.repo.add_repo(), and core.waf.repository.get_repo_vals().

Referenced by core.waf.repository.repo.add_repo(), core.waf.repository.repo.init_repo(), and core.waf.repository.repo.work().

Here is the call graph for this function:

def core.waf.repository.repo.del_repo (   self,
  cmd,
  params 
)
def core.waf.repository.repo.git_cmd (   self,
  cmd,
  params 
)
def core.waf.repository.repo.init_repo (   self,
  cmd,
  params 
)

References core.waf.repository.repo.add_repo(), and core.waf.repository.get_repo_vals().

Referenced by core.waf.repository.repo.work().

Here is the call graph for this function:

def core.waf.repository.repo.mv_cmd (   self,
  cmd,
  params 
)

References core.waf.repository.repo.git_cmd().

Referenced by core.waf.repository.repo.work().

Here is the call graph for this function:

def core.waf.repository.repo.show_help (   self,
  cmd,
  params 
)
def core.waf.repository.repo.show_repo (   self,
  cmd,
  params 
)

References core.waf.repository.get_repo_vals().

Referenced by core.waf.repository.repo.work().

Here is the call graph for this function:

def core.waf.repository.repo.work (   self)

Member Data Documentation

string core.waf.repository.repo.cmd = 'repo'
static
string core.waf.repository.repo.fun = 'repo'
static

The documentation for this class was generated from the following file: