Class MigratorOptions


  • public final class MigratorOptions
    extends Object
    Singleton class to define options for migration.
    Version:
    $Rev: 18709 $
    Author:
    herrmi, $Author: hummelb $
    • Method Detail

      • getInstance

        public static MigratorOptions getInstance()
        Get the singleton instance.
      • getOracle

        public IOracle getOracle()
        Returns the oracle.
      • setOracle

        public void setOracle​(IOracle oracle)
        Sets oracle.
      • getDebugger

        public IDebugger getDebugger()
        Returns debugger.
      • setDebugger

        public void setDebugger​(IDebugger debugger)
        Sets debugger.