com.ibm.dse.tools.workbench.gui
Class ACFilesGenerator

java.lang.Object
  |
  +--com.ibm.dse.tools.workbench.gui.ACFilesGenerator

public class ACFilesGenerator
extends java.lang.Object

This class implements the WSBC AdvancedComponent Files generator. It's used to generate de AC files from an AC instance


Constructor Summary
ACFilesGenerator(java.io.File targetDirectory)
          AC Files Generator object constructor
 
Method Summary
 void generateACFiles(TableRow row)
          This method generate the AC Files of an AC instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACFilesGenerator

public ACFilesGenerator(java.io.File targetDirectory)
AC Files Generator object constructor
Parameters:
targetDirectory - java.io.File The root directoy where to copy the generated files
Method Detail

generateACFiles

public void generateACFiles(TableRow row)
                     throws WorkbenchException
This method generate the AC Files of an AC instance
Parameters:
row - com.ibm.dse.tools.workbench.base.TableRow The AC instance to be externalized
Throws:
WorkbenchException - An error occurs during externalization