Index

C E F I O R T W 
All Classes and Interfaces|All Packages

C

command() - Method in class rife.bld.extension.ExecOperation
Returns the command and arguments to be executed.
command(String...) - Method in class rife.bld.extension.ExecOperation
Configures the command and arguments to be executed.
command(Collection<String>) - Method in class rife.bld.extension.ExecOperation
Configures the command and arguments to be executed.

E

env() - Method in class rife.bld.extension.ExecOperation
Returns the environment variables to be set for the command.
env(String, String) - Method in class rife.bld.extension.ExecOperation
Adds an environment variable for the command.
env(Map<String, String>) - Method in class rife.bld.extension.ExecOperation
Adds environment variables for the command.
ExecOperation - Class in rife.bld.extension
Executes a command on the command line.
ExecOperation() - Constructor for class rife.bld.extension.ExecOperation
 
execute() - Method in class rife.bld.extension.ExecOperation
 

F

failOnExit(boolean) - Method in class rife.bld.extension.ExecOperation
Configures whether the operation should fail if the command exit value/status is not 0.
fromProject(BaseProject) - Method in class rife.bld.extension.ExecOperation
Configures an Exec operation from a BaseProject.

I

inheritIO(boolean) - Method in class rife.bld.extension.ExecOperation
Configures whether the child process should inherit the I/O streams of the current JVM.
isAix() - Static method in class rife.bld.extension.ExecOperation
Determines if the current operating system is AIX.
isCygwin() - Static method in class rife.bld.extension.ExecOperation
Determines if the current operating system is Cygwin.
isFailOnExit() - Method in class rife.bld.extension.ExecOperation
Returns whether the operation should fail if the command exit value/status is not 0.
isFreeBsd() - Static method in class rife.bld.extension.ExecOperation
Determines if the current operating system is FreeBSD.
isInheritIO() - Method in class rife.bld.extension.ExecOperation
Returns whether the child process inherits the I/O streams of the current JVM.
isLinux() - Static method in class rife.bld.extension.ExecOperation
Determines if the operating system is Linux.
isMacOS() - Static method in class rife.bld.extension.ExecOperation
Determines if the current operating system is macOS.
isMingw() - Static method in class rife.bld.extension.ExecOperation
Determines if the current operating system is MinGW.
isOpenVms() - Static method in class rife.bld.extension.ExecOperation
Determines if the current operating system is OpenVMS.
isSolaris() - Static method in class rife.bld.extension.ExecOperation
Determines if the current operating system is Solaris.
isWindows() - Static method in class rife.bld.extension.ExecOperation
Determines if the current operating system is Windows.

O

onLinux(String...) - Method in class rife.bld.extension.ExecOperation
If the current OS is Linux, configures the command and arguments to be executed.
onLinux(Collection<String>) - Method in class rife.bld.extension.ExecOperation
If the current OS is Linux, configures the command and arguments to be executed.
onMacOS(String...) - Method in class rife.bld.extension.ExecOperation
If the current OS is macOS, configures the command and arguments to be executed.
onMacOS(Collection<String>) - Method in class rife.bld.extension.ExecOperation
If the current OS is macOS, configures the command and arguments to be executed.
onUnix(String...) - Method in class rife.bld.extension.ExecOperation
If the current OS is Unix-like (Linux, macOS, FreeBSD, Solaris, AIX), configures the command and arguments to be executed.
onUnix(Collection<String>) - Method in class rife.bld.extension.ExecOperation
If the current OS is Unix-like, configures the command and arguments to be executed.
onWindows(String...) - Method in class rife.bld.extension.ExecOperation
If the current OS is Windows, configures the command and arguments to be executed.
onWindows(Collection<String>) - Method in class rife.bld.extension.ExecOperation
If the current OS is Windows, configures the command and arguments to be executed.
outputConsumer(Consumer<String>) - Method in class rife.bld.extension.ExecOperation
Sets a consumer to receive output lines when not inheriting I/O.

R

rife.bld.extension - package rife.bld.extension
Provides a bld extension to perform command line execution.

T

timeout() - Method in class rife.bld.extension.ExecOperation
Returns the command timeout.
timeout(long) - Method in class rife.bld.extension.ExecOperation
Configure the command timeout.

W

workDir() - Method in class rife.bld.extension.ExecOperation
Returns the working directory.
workDir(File) - Method in class rife.bld.extension.ExecOperation
Configures the working directory.
workDir(String) - Method in class rife.bld.extension.ExecOperation
Configures the working directory.
workDir(Path) - Method in class rife.bld.extension.ExecOperation
Configures the working directory.
C E F I O R T W 
All Classes and Interfaces|All Packages