CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
spec_diff.DiffBuilder Class Reference

Public Member Functions

def __init__
 
def build_diff
 
def add_node
 
def calc_new_mode
 
def get_info
 

Public Attributes

 infiles
 
 outfile
 
 depth
 
 root
 

Detailed Description

Definition at line 30 of file spec_diff.py.

Constructor & Destructor Documentation

def spec_diff.DiffBuilder.__init__ (   self,
  args 
)

Definition at line 31 of file spec_diff.py.

Member Function Documentation

def spec_diff.DiffBuilder.add_node (   self,
  path_parts,
  mode 
)

Definition at line 74 of file spec_diff.py.

Referenced by spec_diff.DiffBuilder.build_diff().

Here is the call graph for this function:

Here is the caller graph for this function:

def spec_diff.DiffBuilder.build_diff (   self)

Definition at line 37 of file spec_diff.py.

Here is the call graph for this function:

def spec_diff.DiffBuilder.calc_new_mode (   self,
  old,
  update 
)

Definition at line 84 of file spec_diff.py.

Referenced by spec_diff.DiffBuilder.add_node(), and spec_diff.DiffBuilder.build_diff().

Here is the caller graph for this function:

def spec_diff.DiffBuilder.get_info (   self,
  curLine 
)

Definition at line 99 of file spec_diff.py.

Referenced by spec_diff.DiffBuilder.build_diff().

Here is the caller graph for this function:

Member Data Documentation

spec_diff.DiffBuilder.depth

Definition at line 34 of file spec_diff.py.

Referenced by spec_diff.DiffBuilder.build_diff().

spec_diff.DiffBuilder.infiles

Definition at line 32 of file spec_diff.py.

Referenced by spec_diff.DiffBuilder.build_diff().

spec_diff.DiffBuilder.outfile

Definition at line 33 of file spec_diff.py.

Referenced by spec_diff.DiffBuilder.build_diff().

spec_diff.DiffBuilder.root

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