grails.doc.ant
Class DocPublisherTask
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
grails.doc.ant.DocPublisherTask
- All Implemented Interfaces:
- groovy.lang.GroovyObject, Cloneable
public class DocPublisherTask
- extends org.apache.tools.ant.Task
- implements groovy.lang.GroovyObject
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 |
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 |
DocPublisherTask
public DocPublisherTask()
getPublisher
public DocPublisher getPublisher()
setPublisher
public void setPublisher(DocPublisher value)
setSrc
public void setSrc(File src)
setDest
public void setDest(File dest)
setEncoding
public void setEncoding(String encoding)
setStyleDir
public void setStyleDir(File styleDir)
setCssDir
public void setCssDir(File cssDir)
setImagesDir
public void setImagesDir(File imagesDir)
setWorkDir
public void setWorkDir(File workDir)
setProperties
public void setProperties(File propsFile)
setProperties
public void setProperties(Properties props)
execute
public void execute()
- Overrides:
execute
in class org.apache.tools.ant.Task
$getStaticMetaClass
protected groovy.lang.MetaClass $getStaticMetaClass()
getMetaClass
public groovy.lang.MetaClass getMetaClass()
- Specified by:
getMetaClass
in interface groovy.lang.GroovyObject
setMetaClass
public void setMetaClass(groovy.lang.MetaClass mc)
- Specified by:
setMetaClass
in interface groovy.lang.GroovyObject
invokeMethod
public Object invokeMethod(String method,
Object arguments)
- Specified by:
invokeMethod
in interface groovy.lang.GroovyObject
getProperty
public Object getProperty(String property)
- Specified by:
getProperty
in interface groovy.lang.GroovyObject
setProperty
public void setProperty(String property,
Object value)
- Specified by:
setProperty
in interface groovy.lang.GroovyObject
Copyright (c) 2005-2009 The Grails project