Index
All Classes and Interfaces|All Packages
A
- args() - Method in class rife.bld.extension.JBangOperation
-
Retrieves the collection of arguments to be passed to the script.
- args(String...) - Method in class rife.bld.extension.JBangOperation
-
Sets the arguments to be used in the
script
. - args(Collection<String>) - Method in class rife.bld.extension.JBangOperation
-
Sets the arguments to be used in the
script
.
E
- execute() - Method in class rife.bld.extension.JBangOperation
-
Performs the operation
- exitOnFailure(boolean) - Method in class rife.bld.extension.JBangOperation
-
Configures whether the operation should exit upon a JBang execution failure.
F
- fromProject(BaseProject) - Method in class rife.bld.extension.JBangOperation
-
Configures a compile operation from a
BaseProject
.
I
- isExitOnFailure() - Method in class rife.bld.extension.JBangOperation
-
Checks whether the operation is configured to exit upon a JBang execution failure.
- isLinux() - Static method in class rife.bld.extension.JBangOperation
-
Determines if the operating system is Linux.
- isMacOS() - Static method in class rife.bld.extension.JBangOperation
-
s Determines if the current operating system is macOS.
- isWindows() - Static method in class rife.bld.extension.JBangOperation
-
Determines if the current operating system is Windows.
J
- jBangArgs() - Method in class rife.bld.extension.JBangOperation
-
Retrieves the collection of arguments to be used when running the script.
- jBangArgs(String...) - Method in class rife.bld.extension.JBangOperation
-
Sets one or more arguments to be used when running the script.
- jBangArgs(Collection<String>) - Method in class rife.bld.extension.JBangOperation
-
Sets the arguments to be used when running the
script
- jBangHome() - Method in class rife.bld.extension.JBangOperation
-
Retrieves the JBang home directory.
- jBangHome(File) - Method in class rife.bld.extension.JBangOperation
-
Sets the JBang home directory.
- jBangHome(String) - Method in class rife.bld.extension.JBangOperation
-
Sets the JBang home directory.
- jBangHome(Path) - Method in class rife.bld.extension.JBangOperation
-
Sets the JBang home directory.
- JBangOperation - Class in rife.bld.extension
-
Run JBang with the specified arguments.
- JBangOperation() - Constructor for class rife.bld.extension.JBangOperation
R
- reset() - Method in class rife.bld.extension.JBangOperation
-
Resets the state of the operation to its default values.
- rife.bld.extension - package rife.bld.extension
S
- script() - Method in class rife.bld.extension.JBangOperation
-
Retrieves the script that has been set for execution.
- script(String) - Method in class rife.bld.extension.JBangOperation
-
Sets the script to be executed.
W
- workDir() - Method in class rife.bld.extension.JBangOperation
-
Retrieves the working directory.
- workDir(File) - Method in class rife.bld.extension.JBangOperation
-
Provides the working directory if it differs from the project's directory.
- workDir(String) - Method in class rife.bld.extension.JBangOperation
-
Provides the working directory if it differs from the project's directory.
- workDir(Path) - Method in class rife.bld.extension.JBangOperation
-
Provides the working directory if it differs from the project's directory.
All Classes and Interfaces|All Packages