Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
J
- jar() - Method in class rife.bld.Project
-
Standard build command, creates a jar archive for the project.
- JAR_FILE_PATTERN - Static variable in class rife.tools.FileUtils
- jarFileName - Variable in class rife.bld.BaseProject
-
The filename to use for the main jar archive creation.
- jarFileName() - Method in class rife.bld.BaseProject
-
Returns the filename to use for the main jar archive creation.
- JarHelp - Class in rife.bld.help
-
Provides help for the jar command.
- JarHelp() - Constructor for class rife.bld.help.JarHelp
- jarJavadoc() - Method in class rife.bld.Project
-
Standard build command, creates a javadoc jar archive for the project.
- JarJavadocHelp - Class in rife.bld.help
-
Provides help for the jar-javadoc command.
- JarJavadocHelp() - Constructor for class rife.bld.help.JarJavadocHelp
- jarJavadocOperation() - Method in class rife.bld.Project
-
Retrieves the project's default jar operation for javadoc.
- jarOperation() - Method in class rife.bld.Project
-
Retrieves the project's default jar operation.
- JarOperation - Class in rife.bld.operations
-
Creates a jar archive of the provided sources and directories.
- JarOperation() - Constructor for class rife.bld.operations.JarOperation
- jarSourceFiles() - Method in class rife.bld.operations.UberJarOperation
-
Retrieves the list of jar source files that will be used for the uberjar archive creation.
- jarSourceFiles() - Method in class rife.bld.operations.WarOperation
-
Retrieves jar files that will be included in the war archive creation.
- jarSourceFiles(File...) - Method in class rife.bld.operations.UberJarOperation
-
Provides source jar files that will be used for the uberjar archive creation.
- jarSourceFiles(List<File>) - Method in class rife.bld.operations.UberJarOperation
-
Provides a list of source jar files that will be used for the uberjar archive creation.
- jarSourceFiles(List<NamedFile>) - Method in class rife.bld.operations.WarOperation
-
Provides a list of jar files that will be included in the war archive creation.
- jarSourceFiles(NamedFile...) - Method in class rife.bld.operations.WarOperation
-
Provides jar files that will be included in the war archive creation.
- jarSources() - Method in class rife.bld.Project
-
Standard build command, creates a sources jar archive for the project.
- JarSourcesHelp - Class in rife.bld.help
-
Provides help for the jar-sources command.
- JarSourcesHelp() - Constructor for class rife.bld.help.JarSourcesHelp
- jarSourcesOperation() - Method in class rife.bld.Project
-
Retrieves the project's default jar operation for sources.
- JAVA_FILE_PATTERN - Static variable in class rife.tools.FileUtils
- javaAgent(File) - Method in class rife.bld.operations.JavaOptions
-
Load Java programming language agent.
- javaAgent(File, String) - Method in class rife.bld.operations.JavaOptions
-
Load Java programming language agent.
- javaAgent(File, String...) - Method in class rife.bld.operations.JavaOptions
-
Load Java programming language agent.
- javaAgent(File, List<String>) - Method in class rife.bld.operations.JavaOptions
-
Load Java programming language agent.
- javaAgent(String) - Method in class rife.bld.operations.JavaOptions
-
Load Java programming language agent.
- javaAgent(String, String) - Method in class rife.bld.operations.JavaOptions
-
Load Java programming language agent.
- javaAgent(String, String...) - Method in class rife.bld.operations.JavaOptions
-
Load Java programming language agent.
- javaAgent(String, List<String>) - Method in class rife.bld.operations.JavaOptions
-
Load Java programming language agent.
- javaAgent(Path) - Method in class rife.bld.operations.JavaOptions
-
Load Java programming language agent.
- javaAgent(Path, String) - Method in class rife.bld.operations.JavaOptions
-
Load Java programming language agent.
- javaAgent(Path, String...) - Method in class rife.bld.operations.JavaOptions
-
Load Java programming language agent.
- javaAgent(Path, List<String>) - Method in class rife.bld.operations.JavaOptions
-
Load Java programming language agent.
- JavacOptions - Class in rife.bld.operations
-
Options for the standard javac tool.
- JavacOptions() - Constructor for class rife.bld.operations.JavacOptions
- JavacOptions.DebuggingInfo - Enum Class in rife.bld.operations
- JavacOptions.Implicit - Enum Class in rife.bld.operations
- JavacOptions.Processing - Enum Class in rife.bld.operations
- javadoc() - Method in class rife.bld.Project
-
Standard build command, generates javadoc.
- JavadocHelp - Class in rife.bld.help
-
Provides help for the javadoc command.
- JavadocHelp() - Constructor for class rife.bld.help.JavadocHelp
- javadocJarFileName - Variable in class rife.bld.BaseProject
-
The filename to use for the javadoc jar archive creation.
- javadocJarFileName() - Method in class rife.bld.BaseProject
-
Returns the filename to use for the javadoc jar archive creation.
- javadocOperation() - Method in class rife.bld.Project
-
Retrieves the project's default javadoc operation.
- JavadocOperation - Class in rife.bld.operations
-
Generates javadocs for the main project sources.
- JavadocOperation() - Constructor for class rife.bld.operations.JavadocOperation
- javadocOptions() - Method in class rife.bld.operations.JavadocOperation
-
Retrieves the list of options for the javadoc tool.
- javadocOptions(List<String>) - Method in class rife.bld.operations.JavadocOperation
-
Provides a list of options to provide to the javadoc tool.
- JavadocOptions - Class in rife.bld.operations
-
Options for the standard javadoc tool.
- JavadocOptions() - Constructor for class rife.bld.operations.JavadocOptions
- JavadocOptions.DocLinkOption - Enum Class in rife.bld.operations
- JavadocOptions.Level - Enum Class in rife.bld.operations
- JavadocOptions.ModuleContent - Enum Class in rife.bld.operations
- JavadocOptions.ModulePackages - Enum Class in rife.bld.operations
- JavadocOptions.Override - Enum Class in rife.bld.operations
- javaOptions() - Method in class rife.bld.operations.AbstractProcessOperation
-
Retrieves the options to provide to the java tool.
- javaOptions(String...) - Method in class rife.bld.operations.JpackageOptions
-
Options to pass to the Java runtime.
- javaOptions(List<String>) - Method in class rife.bld.operations.AbstractProcessOperation
-
Provides the options to provide to the java tool.
- javaOptions(List<String>) - Method in class rife.bld.operations.JpackageOptions
-
Options to pass to the Java runtime.
- JavaOptions - Class in rife.bld.operations
-
Options for the standard java tool.
- JavaOptions() - Constructor for class rife.bld.operations.JavaOptions
- javaOptions_ - Variable in class rife.bld.operations.AbstractProcessOperation
- JavaOptions.Verbose - Enum Class in rife.bld.operations
- javaRelease - Variable in class rife.bld.BaseProject
-
The project's Java release version for compilation.
- javaRelease() - Method in class rife.bld.BaseProject
-
Returns the java release targets for this project.
- JavaSpecificationUtils - Class in rife.tools
-
Utility class to obtain information about the currently running Java specification.
- javaTool - Variable in class rife.bld.BaseProject
-
The tool that is used for running the java main class.
- javaTool() - Method in class rife.bld.BaseProject
-
Returns the tool that is used for running the java main class.
- javaTool() - Method in class rife.bld.operations.AbstractProcessOperation
-
retrieves the name of the tool to use for
java
execution. - javaTool(String) - Method in class rife.bld.operations.AbstractProcessOperation
-
Provides the name of the tool to use for
java
execution. - javaTool_ - Variable in class rife.bld.operations.AbstractProcessOperation
- JlinkOperation - Class in rife.bld.operations
-
Create run-time images using the jlink tool.
- JlinkOperation() - Constructor for class rife.bld.operations.JlinkOperation
- jlinkOptions() - Method in class rife.bld.operations.JlinkOperation
-
Retrieves the list of options for the jlink tool.
- jlinkOptions(Map<String, String>) - Method in class rife.bld.operations.JlinkOperation
-
Provides a list of options to provide to the jlink tool.
- jlinkOptions(JlinkOptions) - Method in class rife.bld.operations.JpackageOptions
-
List of options to pass to jlink.
- JlinkOptions - Class in rife.bld.operations
-
Options for jlink tool.
- JlinkOptions() - Constructor for class rife.bld.operations.JlinkOptions
- JlinkOptions.CompressionLevel - Enum Class in rife.bld.operations
-
Resources compression levels.
- JlinkOptions.Endian - Enum Class in rife.bld.operations
-
The byte orders.
- jmodFile() - Method in class rife.bld.operations.JmodOperation
-
Retrieves the name of the JMOD file to create or from which to retrieve information.
- jmodFile(File) - Method in class rife.bld.operations.JmodOperation
-
Specifies name of the JMOD file to create or from which to retrieve information.
- jmodFile(String) - Method in class rife.bld.operations.JmodOperation
-
Specifies name of the JMOD file to create or from which to retrieve information.
- jmodFile(Path) - Method in class rife.bld.operations.JmodOperation
-
Specifies name of the JMOD file to create or from which to retrieve information.
- JmodOperation - Class in rife.bld.operations
-
Create JMOD files with the jmod tool.
- JmodOperation() - Constructor for class rife.bld.operations.JmodOperation
- JmodOperation.OperationMode - Enum Class in rife.bld.operations
-
The operation modes.
- jmodOptions() - Method in class rife.bld.operations.JmodOperation
-
Retrieves the list of options for the jmod tool.
- jmodOptions(Map<String, String>) - Method in class rife.bld.operations.JmodOperation
-
Provides a list of options to provide to the jmod tool.
- JmodOptions - Class in rife.bld.operations
-
Options for jmod tool.
- JmodOptions() - Constructor for class rife.bld.operations.JmodOptions
- JmodOptions.FilePattern - Record Class in rife.bld.operations
-
Defines a file pattern and pattern type.
- JmodOptions.FilePatternType - Enum Class in rife.bld.operations
-
The file pattern types.
- JmodOptions.ResolvedReason - Enum Class in rife.bld.operations
-
The resolved reasons.
- JNI - Enum constant in enum class rife.bld.operations.JavaOptions.Verbose
- join(boolean[], boolean) - Static method in class rife.tools.ArrayUtils
-
Joins a single boolean and a boolean array into a new array containing all elements.
- join(boolean[], boolean[]) - Static method in class rife.tools.ArrayUtils
-
Joins two boolean arrays into a new array containing all elements from both arrays.
- join(boolean[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
String
object, containing the elements of a supplied array, joined by a given separator. - join(byte[], byte) - Static method in class rife.tools.ArrayUtils
-
Joins a single byte and a byte array into a new array containing all elements.
- join(byte[], byte[]) - Static method in class rife.tools.ArrayUtils
-
Joins two byte arrays into a new array containing all elements from both arrays.
- join(byte[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
String
object, containing the elements of a supplied array, joined by a given separator. - join(char[], char) - Static method in class rife.tools.ArrayUtils
-
Joins a single char and a char array into a new array containing all elements.
- join(char[], char[]) - Static method in class rife.tools.ArrayUtils
-
Joins two char arrays into a new array containing all elements from both arrays.
- join(char[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
String
object, containing the elements of a supplied array, joined by a given separator. - join(char[], String, String) - Static method in class rife.tools.StringUtils
-
Creates a new
String
object, containing the elements of a supplied array, joined by a given separator. - join(double[], double) - Static method in class rife.tools.ArrayUtils
-
Joins a single double and a double array into a new array containing all elements.
- join(double[], double[]) - Static method in class rife.tools.ArrayUtils
-
Joins two double arrays into a new array containing all elements from both arrays.
- join(double[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
String
object, containing the elements of a supplied array, joined by a given separator. - join(float[], float) - Static method in class rife.tools.ArrayUtils
-
Joins a single float and a float array into a new array containing all elements.
- join(float[], float[]) - Static method in class rife.tools.ArrayUtils
-
Joins two float arrays into a new array containing all elements from both arrays.
- join(float[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
String
object, containing the elements of a supplied array, joined by a given separator. - join(int[], int) - Static method in class rife.tools.ArrayUtils
-
Joins a single int and an int array into a new array containing all elements.
- join(int[], int[]) - Static method in class rife.tools.ArrayUtils
-
Joins two int arrays into a new array containing all elements from both arrays.
- join(int[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
String
object, containing the elements of a supplied array, joined by a given separator. - join(long[], long) - Static method in class rife.tools.ArrayUtils
-
Joins a single long and a long array into a new array containing all elements.
- join(long[], long[]) - Static method in class rife.tools.ArrayUtils
-
Joins two long arrays into a new array containing all elements from both arrays.
- join(long[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
String
object, containing the elements of a supplied array, joined by a given separator. - join(short[], short) - Static method in class rife.tools.ArrayUtils
-
Joins a single short and a short array into a new array containing all elements.
- join(short[], short[]) - Static method in class rife.tools.ArrayUtils
-
Joins two short arrays into a new array containing all elements from both arrays.
- join(short[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
String
object, containing the elements of a supplied array, joined by a given separator. - join(Object[], String) - Static method in class rife.tools.StringUtils
-
Creates a new
String
object, containing the elements of a supplied array, joined by a given separator. - join(Object[], String, String) - Static method in class rife.tools.StringUtils
-
Creates a new
String
object, containing the elements of a supplied array, joined by a given separator. - join(Object[], String, String, boolean) - Static method in class rife.tools.StringUtils
-
Creates a new
String
object, containing the elements of a supplied array, joined by a given separator. - join(String) - Method in class rife.database.queries.Select
- join(String) - Method in class rife.database.querymanagers.generic.CountQuery
- join(String) - Method in class rife.database.querymanagers.generic.RestoreQuery
- join(String[], String) - Static method in class rife.tools.ArrayUtils
-
Joins a single String and a String array into a new array containing all elements.
- join(String[], String[]) - Static method in class rife.tools.ArrayUtils
-
Joins two String arrays into a new array containing all elements from both arrays.
- join(String, Select) - Method in class rife.database.queries.Select
- join(Collection<?>, String) - Static method in class rife.tools.StringUtils
-
Creates a new
String
object, containing the elements of a suppliedCollection
ofString
objects joined by a given separator. - joinCross(String) - Method in class rife.database.queries.Select
- joinCross(String) - Method in class rife.database.querymanagers.generic.CountQuery
- joinCross(String) - Method in class rife.database.querymanagers.generic.RestoreQuery
- joinCustom(String) - Method in class rife.database.queries.Select
- joinCustom(String) - Method in class rife.database.querymanagers.generic.CountQuery
- joinCustom(String) - Method in class rife.database.querymanagers.generic.RestoreQuery
- joinInner(String, Select.JoinCondition, String) - Method in class rife.database.queries.Select
- joinInner(String, Select.JoinCondition, String) - Method in class rife.database.querymanagers.generic.CountQuery
- joinInner(String, Select.JoinCondition, String) - Method in class rife.database.querymanagers.generic.RestoreQuery
- joinOuter(String, Select.JoinType, Select.JoinCondition, String) - Method in class rife.database.queries.Select
- joinOuter(String, Select.JoinType, Select.JoinCondition, String) - Method in class rife.database.querymanagers.generic.CountQuery
- joinOuter(String, Select.JoinType, Select.JoinCondition, String) - Method in class rife.database.querymanagers.generic.RestoreQuery
- joinPaths(List<String>) - Static method in class rife.tools.FileUtils
-
Joins a list of file paths into a single string with the file path separator.
- JpackageOperation - Class in rife.bld.operations
-
Package self-contained Java applications with the jpackage tool.
- JpackageOperation() - Constructor for class rife.bld.operations.JpackageOperation
- JpackageOperation.Launcher - Record Class in rife.bld.operations
-
Name of launcher, and a path to a Properties file that contains a list of key, value pairs.
- jpackageOptions() - Method in class rife.bld.operations.JpackageOperation
-
Retrieves the list of options for the jpackage tool.
- jpackageOptions(Map<String, String>) - Method in class rife.bld.operations.JpackageOperation
-
Provides a list of options to provide to the jpackage tool.
- JpackageOptions - Class in rife.bld.operations
-
Options for jpackage tool.
- JpackageOptions() - Constructor for class rife.bld.operations.JpackageOptions
- JpackageOptions.PackageType - Enum Class in rife.bld.operations
-
The package types.
- JSON - Static variable in class rife.bld.operations.TemplateType
-
The
json
template type. - JSON - Static variable in class rife.template.TemplateFactory
- JUnitHelp - Class in rife.bld.help
-
Provides help for the JUnit test command.
- JUnitHelp() - Constructor for class rife.bld.help.JUnitHelp
- JUnitOperation - Class in rife.bld.operations
-
Tests a Java application with JUnit.
- JUnitOperation() - Constructor for class rife.bld.operations.JUnitOperation
- JUnitOptions - Class in rife.bld.operations
-
Options for JUnit 5.
- JUnitOptions() - Constructor for class rife.bld.operations.JUnitOptions
- JUnitOptions.Details - Enum Class in rife.bld.operations
- JUnitOptions.Theme - Enum Class in rife.bld.operations
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form