|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.activemath.omdocjdom.ZoologyProducer
public class ZoologyProducer
This class produces a recorded-book presenting the items sorted and grouped by types and metadata-attributes. TODO: it wouldn't be terribly hard to make the extraction declarative where the source would be an XML file where titles and xpath expressions would be written. Date: 15 avr. 2005 Time: 20:39:55 To change this template use File | Settings | File Templates.
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
project |
| Constructor Summary | |
|---|---|
ZoologyProducer()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
static void |
main(String[] args)
for testing. |
void |
setBookId(String id)
|
void |
setCollection(String collectionName)
|
void |
setOutputFile(String file)
|
void |
setTitle(String title)
|
void |
setType(String type)
Currently only supports the type exercise-by-metadata. |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getProject, setProject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZoologyProducer()
| Method Detail |
|---|
public void setType(String type)
exercise-by-metadata.
public void setOutputFile(String file)
public void setCollection(String collectionName)
public void setBookId(String id)
public void setTitle(String title)
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException
public static void main(String[] args)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||