gensrc.configuration.environment.Environment Class Reference
Inheritance diagram for gensrc.configuration.environment.Environment:
Collaboration diagram for gensrc.configuration.environment.Environment:

Public Member Functions

def gensrcRootPath (self)
 public interface More...
 
def addinRootPath (self)
 
def addinConfigPath (self)
 
def coreConfigPath (self)
 
def appRootPath (self)
 
def typeList (self)
 
def configuration (self)
 
def init (self, configuration, typeList, ohDir)
 

Public Attributes

 gensrcRootPath_
 
 typeList_
 
 configuration_
 
 addinConfigPath_
 
 addinRootPath_
 
 coreConfigPath_
 
 appRootPath_
 

Detailed Description

Global configuration state for gensrc application.

Member Function Documentation

◆ addinConfigPath()

def gensrc.configuration.environment.Environment.addinConfigPath (   self)
Return the current working directory.

◆ addinRootPath()

def gensrc.configuration.environment.Environment.addinRootPath (   self)
Return the root path of the target source code tree.

◆ appRootPath()

def gensrc.configuration.environment.Environment.appRootPath (   self)
Return the root path of the application.

◆ configuration()

def gensrc.configuration.environment.Environment.configuration (   self)
Return the global configuration object.

◆ coreConfigPath()

def gensrc.configuration.environment.Environment.coreConfigPath (   self)
Return the gensrc subdirectory of the ObjectHandler application.

◆ gensrcRootPath()

def gensrc.configuration.environment.Environment.gensrcRootPath (   self)

public interface

Return the root path of the application.

◆ init()

def gensrc.configuration.environment.Environment.init (   self,
  configuration,
  typeList,
  ohDir 
)
Initialize the application environment.

◆ typeList()

def gensrc.configuration.environment.Environment.typeList (   self)
Return the global typelist object.

The documentation for this class was generated from the following file:
  • environment.py