encode.project.OptionsExtension Class Reference

Inheritance diagram for encode.project.OptionsExtension:

Inheritance graph
[legend]
Collaboration diagram for encode.project.OptionsExtension:

Collaboration graph
[legend]
List of all members.

Public Member Functions

def __init__
def get_controller_name
def build
def clean
def run

Detailed Description

Project options.

Definition at line 950 of file project.py.


Member Function Documentation

def encode.project.OptionsExtension.__init__ (   self  ) 

Reimplemented from encode.extension.Extension.

Definition at line 953 of file project.py.

def encode.project.OptionsExtension.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 in encode.options.GuessOptions.

Definition at line 962 of file project.py.

def encode.project.OptionsExtension.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 in encode.options.GuessOptions.

Definition at line 967 of file project.py.

def encode.project.OptionsExtension.get_controller_name (   self  ) 

Get the class name of the controller that should be used for managing the
   contents of this project.  None implies automatic
   controller selection.

Definition at line 956 of file project.py.

def encode.project.OptionsExtension.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 in encode.options.GuessOptions.

Definition at line 972 of file project.py.


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