Extension SDK 10.1.2

Package oracle.ide.runner

Contains classes that allow addins some level of control on the IDE runner system.

See:
          Description

Interface Summary
RunProcessListener The RunProcessListener interface allows code to be notification when a SimpleProcess has finished.
SmartDataProvider  
StarterFactory An interface that provides a factory for starting a process.
 

Class Summary
AbstractStarterFactory  
Debugger The Debugger class provides methods that interact with the debugger.
RunLogPage The RunLogPage class is the LogPage used for a running process.
RunnableItem  
Runner The Runner class provides methods that interact with the runner.
RunProcess An abstract class that represents a process that can be run in some way.
SimpleProcess The SimpleProcess class contains methods to start a process and redirect the process's output to the log window.
Starter A class that represents a way of starting a process.
StarterCookieList  
 

Package oracle.ide.runner Description

Contains classes that allow addins some level of control on the IDE runner system.

Related Documentation

See Extending JDeveloper Using the Addin API for additional details.


Extension SDK

 

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