org.apache.hivemind.parse
Class SubModuleDescriptor

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.hivemind.parse.SubModuleDescriptor
All Implemented Interfaces:
Locatable, LocationHolder

public final class SubModuleDescriptor
extends BaseLocatable

Descriptor for <sub-module> element.

Author:
Knut Wannheden

Constructor Summary
SubModuleDescriptor()
           
 
Method Summary
 Resource getDescriptor()
           
 void setDescriptor(Resource descriptor)
           
 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

SubModuleDescriptor

public SubModuleDescriptor()
Method Detail

getDescriptor

public Resource getDescriptor()

setDescriptor

public void setDescriptor(Resource descriptor)

toString

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