MetaBoss

com.metaboss.sdlctools.applications.anttasks.builder.tools
Class AdapterGeneratorInvocationDefinition

java.lang.Object
  extended bycom.metaboss.sdlctools.applications.anttasks.builder.ToolInvocationDefinition
      extended bycom.metaboss.sdlctools.applications.anttasks.builder.tools.AdapterGeneratorInvocationDefinition

public class AdapterGeneratorInvocationDefinition
extends ToolInvocationDefinition

This definition is responsible for invocation of the SystemCore generator


Constructor Summary
AdapterGeneratorInvocationDefinition(MetaBossBuilderTask pOwnerTask)
          Public constructor for the invocation
 
Method Summary
 boolean equals(java.lang.Object pOther)
          Overridden to compare details of the invocation
 java.lang.String getDataDictionaryRef()
          Getter for the DataDictionaryRef attribute
 BSAdapterGenerator getGenerator()
          Getter for the Generator
 java.lang.String getServicemoduleRef()
          Getter for the ServicemoduleRef attribute
 java.lang.String getToolInvocationName()
          Returns the name of this invocation
 java.lang.String getType()
          Getter for the Type attribute
 void invoke()
          This method will have to invoke the generator
 void setDataDictionaryRef(java.lang.String pDataDictionaryRef)
          Setter for the DataDictionaryRef attribute
 void setGenerator(BSAdapterGenerator pGenerator)
          Setter for the Generator
 void setServicemoduleRef(java.lang.String pServicemoduleRef)
          Setter for the ServicemoduleRef attribute
 void setType(java.lang.String pType)
          Setter for the Type attribute
 
Methods inherited from class com.metaboss.sdlctools.applications.anttasks.builder.ToolInvocationDefinition
canCombine, combine, getOwnerTask, isExecutingAllOccurrences, isFailOnError, setExecutingAllOccurrences, setFailOnError, setToolInvocationName
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdapterGeneratorInvocationDefinition

public AdapterGeneratorInvocationDefinition(MetaBossBuilderTask pOwnerTask)
Public constructor for the invocation

Method Detail

getToolInvocationName

public java.lang.String getToolInvocationName()
Description copied from class: ToolInvocationDefinition
Returns the name of this invocation

Overrides:
getToolInvocationName in class ToolInvocationDefinition

setServicemoduleRef

public void setServicemoduleRef(java.lang.String pServicemoduleRef)
Setter for the ServicemoduleRef attribute


setDataDictionaryRef

public void setDataDictionaryRef(java.lang.String pDataDictionaryRef)
Setter for the DataDictionaryRef attribute


getServicemoduleRef

public java.lang.String getServicemoduleRef()
Getter for the ServicemoduleRef attribute


getDataDictionaryRef

public java.lang.String getDataDictionaryRef()
Getter for the DataDictionaryRef attribute


setType

public void setType(java.lang.String pType)
Setter for the Type attribute


getType

public java.lang.String getType()
Getter for the Type attribute


setGenerator

public void setGenerator(BSAdapterGenerator pGenerator)
Setter for the Generator


getGenerator

public BSAdapterGenerator getGenerator()
Getter for the Generator


equals

public boolean equals(java.lang.Object pOther)
Overridden to compare details of the invocation


invoke

public void invoke()
            throws org.apache.tools.ant.BuildException
This method will have to invoke the generator

Specified by:
invoke in class ToolInvocationDefinition
Throws:
org.apache.tools.ant.BuildException

MetaBoss

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