|
||||||||||
| 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
net.dpml.metro.tools.CatalogTask
public class CatalogTask
Create a set of html reports about component types.
| 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 | |
|---|---|
CatalogTask()
|
|
| Method Summary | |
|---|---|
void |
addFileset(FileSet set)
Add a fileset to the set of filesets definted within the catalog generation. |
void |
execute()
Task execution during which all component types declared in the current project or referenced by nested filesets will be used as the source defintions fro the generation of a Type catalog. |
void |
init()
Task initialization. |
void |
setDest(File destination)
Set the final destination directory for generated HTML content. |
void |
setStyle(String style)
Optional override of the XSL stylesheet used to transform type descriptors. |
void |
setTitle(String title)
Optional override of the index page title. |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, 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 CatalogTask()
| Method Detail |
|---|
public void setDest(File destination)
destination - the destination directorypublic void setStyle(String style)
style - the XSL transformation to usepublic void setTitle(String title)
title - the index page titlepublic void addFileset(FileSet set)
set - the fileset to addpublic void init()
init in class Taskpublic void execute()
execute in class Task
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||