|
|||||||||||
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(File tdiInstallDir)
Constructor. |
Method Summary | |
---|---|
URL[] |
getComponentsJars()
Get the URLs of all component Jars. |
URL[] |
getCustomJars()
Get the URLs to all custom Jars |
URL[] |
getPatchesJars()
Get the URLs to all patched Jars |
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(File tdiInstallDir) throws IOException
tdiInstallDir
- File Object to TDI install directory.
IOException
- If some IO problems with files occur.Method Detail |
---|
public URL[] getThirdPartyJars()
public URL[] getComponentsJars()
public URL[] getPatchesJars()
public URL[] getCustomJars()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |