|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.odi.setup.support.TechnologyNameUtils
public abstract class TechnologyNameUtils
Internal helper class to convert between technology internal name (tehcIntName) to @link{TechnologyName} and vice versa. It also provides method to obtain the TECH_XXX.xml XML file name matching the technology in the script directory.
Constructor Summary | |
---|---|
TechnologyNameUtils() |
Method Summary | |
---|---|
static java.lang.String |
getTechIntName(TechnologyName pTechnologyName) Return the TechIntName associated to a TechnologyName. |
static TechnologyName |
getTechnologyName(java.lang.String pTechIntName) Obtains a TechnologyName from the technology internal name. |
static java.lang.String |
getTechnoXmlFileName(java.lang.String pTechIntName) Obtains the xml file name from the tehcnology internal name. |
static java.lang.String |
getTechnoXmlFileName(TechnologyName pTechnologyName) Get the xml file name for the given TechnologyName. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TechnologyNameUtils()
Method Detail |
---|
public static java.lang.String getTechIntName(TechnologyName pTechnologyName)
public static java.lang.String getTechnoXmlFileName(TechnologyName pTechnologyName)
pTechnologyName
- the technology namepublic static TechnologyName getTechnologyName(java.lang.String pTechIntName)
pTechIntName
- the technology internal namepublic static java.lang.String getTechnoXmlFileName(java.lang.String pTechIntName)
pTechIntName
-
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |