net.dpml.metro.tools
Class ContextDataType

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

public class ContextDataType
extends Object

A context directive class.

Version:
1.1.0
Author:
Digital Product Meta Library

Constructor Summary
ContextDataType()
           
 
Method Summary
 ComponentBuilderTask createComponent()
          Create a name component builder.
 EntryDataType createEntry()
          Create a new constructed part builder.
 void setClass(String classname)
          Declare a custom context implementation classname.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextDataType

public ContextDataType()
Method Detail

setClass

public void setClass(String classname)
Declare a custom context implementation classname.

Parameters:
classname - the classname of an optional context implementation class

createEntry

public EntryDataType createEntry()
Create a new constructed part builder.

Returns:
a part builder

createComponent

public ComponentBuilderTask createComponent()
Create a name component builder.

Returns:
a new component builder