Table of Contents - childprocess-4.1.0 Documentation
Classes and Modules
- ChildProcess
- ChildProcess::AbstractIO
- ChildProcess::AbstractProcess
- ChildProcess::Error
- ChildProcess::InvalidEnvironmentVariable
- ChildProcess::JRuby
- ChildProcess::JRuby::IO
- ChildProcess::JRuby::Process
- ChildProcess::JRuby::Process::stdin
- ChildProcess::JRuby::Pump
- ChildProcess::LaunchError
- ChildProcess::MissingFFIError
- ChildProcess::MissingPlatformError
- ChildProcess::SubclassResponsibility
- ChildProcess::TimeoutError
- ChildProcess::Tools
- ChildProcess::Tools::Generator
- ChildProcess::Unix
- ChildProcess::Unix::ForkExecProcess
- ChildProcess::Unix::IO
- ChildProcess::Unix::Lib
- ChildProcess::Unix::Lib::Attrs
- ChildProcess::Unix::Lib::FileActions
- ChildProcess::Unix::Platform
- ChildProcess::Unix::PosixSpawnProcess
- ChildProcess::Unix::PosixSpawnProcess::Argv
- ChildProcess::Unix::PosixSpawnProcess::Envp
- ChildProcess::Unix::Process
- ChildProcess::Windows
- ChildProcess::Windows::Handle
- ChildProcess::Windows::IO
- ChildProcess::Windows::IoCounters
- ChildProcess::Windows::JobObjectBasicLimitInformation
- ChildProcess::Windows::JobObjectExtendedLimitInformation
- ChildProcess::Windows::Lib
- ChildProcess::Windows::Process
- ChildProcess::Windows::Process::Job
- ChildProcess::Windows::ProcessBuilder
- ChildProcess::Windows::ProcessInfo
- ChildProcess::Windows::SecurityAttributes
- ChildProcess::Windows::StartupInfo
- FFI
- FFI::MemoryPointer
- Java
- Java::JavaIo
- Java::JavaIo::FileDescriptor
- Java::SunNioCh
- Java::SunNioCh::FileChannelImpl
Methods
- ::alive? — ChildProcess::Windows::Lib
- ::arch — ChildProcess
- ::build — ChildProcess
- ::check — ChildProcess::Unix::Lib
- ::check_error — ChildProcess::Windows::Lib
- ::close_on_exec — ChildProcess
- ::dont_inherit — ChildProcess::Windows::Lib
- ::duplicate_handle — ChildProcess::Windows::Lib
- ::each_child_of — ChildProcess::Windows::Lib
- ::environ — ChildProcess::Unix::Lib
- ::from_string — FFI::MemoryPointer
- ::generate — ChildProcess::Tools::Generator
- ::get_handle_inheritance — ChildProcess::Windows::Lib
- ::handle_for — ChildProcess::Windows::Lib
- ::io_for — ChildProcess::Windows::Lib
- ::is_64_bit? — ChildProcess
- ::jruby? — ChildProcess
- ::kill — ChildProcess::Windows::Lib
- ::last_error_message — ChildProcess::Windows::Lib
- ::linux? — ChildProcess
- ::logger — ChildProcess
- ::msvcrt_name — ChildProcess::Windows::Lib
- ::new — ChildProcess::AbstractProcess
- ::new — ChildProcess::MissingFFIError
- ::new — ChildProcess::MissingPlatformError
- ::new — ChildProcess::JRuby::Process
- ::new — ChildProcess::JRuby::Pump
- ::new — ChildProcess::Tools::Generator
- ::new — ChildProcess::Unix::Lib::FileActions
- ::new — ChildProcess::Unix::Lib::Attrs
- ::new — ChildProcess::Unix::PosixSpawnProcess::Argv
- ::new — ChildProcess::Unix::PosixSpawnProcess::Envp
- ::new — ChildProcess::Windows::Handle
- ::new — ChildProcess::Windows::Process::Job
- ::new — ChildProcess::Windows::ProcessBuilder
- ::new — ChildProcess::Windows::SecurityAttributes
- ::new — ChildProcess
- ::no_hang? — ChildProcess::Windows::Lib
- ::open — ChildProcess::Windows::Handle
- ::os — ChildProcess
- ::platform — ChildProcess
- ::platform_name — ChildProcess
- ::posix_fileno_for — ChildProcess::JRuby
- ::posix_spawn= — ChildProcess
- ::posix_spawn? — ChildProcess
- ::set_handle_inheritance — ChildProcess::Windows::Lib
- ::unix? — ChildProcess
- ::wait_for_pid — ChildProcess::Windows::Lib
- ::waitpid — ChildProcess::Windows::Lib
- ::waitpid2 — ChildProcess::Windows::Lib
- ::warn_once — ChildProcess
- ::windows? — ChildProcess
- ::windows_handle_for — ChildProcess::JRuby
- ::workaround_older_macosx_misreported_cpu? — ChildProcess
- #<< — ChildProcess::Windows::Process::Job
- #_pid — ChildProcess::Unix::Process
- #_stdin= — ChildProcess::AbstractIO
- #add_close — ChildProcess::Unix::Lib::FileActions
- #add_dup — ChildProcess::Unix::Lib::FileActions
- #add_open — ChildProcess::Unix::Lib::FileActions
- #alive? — ChildProcess::AbstractProcess
- #assert_started — ChildProcess::AbstractProcess
- #check_type — ChildProcess::AbstractIO
- #check_type — ChildProcess::JRuby::IO
- #check_type — ChildProcess::Unix::IO
- #check_type — ChildProcess::Windows::IO
- #close — ChildProcess::Windows::Handle
- #close — ChildProcess::Windows::Process::Job
- #close_handle — ChildProcess::Windows::Process
- #close_handles — ChildProcess::Windows::ProcessBuilder
- #close_job_if_necessary — ChildProcess::Windows::Process
- #crashed? — ChildProcess::AbstractProcess
- #create_command_pointer — ChildProcess::Windows::ProcessBuilder
- #create_cwd_pointer — ChildProcess::Windows::ProcessBuilder
- #create_environment_pointer — ChildProcess::Windows::ProcessBuilder
- #create_process — ChildProcess::Windows::ProcessBuilder
- #create_stdin — ChildProcess::JRuby::Process
- #detach? — ChildProcess::AbstractProcess
- #duplex? — ChildProcess::AbstractProcess
- #execute — ChildProcess::Tools::Generator
- #exit_code — ChildProcess::Windows::Handle
- #exited? — ChildProcess::AbstractProcess
- #exited? — ChildProcess::JRuby::Process
- #exited? — ChildProcess::Unix::Process
- #exited? — ChildProcess::Windows::Process
- #fetch_constant — ChildProcess::Tools::Generator
- #fetch_size — ChildProcess::Tools::Generator
- #fileno_for — ChildProcess::Unix::PosixSpawnProcess
- #flags — ChildProcess::Unix::Lib::Attrs
- #flags= — ChildProcess::Unix::Lib::Attrs
- #free — ChildProcess::Unix::Lib::FileActions
- #free — ChildProcess::Unix::Lib::Attrs
- #generate — ChildProcess::Tools::Generator
- #has_fileno? — ChildProcess::Windows::IO
- #has_to_io? — ChildProcess::Windows::IO
- #inherit! — ChildProcess::AbstractIO
- #io — ChildProcess::AbstractProcess
- #io — ChildProcess::JRuby::Process
- #io — ChildProcess::Unix::Process
- #io — ChildProcess::Windows::Process
- #launch_process — ChildProcess::AbstractProcess
- #launch_process — ChildProcess::JRuby::Process
- #launch_process — ChildProcess::Unix::ForkExecProcess
- #launch_process — ChildProcess::Unix::PosixSpawnProcess
- #launch_process — ChildProcess::Windows::Process
- #leader? — ChildProcess::AbstractProcess
- #log — ChildProcess::AbstractProcess
- #pgroup= — ChildProcess::Unix::Lib::Attrs
- #pid — ChildProcess::AbstractProcess
- #pid — ChildProcess::JRuby::Process
- #poll_for_exit — ChildProcess::AbstractProcess
- #process_info — ChildProcess::Windows::ProcessBuilder
- #pump — ChildProcess::JRuby::Pump
- #quote_if_necessary — ChildProcess::Windows::ProcessBuilder
- #redirect — ChildProcess::JRuby::Process
- #result — ChildProcess::Tools::Generator
- #run — ChildProcess::JRuby::Pump
- #send — ChildProcess::Windows::Handle
- #send_kill — ChildProcess::Unix::Process
- #send_signal — ChildProcess::Unix::Process
- #send_term — ChildProcess::Unix::Process
- #set_env — ChildProcess::JRuby::Process
- #set_env — ChildProcess::Unix::ForkExecProcess
- #set_exit_code — ChildProcess::Unix::Process
- #setup_flags — ChildProcess::Windows::ProcessBuilder
- #setup_io — ChildProcess::JRuby::Process
- #setup_io — ChildProcess::Windows::ProcessBuilder
- #start — ChildProcess::AbstractProcess
- #start — ChildProcess::Windows::ProcessBuilder
- #started? — ChildProcess::AbstractProcess
- #startup_info — ChildProcess::Windows::ProcessBuilder
- #std_stream_handle_for — ChildProcess::Windows::ProcessBuilder
- #stderr= — ChildProcess::AbstractIO
- #stdout= — ChildProcess::AbstractIO
- #stop — ChildProcess::AbstractProcess
- #stop — ChildProcess::JRuby::Process
- #stop — ChildProcess::JRuby::Pump
- #stop — ChildProcess::Unix::Process
- #stop — ChildProcess::Windows::Process
- #stop_pumps — ChildProcess::JRuby::Process
- #to_ptr — ChildProcess::Unix::Lib::FileActions
- #to_ptr — ChildProcess::Unix::Lib::Attrs
- #to_ptr — ChildProcess::Unix::PosixSpawnProcess::Argv
- #to_ptr — ChildProcess::Unix::PosixSpawnProcess::Envp
- #to_wide_string — ChildProcess::Windows::ProcessBuilder
- #wait — ChildProcess::AbstractProcess
- #wait — ChildProcess::JRuby::Process
- #wait — ChildProcess::Unix::Process
- #wait — ChildProcess::Windows::Handle
- #wait — ChildProcess::Windows::Process
- #write — ChildProcess::Tools::Generator