net.dpml.metro.tools
Class CategoriesDataType

java.lang.Object
  extended bynet.dpml.metro.tools.CategoriesDataType

public class CategoriesDataType
extends Object

Build datatype used to construct a categories descriptor.

Version:
1.0.0
Author:
Digital Product Meta Library

Nested Class Summary
 class CategoriesDataType.CategoryDataType
          Build datatype used to construct a categories descriptor.
 
Constructor Summary
CategoriesDataType()
           
 
Method Summary
 CategoriesDataType.CategoryDataType createCategory()
          CategoryDataType creation function invoked by the ant builder for all nested 'category' elements.
 CategoriesDirective getCategoriesDirective()
          Utility method used to construct a CategoriesDirective based on build time features assigned by ant.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoriesDataType

public CategoriesDataType()
Method Detail

createCategory

public CategoriesDataType.CategoryDataType createCategory()
CategoryDataType creation function invoked by the ant builder for all nested 'category' elements.

Returns:
a datatype used to construct a category descriptor

getCategoriesDirective

public CategoriesDirective getCategoriesDirective()
Utility method used to construct a CategoriesDirective based on build time features assigned by ant.

Returns:
the CategoriesDirective containing zero or more CategoryDirective instances