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:

Author:
Howard Lewis Ship
See Also:
Serialized Form

Constructor Summary
ConstructRegistry()
           
 
Method Summary
 Path createDescriptors()
           
 void execute()
           
 java.io.File getOutput()
           
 void setOutput(java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstructRegistry

public ConstructRegistry()
Method Detail

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)