Index

C E F I 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

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
Executes the command.

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

isFailOnExit() - Method in class rife.bld.extension.ExecOperation
Returns whether the operation should fail if the command exit value/status is not 0.

R

rife.bld.extension - package rife.bld.extension
 

T

timeout() - Method in class rife.bld.extension.ExecOperation
Returns the command timeout.
timeout(int) - 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 R T W 
All Classes and Interfaces|All Packages