org.apache.hivemind.ant
Class ConstructRegistry
java.lang.Object
|
+--Task
|
+--org.apache.hivemind.ant.ConstructRegistry
- public class ConstructRegistry
- extends Task
Reads some number of hivemodule deployment descriptors (specified as a fileset)
and builds a composite registry by simply concatinating them all. The resulting
file is suitable for passing through an XSLT processor to create documentation.
The resulting XML file does not conform to the hivemind module deployment
descriptor schema. The following changes occur:
- The outermost element is <registry> (which contains a list of <module>)
- A unique id (unique within the file) is assigned to each <module>,
<configuration-point>,
<service-point>, <contribution>, &tl;schema> and <implementation> (this is
to make it easier to generate links and anchors)
- Unqualified ids are converted to qualified ids (whereever possible).
- Author:
- Howard Lewis Ship
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstructRegistry
public ConstructRegistry()
execute
public void execute()
throws BuildException
BuildException
createDescriptors
public Path createDescriptors()
getOutput
public java.io.File getOutput()
setOutput
public void setOutput(java.io.File file)