Bean Builder

com.adventnet.builder.source.sourceengine
Class AbstractSourceGeneratorPlugin

java.lang.Object
  |
  +--com.adventnet.builder.source.sourceengine.AbstractSourceGeneratorPlugin

public abstract class AbstractSourceGeneratorPlugin
extends java.lang.Object
implements SourceGeneratorPluginInterface


Field Summary
protected  SourceGenerationInfoInterface sgInfo
           
protected  JavaSourceWrapper sourceWrapper
           
protected  java.lang.String userCode_PREFIX
           
protected  java.lang.String userCode_SUFFIX
           
 
Constructor Summary
AbstractSourceGeneratorPlugin()
           
 
Method Summary
 void postAddCode()
           
 void preAddCode()
           
 void setSourceGeneratorInfo(SourceGenerationInfoInterface sgInfoArg)
           
 void setSourceWrapper(JavaSourceWrapper sourceWrapperArg)
           
 void showInternalSourceDebug(java.lang.Exception ex, java.lang.String methodName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sgInfo

protected SourceGenerationInfoInterface sgInfo

sourceWrapper

protected JavaSourceWrapper sourceWrapper

userCode_PREFIX

protected java.lang.String userCode_PREFIX

userCode_SUFFIX

protected java.lang.String userCode_SUFFIX
Constructor Detail

AbstractSourceGeneratorPlugin

public AbstractSourceGeneratorPlugin()
Method Detail

setSourceWrapper

public void setSourceWrapper(JavaSourceWrapper sourceWrapperArg)
Specified by:
setSourceWrapper in interface SourceGeneratorPluginInterface

setSourceGeneratorInfo

public void setSourceGeneratorInfo(SourceGenerationInfoInterface sgInfoArg)
Specified by:
setSourceGeneratorInfo in interface SourceGeneratorPluginInterface

preAddCode

public void preAddCode()
Specified by:
preAddCode in interface SourceGeneratorPluginInterface

postAddCode

public void postAddCode()
Specified by:
postAddCode in interface SourceGeneratorPluginInterface

showInternalSourceDebug

public void showInternalSourceDebug(java.lang.Exception ex,
                                    java.lang.String methodName)

Bean Builder

© 2001 - 2002 AdventNet Inc. Visit us at: http://www.adventnet.com