C E O P R S W 

C

constructCommandAsList_Unix_sh(String) - Static method in class ru.dmerkushov.oshelper.OSHelper
Helper method to construct a UNIX-like-OS-compatible command that is using the SH shell syntax.
constructCommandAsList_Windows_cmd(String) - Static method in class ru.dmerkushov.oshelper.OSHelper
Helper method to construct a Windows-compatible command that is using the CMD shell syntax.
copyFile(String, String) - Static method in class ru.dmerkushov.oshelper.OSHelper
Copy files

E

exitCode - Variable in class ru.dmerkushov.oshelper.OSHelper.ProcessReturn
 
exitStatus - Variable in class ru.dmerkushov.oshelper.OSHelper.ProcessReturn
The exit status of the process: osh_PROCESS_EXITED_BY_ITSELF if it exited normally, or osh_PROCESS_KILLED_BY_TIMEOUT if it was killed by timeout

O

osh_PROCESS_EXITED_BY_ITSELF - Static variable in class ru.dmerkushov.oshelper.OSHelper
Deprecated.
Use ProcessReturn.osh_PROCESS_EXITED_BY_ITSELF
osh_PROCESS_EXITED_BY_ITSELF - Static variable in class ru.dmerkushov.oshelper.OSHelper.ProcessReturn
 
osh_PROCESS_KILLED_BY_TIMEOUT - Static variable in class ru.dmerkushov.oshelper.OSHelper
Deprecated.
Use ProcessReturn.osh_PROCESS_KILLED_BY_TIMEOUT
osh_PROCESS_KILLED_BY_TIMEOUT - Static variable in class ru.dmerkushov.oshelper.OSHelper.ProcessReturn
 
OSHelper - Class in ru.dmerkushov.oshelper
 
OSHelper() - Constructor for class ru.dmerkushov.oshelper.OSHelper
 
OSHelper.ProcessReturn - Class in ru.dmerkushov.oshelper
 
OSHelper.ProcessReturn() - Constructor for class ru.dmerkushov.oshelper.OSHelper.ProcessReturn
 
OSHelperException - Exception in ru.dmerkushov.oshelper
 
OSHelperException() - Constructor for exception ru.dmerkushov.oshelper.OSHelperException
Creates a new instance of OSHelperException without detail message.
OSHelperException(String) - Constructor for exception ru.dmerkushov.oshelper.OSHelperException
Constructs an instance of OSHelperException with the specified detail message.
OSHelperException(Throwable) - Constructor for exception ru.dmerkushov.oshelper.OSHelperException
Constructs an instance of OSHelperException with the specified cause.
OSHelperException(String, Throwable) - Constructor for exception ru.dmerkushov.oshelper.OSHelperException
Constructs an instance of OSHelperException with the specified detail message and cause.

P

procWait(Process) - Static method in class ru.dmerkushov.oshelper.OSHelper
Deprecated.
Use ProcessReturn procWaitWithProcessReturn () instead
procWait(Process, long) - Static method in class ru.dmerkushov.oshelper.OSHelper
Deprecated.
Use ProcessReturn procWaitWithProcessReturn () instead
procWaitWithProcessReturn(Process) - Static method in class ru.dmerkushov.oshelper.OSHelper
 
procWaitWithProcessReturn(Process, long) - Static method in class ru.dmerkushov.oshelper.OSHelper
Waits for a specified process to terminate for the specified amount of milliseconds.

R

readFile(String) - Static method in class ru.dmerkushov.oshelper.OSHelper
Read a file to a byte array
ru.dmerkushov.oshelper - package ru.dmerkushov.oshelper
 
runCommand(List<String>) - Static method in class ru.dmerkushov.oshelper.OSHelper
Runs a new OS process

S

sendEmail_Unix(String, String, String) - Static method in class ru.dmerkushov.oshelper.OSHelper
Send a simple email
stderr - Variable in class ru.dmerkushov.oshelper.OSHelper.ProcessReturn
 
stdout - Variable in class ru.dmerkushov.oshelper.OSHelper.ProcessReturn
 

W

writeFile(byte[], String) - Static method in class ru.dmerkushov.oshelper.OSHelper
Write a file
C E O P R S W 

Copyright © 2013. All rights reserved.