|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface groups all the methods common to all the externalizers.
Method Summary | |
java.lang.String |
externalize(TableRow row)
This method externalizes a given row of instances or groups to a String. |
void |
externalize(TableRow[] rows)
This method externalizes a given rows of instances or groups to one or several files, it depends of the number of different base_groups or groups. |
java.lang.String |
getFormat()
This method returns the output format acronym. |
java.lang.String |
getName()
This method returns the name of the externalizer. |
void |
invokeSetup()
This method shows, if available, the setup or options view to configure the externalizer. |
void |
invokeWizard(Repository repository)
This method invokes the externalizer wizard, if available, to guide the user in the externalization process. |
void |
setProperties(java.util.Properties properties)
This method sets the properties for the externalizer, instead of using invokeSetup method. |
Method Detail |
public void externalize(TableRow[] rows) throws WorkbenchException
rows
- com.ibm.dse.tools.workbench.base.TableRow[]public java.lang.String externalize(TableRow row) throws WorkbenchException
row
- com.ibm.dse.tools.workbench.base.TableRowpublic java.lang.String getFormat()
public java.lang.String getName()
public void invokeSetup()
public void invokeWizard(Repository repository)
repository
- com.ibm.dse.tools.workbench.base.Repositorypublic void setProperties(java.util.Properties properties)
properties
- java.util.Properties
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |