Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


oracle.ide
Class IdeRunner

java.lang.Object
  extended by oracle.ide.IdeRunner


public abstract class IdeRunner
extends java.lang.Object

The interface for the implementation of a command to be executed in a running IDE. Typically, an IdeRunner is paired with an IdeStarter. The starter starts the IDE; the runner executes the command once the IDE is initialized (two classes are required because of differences in class loader context).

The actual IdeRunner and IdeStarter implementation classes to use are typically specified in the .conf file; the IDE launcher chooses the .conf file based on the first argument of the command line.


Constructor Summary
IdeRunner()
           

 

Method Summary
abstract  void runCommand(IdeStarter starter)
          Runs an IDE command after the IDE is initialized.

 

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

 

Constructor Detail

IdeRunner

public IdeRunner()

Method Detail

runCommand

public abstract void runCommand(IdeStarter starter)
Runs an IDE command after the IDE is initialized.
Parameters:
starter - The IDE starter which started the IDE.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.