org.apache.tools.ant.taskdefs.optional
Class StyleBook
java.lang.Object
|
+--org.apache.tools.ant.Task
|
+--org.apache.tools.ant.taskdefs.Java
|
+--org.apache.tools.ant.taskdefs.optional.StyleBook
- public class StyleBook
- extends Java
Basic task for apache stylebook.
- Author:
- Peter Donald
Methods inherited from class org.apache.tools.ant.taskdefs.Java |
addSysproperty, clearArgs, createArg, createClasspath, createJvmarg, executeJava, run, setArgs, setClassname, setClasspath, setClasspathRef, setDir, setFailonerror, setFork, setJvm, setJvmargs, setMaxmemory, setOutput |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getProject, getRuntimeConfigurableWrapper, getTaskName, init, log, log, maybeConfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_targetDirectory
protected java.io.File m_targetDirectory
m_skinDirectory
protected java.io.File m_skinDirectory
m_book
protected java.io.File m_book
StyleBook
public StyleBook()
setBook
public void setBook(java.io.File book)
setSkinDirectory
public void setSkinDirectory(java.io.File skinDirectory)
setTargetDirectory
public void setTargetDirectory(java.io.File targetDirectory)
execute
public void execute()
throws BuildException
- Description copied from class:
Java
- Do the execution.
- Overrides:
execute
in class Java
- Following copied from class:
org.apache.tools.ant.Task
- Throws:
BuildException
- if someting goes wrong with the build
Copyright ? 2000 Apache Software Foundation. All Rights Reserved.