Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


oracle.odi.setup.support
Class TechnologyNameUtils

java.lang.Object
  extended by oracle.odi.setup.support.TechnologyNameUtils


public abstract class TechnologyNameUtils
extends java.lang.Object

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

TechnologyNameUtils

public TechnologyNameUtils()

Method Detail

getTechIntName

public static java.lang.String getTechIntName(TechnologyName pTechnologyName)
Return the TechIntName associated to a TechnologyName. This is mainly to manage the PostgreSQL issue.
Returns:

getTechnoXmlFileName

public static java.lang.String getTechnoXmlFileName(TechnologyName pTechnologyName)
Get the xml file name for the given TechnologyName.
Parameters:
pTechnologyName - the technology name
Returns:
the xml file name

getTechnologyName

public static TechnologyName getTechnologyName(java.lang.String pTechIntName)
Obtains a TechnologyName from the technology internal name.
Parameters:
pTechIntName - the technology internal name
Returns:
the matching TechnologyName

getTechnoXmlFileName

public static java.lang.String getTechnoXmlFileName(java.lang.String pTechIntName)
Obtains the xml file name from the tehcnology internal name.
Parameters:
pTechIntName -
Returns:

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.