|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.tools.migration.DefinitionImportKit
DefinitionImportKit The entry of the definition import module. It provides the interfaces to perform the necessary tasks.
Constructor Summary | |
---|---|
DefinitionImportKit()
|
Method Summary | |
---|---|
static java.lang.String[] |
getDseIniListInEAR()
Retrieve the list of the dse.ini file in the EAR file. |
static java.lang.String[] |
getDseIniListInEAR(java.lang.String earFile)
Retrieve the list of the dse.ini file in the EAR file. |
static ImportFromURL |
getImportFromURLInstance()
Get the instance of ImportFromURL. |
static java.lang.String |
getTargetLoc()
Get the target path that will store the imported definition files. |
static void |
importFromEAR(java.lang.String dseIniFile)
Import the definition file with the specified dse.ini file from EAR. |
static void |
importFromEAR(java.lang.String dseIniFile,
java.lang.String earFile)
Import the definition file with the specified dse.ini file from EAR. |
static void |
importFromURL(java.lang.String dseIniFile)
Import the definition file with the specified dse.ini file from the disk or URL |
static void |
main(java.lang.String[] args)
|
static void |
setImportEAR(java.lang.String earFile)
Set the ear file which will be extracted the definition file |
static void |
setTargetLoc(java.lang.String path)
Set the target path to put the imported files |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefinitionImportKit()
Method Detail |
public static void main(java.lang.String[] args)
public static void setTargetLoc(java.lang.String path)
path
- public static void setImportEAR(java.lang.String earFile)
earFile
- public static ImportFromURL getImportFromURLInstance()
public static java.lang.String[] getDseIniListInEAR() throws java.lang.Exception
java.lang.Exception
public static java.lang.String[] getDseIniListInEAR(java.lang.String earFile) throws java.lang.Exception
earFile
- the EAR file that contains the dse.ini file
java.lang.Exception
public static void importFromEAR(java.lang.String dseIniFile) throws java.lang.Exception
dseIniFile
-
java.lang.Exception
public static void importFromURL(java.lang.String dseIniFile) throws java.lang.Exception
dseIniFile
-
java.lang.Exception
public static void importFromEAR(java.lang.String dseIniFile, java.lang.String earFile) throws java.lang.Exception
dseIniFile
- earFile
-
java.lang.Exception
public static java.lang.String getTargetLoc()
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |