JimConfigManagerCommand (version 0.1, April 22 2003)
index
/home/parag/workspace/samgrid/V7/JIMSUITE/jim_config/src/python/JimConfigManager/JimConfigManagerCommand.py

This python script is command line xmldb client

 
Modules
       
os
sys

 
Classes
       
JimConfigManagerCommand

 
class JimConfigManagerCommand
    This class provides API for command-line JimConfigManager
 
  Methods defined here:
CheckOptions(self, elements)
If the options are valid
InvokeApi(self, command)
If the options are valid
PrintApiVersion(self)
Print the API Version and API Name
PrintDefault(self)
Default print script
PrintHelp(self, element=None)
Print Help for commands
__init__(self)
This class initialize variables
setMode(self, mode)
See if mode is provided by user

Data and other attributes defined here:
JCMCommandException = <class JimConfigManagerCommand.JCMCommandException>

 
Data
        __author__ = 'Parag Mhashilkar <parag@fnal.gov>'
__date__ = 'April 22 2003'
__version__ = '0.1'

 
Author
        Parag Mhashilkar <parag@fnal.gov>