MetaBoss

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

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

public class ServiceImplementationGeneratorInvocationDefinition
extends ToolInvocationDefinition

This definition is responsible for invocation of the SystemCore generator


Constructor Summary
ServiceImplementationGeneratorInvocationDefinition(MetaBossBuilderTask pOwnerTask)
          Public constructor for the invocation
 
Method Summary
 boolean equals(java.lang.Object pOther)
          Overridden to compare details of the invocation
 BSServiceImplementationGenerator getGenerator()
          Getter for the Generator
 java.lang.String getServiceRef()
          Getter for the ServiceRef 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 setGenerator(BSServiceImplementationGenerator pGenerator)
          Setter for the Generator
 void setServiceRef(java.lang.String pServiceRef)
          Setter for the ServiceRef 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

ServiceImplementationGeneratorInvocationDefinition

public ServiceImplementationGeneratorInvocationDefinition(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

setServiceRef

public void setServiceRef(java.lang.String pServiceRef)
Setter for the ServiceRef attribute


getServiceRef

public java.lang.String getServiceRef()
Getter for the ServiceRef 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(BSServiceImplementationGenerator pGenerator)
Setter for the Generator


getGenerator

public BSServiceImplementationGenerator 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.