Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Classes | Public Member Functions | List of all members
Org.IdentityConnectors.Common.Script.Shell.ShellScriptExecutorFactory Class Reference

Process shell scripts. Valid arguments are below, the rest will be used as environment variables. The return is the exit code of the process. More...

Inherits Org.IdentityConnectors.Common.Script.ScriptExecutorFactory.

Public Member Functions

override ScriptExecutor NewScriptExecutor (Assembly[] refs, string script, bool compile)
 Creates a script executor give the Shell script. More...
 
- Public Member Functions inherited from Org.IdentityConnectors.Common.Script.ScriptExecutorFactory
abstract ScriptExecutor NewScriptExecutor (Assembly[] referencedAssemblies, String script, bool compile)
 Creates a script executor for the given script. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from Org.IdentityConnectors.Common.Script.ScriptExecutorFactory
static ScriptExecutorFactory NewInstance (String language)
 Creates a ScriptExecutorFactory for the given language More...
 
- Properties inherited from Org.IdentityConnectors.Common.Script.ScriptExecutorFactory
static ICollection< String > SupportedLanguages [get]
 Returns the set of supported languages. More...
 

Detailed Description

Process shell scripts. Valid arguments are below, the rest will be used as environment variables. The return is the exit code of the process.

Member Function Documentation

override ScriptExecutor Org.IdentityConnectors.Common.Script.Shell.ShellScriptExecutorFactory.NewScriptExecutor ( Assembly[]  refs,
string  script,
bool  compile 
)

Creates a script executor give the Shell script.


The documentation for this class was generated from the following file: