org.pyant.tasks
Class PythonDocTask

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by org.pyant.tasks.PythonBaseTask
              extended by org.pyant.tasks.PythonInteractiveBaseTask
                  extended by org.pyant.tasks.PythonDocTask
All Implemented Interfaces:
Cloneable

public class PythonDocTask
extends PythonInteractiveBaseTask

Author:
Ron Smith

Field Summary
protected  boolean defaultExcludes
           
protected  File destdir
           
protected  ArrayList filesets
           
 
Fields inherited from class org.pyant.tasks.PythonInteractiveBaseTask
script
 
Fields inherited from class org.pyant.tasks.PythonBaseTask
failonerror, optimize, python, pythonpath
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
PythonDocTask()
           
 
Method Summary
 void addFileSet(org.apache.tools.ant.types.FileSet fs)
           
 void execute()
           
protected  String getModulesArg(org.apache.tools.ant.Project project)
           
 boolean isDefaultExcludes()
           
 void setDefaultExcludes(boolean defaultExcludes)
           
 void setDestdir(File destdir)
           
 
Methods inherited from class org.pyant.tasks.PythonInteractiveBaseTask
addCommandlineArgs, createStreamHandler
 
Methods inherited from class org.pyant.tasks.PythonBaseTask
createCommandline, createExecute, execExecuteTask, executeScript, failureOcurred, fixFilePath, getCommandline, getPython, prepCommandline, setFailonerror, setOptimize, setOptimizeArgument, setPython, setPythonpath, setPythonPathInExecute, setPythonpathref
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filesets

protected ArrayList filesets

defaultExcludes

protected boolean defaultExcludes

destdir

protected File destdir
Constructor Detail

PythonDocTask

public PythonDocTask()
Method Detail

execute

public void execute()
Overrides:
execute in class org.apache.tools.ant.Task

setDestdir

public void setDestdir(File destdir)

getModulesArg

protected String getModulesArg(org.apache.tools.ant.Project project)
Parameters:
project -

addFileSet

public void addFileSet(org.apache.tools.ant.types.FileSet fs)

isDefaultExcludes

public boolean isDefaultExcludes()
Returns:
Returns the defaultExcludes.

setDefaultExcludes

public void setDefaultExcludes(boolean defaultExcludes)
Parameters:
defaultExcludes - The defaultExcludes to set.


Copyright © 2010. All Rights Reserved.