org.apache.hivemind.parse
Class ContributionDescriptor

java.lang.Object
  |
  +--org.apache.hivemind.impl.BaseLocatable
        |
        +--org.apache.hivemind.parse.ContributionDescriptor
All Implemented Interfaces:
Locatable, LocationHolder

public final class ContributionDescriptor
extends BaseLocatable

Descriptor for <contribution> element.

Author:
Howard Lewis Ship

Constructor Summary
ContributionDescriptor()
           
 
Method Summary
 void addElement(Element element)
           
 java.lang.String getConfigurationId()
          Returns the extension id, which may be a local id (simple name) or an extended id (including a module id prefix).
 java.util.List getElements()
           
 void setConfigurationId(java.lang.String string)
           
 java.lang.String toString()
           
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContributionDescriptor

public ContributionDescriptor()
Method Detail

getConfigurationId

public java.lang.String getConfigurationId()
Returns the extension id, which may be a local id (simple name) or an extended id (including a module id prefix).


setConfigurationId

public void setConfigurationId(java.lang.String string)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

addElement

public void addElement(Element element)

getElements

public java.util.List getElements()