| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.externaltools.ExternalToolFactory
@ThreadSafe public final class ExternalToolFactory
A factory that can create new tools provided in the base external tools implementation.
 The creation methods on this class only create tools - you should add them
 to the registry using ExternalToolManager.addExternalTool(ExternalTool).
| Constructor Summary | |
|---|---|
ExternalToolFactory()
 | 
|
| Method Summary | |
|---|---|
 ExternalTool | 
createProgramTool()
Creates an external tool that can be used to invoke an external program.  | 
static ExternalToolFactory | 
getInstance()
Returns an instance of the factory.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ExternalToolFactory()
| Method Detail | 
|---|
@NotNull public static ExternalToolFactory getInstance()
@NotNull public ExternalTool createProgramTool()
ExternalToolManager.addExternalTool(ExternalTool).
java.lang.IllegalStateException - if support for program tools is not 
    installed.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.1.0) E17493-02  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||