IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.tools.migration.selfdefine
Class SelfDefines

java.lang.Object
  extended bycom.ibm.btt.tools.migration.selfdefine.SelfDefines

public class SelfDefines
extends java.lang.Object

SelfDefines This class is to gather all of the self-define files


Field Summary
(package private)  TagInputStream contextstream
           
(package private)  TagInputStream dataelementstream
           
(package private)  TagInputStream formatstream
           
(package private)  TagInputStream servicestream
           
(package private)  TagInputStream typedatastream
           
 
Constructor Summary
SelfDefines()
           
 
Method Summary
 void doMigrate()
           
 void doMigrate(SelfDefFileMigration msf)
           
 java.util.Hashtable getSelfdefinelist()
          Gather the name list of the self define operations or processes
 java.lang.String getTargetLoc()
          Get the target path which will place the migrated defintion files
static void main(java.lang.String[] args)
           
 void refreshList()
           
 void setSelfdefinelist(java.util.Hashtable hashtable)
           
 void setTargetLoc(java.lang.String string)
          Set the target path which will place the migrated defintion files
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contextstream

TagInputStream contextstream

dataelementstream

TagInputStream dataelementstream

typedatastream

TagInputStream typedatastream

formatstream

TagInputStream formatstream

servicestream

TagInputStream servicestream
Constructor Detail

SelfDefines

public SelfDefines()
Method Detail

main

public static void main(java.lang.String[] args)

doMigrate

public void doMigrate()

doMigrate

public void doMigrate(SelfDefFileMigration msf)

refreshList

public void refreshList()

getSelfdefinelist

public java.util.Hashtable getSelfdefinelist()
                                      throws java.io.IOException,
                                             DSEObjectNotFoundException,
                                             java.lang.Exception
Gather the name list of the self define operations or processes

Returns:
Vector - the name list
Throws:
java.io.IOException
DSEObjectNotFoundException
java.lang.Exception

setSelfdefinelist

public void setSelfdefinelist(java.util.Hashtable hashtable)
Parameters:
hashtable -

getTargetLoc

public java.lang.String getTargetLoc()
Get the target path which will place the migrated defintion files

Returns:
String

setTargetLoc

public void setTargetLoc(java.lang.String string)
Set the target path which will place the migrated defintion files

Parameters:
string -

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005