Skip navigation links

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

E17060-03


oracle.odi.generation
Class OdiVariableTextGeneratorFactory

java.lang.Object
  extended by oracle.odi.generation.OdiVariableTextGeneratorFactory

Direct Known Subclasses:
OdiVariableTextGeneratorDwgImplFactory

public abstract class OdiVariableTextGeneratorFactory
extends java.lang.Object

Factory that has to be used to obtain an instance of the IOdiVariableTextGenerator interface.

Designed as an abstract factory, so that multiple implementation of the IOdiVariableTextGenerator could be supported. The concrete factory has to be configured at the ODI platform level.

Since:
11.1.1.5.0

Constructor Summary
OdiVariableTextGeneratorFactory()
           

 

Method Summary
static OdiVariableTextGeneratorFactory getFactory()
          Obtains a new variable text generator factory
abstract  IOdiVariableTextGenerator getVariableTextGenerator(OdiInstance pOdiInstance)
          Obtains an instance of IOdiVariableTextGenerator from this factory.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

OdiVariableTextGeneratorFactory

public OdiVariableTextGeneratorFactory()

Method Detail

getFactory

public static OdiVariableTextGeneratorFactory getFactory()
Obtains a new variable text generator factory

getVariableTextGenerator

public abstract IOdiVariableTextGenerator getVariableTextGenerator(OdiInstance pOdiInstance)
Obtains an instance of IOdiVariableTextGenerator from this factory. The obtained instance will provide variable Text generation services against the given OdiInstance.
Parameters:
pOdiInstance - OdiInstance to be used.

Skip navigation links

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

E17060-03


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