encode.options.GuessOptions Class Reference

Inheritance diagram for encode.options.GuessOptions:

Inheritance graph
[legend]
Collaboration diagram for encode.options.GuessOptions:

Collaboration graph
[legend]
List of all members.

Public Member Functions

def __init__
def build
def clean
def run

Public Attributes

 root

Static Public Attributes

 rules = None

Detailed Description

Definition at line 14 of file options.py.


Member Function Documentation

def encode.options.GuessOptions.__init__ (   self,
  path,
  match 
)

Reimplemented in encode.options.PythonOptions.

Definition at line 17 of file options.py.

def encode.options.GuessOptions.build (   self,
  batch,
  name = None 
)

Add jobs to BATCH for building target NAME of this project.  Build default
   target if NAME is not set.

Reimplemented from encode.project.OptionsExtension.

Definition at line 24 of file options.py.

def encode.options.GuessOptions.clean (   self,
  batch,
  name = None 
)

Add jobs to BATCH for cleaning up target NAME of this project.  Clean
   default target if NAME is not set.

Reimplemented from encode.project.OptionsExtension.

Definition at line 43 of file options.py.

def encode.options.GuessOptions.run (   self,
  batch,
  name = None 
)

Add job to BATCH for running target NAME of this project.  Run default
   target if NAME is not set.

Reimplemented from encode.project.OptionsExtension.

Definition at line 56 of file options.py.


Member Data Documentation

encode.options.GuessOptions.root

Definition at line 19 of file options.py.

encode.options.GuessOptions.rules = None [static]

Reimplemented in encode.options.PythonOptions.

Definition at line 15 of file options.py.


The documentation for this class was generated from the following file:
Generated on Thu Jan 18 09:47:56 2007 for Encode by  doxygen 1.4.7