Bean Builder

com.adventnet.components.nonui
Interface NonUIPluginInterface


public interface NonUIPluginInterface
extends BasePluginInterface


Method Summary
 java.lang.String getJavaFile()
          Returns the path where the output java file has to be saved.
 java.lang.String[] getKeys()
          Returns the parameters to be replaced in the java template file.
 java.lang.String getOptionalCode()
          Returns the extra code written, by the end user, through the wizard.
 java.lang.String getTemplateFile()
          Returns the path where the java template file exists.
 java.lang.String[] getValues()
          Returns the corresponding values to be substituted for the replaceable parameters.
 void performOperation()
          This method can be used to perform some initial operations before writing the output java file.
 
Methods inherited from interface com.adventnet.components.autoui.BasePluginInterface
disableNextButton, getPanel, getPanelDescr, getPanelNames, setWizardAPI, validate
 

Method Detail

getKeys

public java.lang.String[] getKeys()
Returns the parameters to be replaced in the java template file.
Returns:
a String[] value

getValues

public java.lang.String[] getValues()
Returns the corresponding values to be substituted for the replaceable parameters.
Returns:
a String[] value

getJavaFile

public java.lang.String getJavaFile()
Returns the path where the output java file has to be saved.
Returns:
a String value

getTemplateFile

public java.lang.String getTemplateFile()
Returns the path where the java template file exists.
Returns:
a String value

getOptionalCode

public java.lang.String getOptionalCode()
Returns the extra code written, by the end user, through the wizard.
Returns:
a String value

performOperation

public void performOperation()
This method can be used to perform some initial operations before writing the output java file.

Bean Builder

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