|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.di.loader.TDIJarsLocator
public class TDIJarsLocator
This class is responsible for locating TDI Jars URLs. Jars are grouped in four categories:
1. Third Party Jars
2. Components Jars
3. Patch Jars
4. Custom Jars
| Constructor Summary | |
|---|---|
TDIJarsLocator(java.io.File tdiInstallDir)
Constructor. |
|
| Method Summary | |
|---|---|
java.net.URL[] |
getComponentsJars()
Get the URLs of all component Jars. |
java.net.URL[] |
getCustomJars()
Get the URLs to all custom Jars |
java.net.URL[] |
getPatchesJars()
Get the URLs to all patched Jars |
java.net.URL[] |
getThirdPartyJars()
Get the URLs to all third party Jars. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TDIJarsLocator(java.io.File tdiInstallDir)
throws java.io.IOException
tdiInstallDir - File Object to TDI install directory.
java.io.IOException - If some IO problems with files occur.| Method Detail |
|---|
public java.net.URL[] getThirdPartyJars()
public java.net.URL[] getComponentsJars()
public java.net.URL[] getPatchesJars()
public java.net.URL[] getCustomJars()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||