MetaBoss

com.metaboss.sdlctools.applications.anttasks.builder
Class ModuleElementDefinition

java.lang.Object
  extended bycom.metaboss.sdlctools.applications.anttasks.builder.MetaBossBuilderTaskElement
      extended bycom.metaboss.sdlctools.applications.anttasks.builder.ModuleElementDefinition
Direct Known Subclasses:
BusinessServiceDomainSupportImplementationDefinition, BusinessServiceGeneratedImplementationDefinition, IncludeAdapterDefinition, IncludeBusinessServiceHandcodedImplementationDefinition, IncludeBusinessServiceProxyDefinition, IncludeDataDictionaryDefinition, IncludeDomainImplementationDefinition, IncludeStorageImplementationDefinition

public abstract class ModuleElementDefinition
extends MetaBossBuilderTaskElement

This abstract class represents the definition of the single element of the module. It is basically a definition of some submodule inside the module


Constructor Summary
ModuleElementDefinition(ModuleDefinition pOwnerModule, com.metaboss.sdlctools.applications.anttasks.builder.MetaBossBuilderTaskElement.ElementMetadata pElementMetadata)
          The only available constructor
 
Method Summary
 org.apache.tools.ant.types.Path getCompileClasspath()
          The getter for the compile classpath.
 ModuleDefinition getOwnerModule()
          Returns the owner of this element
 
Methods inherited from class com.metaboss.sdlctools.applications.anttasks.builder.MetaBossBuilderTaskElement
createCompileClasspath, createIncludeModelElement, getElementMetadata, getIncludedModelElements, getOwnerTask, getRootModelElement, setAdditionalRootModelElements, setCompileClasspath, setDefaultRootModelElement, setRef
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleElementDefinition

public ModuleElementDefinition(ModuleDefinition pOwnerModule,
                               com.metaboss.sdlctools.applications.anttasks.builder.MetaBossBuilderTaskElement.ElementMetadata pElementMetadata)
The only available constructor

Method Detail

getOwnerModule

public final ModuleDefinition getOwnerModule()
Returns the owner of this element


getCompileClasspath

public org.apache.tools.ant.types.Path getCompileClasspath()
The getter for the compile classpath. Combines own classpath with owner module classpath to give a combined classpath

Overrides:
getCompileClasspath in class MetaBossBuilderTaskElement

MetaBoss

Copyright © 2000-2005 Softaris Pty.Ltd. All Rights Reserved.