Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
B
- baseClass_ - Variable in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- baseDependency() - Method in class rife.bld.dependencies.Dependency
-
Returns the base dependency of this dependency, replacing the version number with an unknown version number.
- baseline(int) - Method in class rife.database.migrations.DbMigrations
-
Records a version in the configured state without executing any migration.
- baseName() - Method in class rife.bld.operations.AbstractCreateOperation
-
Retrieves the base name for the project classes to generate.
- baseName(String) - Method in class rife.bld.operations.AbstractCreateOperation
-
Provides the base name for the project classes to generate.
- BaseProject - Class in rife.bld
-
Provides the base configuration and commands of a Java project for the build system.
- BaseProject() - Constructor for class rife.bld.BaseProject
- BaseProjectBlueprint - Class in rife.bld.blueprints
-
Provides the dependency information required to create a new base project.
- BaseProjectBlueprint(File, String, String, String) - Constructor for class rife.bld.blueprints.BaseProjectBlueprint
- BaseProjectBlueprint(File, String, String, String, VersionNumber) - Constructor for class rife.bld.blueprints.BaseProjectBlueprint
- basicAuthorizationHeader(String, String) - Static method in class rife.tools.HttpUtils
-
Generates the header value for basic HTTP authorization.
- BatchExecutionErrorException - Exception in rife.database.exceptions
- BatchExecutionErrorException(Datasource, Throwable) - Constructor for exception rife.database.exceptions.BatchExecutionErrorException
- BBCODE_BAREURL - Static variable in class rife.tools.StringUtils
- BBCODE_COLOR - Static variable in class rife.tools.StringUtils
- BBCODE_IMG - Static variable in class rife.tools.StringUtils
- BBCODE_QUOTE_LONG - Static variable in class rife.tools.StringUtils
- BBCODE_SIZE - Static variable in class rife.tools.StringUtils
- BBCODE_URL_LONG - Static variable in class rife.tools.StringUtils
- BBCODE_URL_SHORT - Static variable in class rife.tools.StringUtils
- bean_ - Variable in class rife.validation.AbstractTextualIdentifierGenerator
- BeanException - Exception in rife.database.exceptions
- BeanException(String, Class) - Constructor for exception rife.database.exceptions.BeanException
- BeanException(String, Class, Throwable) - Constructor for exception rife.database.exceptions.BeanException
- BeanFetcher<BeanType> - Interface in rife.database.querymanagers.generic
-
This interface can be implemented to use with the
GenericQueryManager.restore(BeanFetcher)method. - BeanHandler - Interface in rife.template
-
Handles the process of setting values in a template based on a Java bean instance.
- beanHandler_ - Variable in class rife.template.AbstractTemplate
- BeanHandlerHtml - Class in rife.template
- BeanHandlerJson - Class in rife.template
- BeanHandlerPlain - Class in rife.template
- BeanHandlerUnsupportedException - Exception in rife.template.exceptions
- BeanHandlerUnsupportedException(Template, Object) - Constructor for exception rife.template.exceptions.BeanHandlerUnsupportedException
- BeanHandlerXml - Class in rife.template
- BeanPropertyProcessor - Interface in rife.tools
- BeanPropertyValueProcessor - Interface in rife.tools
- BeanRemovalErrorException - Exception in rife.template.exceptions
- BeanRemovalErrorException(Object, Throwable) - Constructor for exception rife.template.exceptions.BeanRemovalErrorException
- BeanSettingErrorException - Exception in rife.template.exceptions
- BeanSettingErrorException(Object, Throwable) - Constructor for exception rife.template.exceptions.BeanSettingErrorException
- BeanUtils - Class in rife.tools
-
Utility class providing methods for working with Java beans.
- BeanUtils.Accessors - Enum Class in rife.tools
-
Enum used to specify which accessors to consider when retrieving a bean's properties.
- BeanUtilsException - Exception in rife.tools.exceptions
- BeanUtilsException(String, Class) - Constructor for exception rife.tools.exceptions.BeanUtilsException
- BeanUtilsException(String, Class, Throwable) - Constructor for exception rife.tools.exceptions.BeanUtilsException
- beforeDelete(int) - Method in class rife.database.querymanagers.generic.AbstractCallbacks
- beforeDelete(int) - Method in interface rife.database.querymanagers.generic.Callbacks
-
Is called before
GenericQueryManager.delete(int). - beforeFirst() - Method in class rife.database.DbResultSet
- beforeInsert(BeanType) - Method in class rife.database.querymanagers.generic.AbstractCallbacks
- beforeInsert(BeanType) - Method in interface rife.database.querymanagers.generic.Callbacks
-
Is called before
GenericQueryManager.insert(Object), or in the beginning ofGenericQueryManager.save(Object)if a new bean is being saved. - beforeSave(BeanType) - Method in class rife.database.querymanagers.generic.AbstractCallbacks
- beforeSave(BeanType) - Method in interface rife.database.querymanagers.generic.Callbacks
-
Is called before
GenericQueryManager.save(Object). - beforeUpdate(BeanType) - Method in class rife.database.querymanagers.generic.AbstractCallbacks
- beforeUpdate(BeanType) - Method in interface rife.database.querymanagers.generic.Callbacks
-
Is called before
GenericQueryManager.update(Object), or in the beginning ofGenericQueryManager.save(Object)if an existing bean is being saved. - beforeValidate(BeanType) - Method in class rife.database.querymanagers.generic.AbstractCallbacks
- beforeValidate(BeanType) - Method in interface rife.database.querymanagers.generic.Callbacks
-
Is called before
ValidationContext.validate(Validated). - beginTransaction() - Method in class rife.database.DbConnection
-
Warning: only use the raw transaction methods if you really know what you're doing.
- BIG - Enum constant in enum class rife.bld.operations.JlinkOptions.Endian
- bindServices(boolean) - Method in class rife.bld.operations.JlinkOptions
-
Link in service provider modules and their dependencies.
- blankValue(String) - Method in class rife.template.AbstractTemplate
- blankValue(String) - Method in interface rife.template.Template
-
Set the content of the specified value to an empty string.
- BLD - Enum constant in enum class rife.tools.Product
-
The Bld build system.
- BLD_CACHE - Static variable in class rife.bld.BldCache
-
Represents the name of a cache file used by bld.
- BLD_PROPERTIES - Static variable in class rife.bld.BuildExecutor
- BLD_USER_DIR - Static variable in class rife.bld.BuildExecutor
- BldCache - Class in rife.bld
-
Provides functionalities related to dependency hashing and caching.
- BldCache(File, VersionResolution) - Constructor for class rife.bld.BldCache
-
Creates a new
BldCacheinstance. - bldJavacOptions() - Method in class rife.bld.wrapper.Wrapper
- bldJavaOptions() - Method in class rife.bld.wrapper.Wrapper
- bldSourceFiles() - Method in class rife.bld.wrapper.Wrapper
- BldVersion - Class in rife.bld
-
Singleton class that provides access to the current bld version as a string.
- block(String) - Method in class rife.database.queries.ReadQueryTemplate
-
Sets the name of the template block.
- BlockUnknownException - Exception in rife.template.exceptions
- BlockUnknownException(String) - Constructor for exception rife.template.exceptions.BlockUnknownException
- bom() - Method in record class rife.bld.dependencies.VersionResolution.DeclaredVersionConflict
-
Returns the value of the
bomrecord component. - bom(String) - Method in class rife.bld.BaseProject
-
Creates a new bill of materials instance from a string representation.
- bom(String, String) - Method in class rife.bld.BaseProject
-
Creates a new bill of materials instance.
- bom(String, String, String) - Method in class rife.bld.BaseProject
-
Creates a new bill of materials instance.
- bom(String, String, Version) - Method in class rife.bld.BaseProject
-
Creates a new bill of materials instance.
- Bom - Class in rife.bld.dependencies
-
Contains the information required to describe a bill of materials (BOM) in the build system.
- Bom(String, String) - Constructor for class rife.bld.dependencies.Bom
- Bom(String, String, Version) - Constructor for class rife.bld.dependencies.Bom
- boms() - Method in class rife.bld.dependencies.DependencySet
-
Retrieves the bills of materials.
- bomVersion() - Method in record class rife.bld.dependencies.VersionResolution.DeclaredVersionConflict
-
Returns the value of the
bomVersionrecord component. - BomVersionConflict(String, Map<String, Version>) - Constructor for record class rife.bld.dependencies.VersionResolution.BomVersionConflict
-
Creates an instance of a
BomVersionConflictrecord class. - bomVersionConflicts(HierarchicalProperties, ArtifactRetriever, List<Repository>) - Method in class rife.bld.dependencies.DependencyScopes
-
Returns the version conflicts between the BOMs that apply to the scopes, where more than one applicable BOM manages the same dependency at a different version.
- bomVersions() - Method in record class rife.bld.dependencies.VersionResolution.BomVersionConflict
-
Returns the value of the
bomVersionsrecord component. - bomVersions() - Method in class rife.bld.dependencies.VersionResolution
-
Returns the map of versions that were imported from bills of materials, where the key is the dependency identity composed of the group, artifact, type and classifier, and the value is the managed version.
- BOOLEAN_ARRAY - Enum constant in enum class rife.tools.ArrayUtils.ArrayType
- bottom(String) - Method in class rife.bld.operations.JavadocOptions
-
Include bottom text for each page
- breakIterator() - Method in class rife.bld.operations.JavadocOptions
-
Compute first sentence with BreakIterator.
- build() - Method in class rife.bld.publish.MetadataBuilder
-
Builds the Maven metadata xml file.
- build() - Method in class rife.bld.publish.PomBuilder
-
Builds the Maven POM xml file.
- BUILD_ARGUMENT - Static variable in class rife.bld.wrapper.Wrapper
- buildAliases() - Method in class rife.bld.BuildExecutor
-
Retrieves the command aliases that can be executed by this
BuildExecutor. - buildBldDirectory - Variable in class rife.bld.BaseProject
-
The bld build directory.
- buildBldDirectory() - Method in class rife.bld.BaseProject
-
Returns the project bld build directory.
- BuildCommand - Annotation Interface in rife.bld
-
Declares a
BuildExecutormethod to be used as a build command. - buildCommands() - Method in class rife.bld.BuildExecutor
-
Retrieves the commands that can be executed by this
BuildExecutor. - buildDirectory - Variable in class rife.bld.BaseProject
-
The build directory.
- buildDirectory() - Method in class rife.bld.BaseProject
-
Returns the project build directory.
- buildDirectory() - Method in class rife.bld.operations.JavadocOperation
-
Retrieves the build destination directory.
- buildDirectory(File) - Method in class rife.bld.operations.JavadocOperation
-
Provides the javadoc build destination directory.
- buildDistDirectory - Variable in class rife.bld.BaseProject
-
The dist build directory.
- buildDistDirectory() - Method in class rife.bld.BaseProject
-
Returns the project dist build directory.
- BuildExecutor - Class in rife.bld
-
Base class that executes build commands from a list of arguments.
- BuildExecutor() - Constructor for class rife.bld.BuildExecutor
-
Creates a new build executor instance.
- buildJavadocDirectory - Variable in class rife.bld.BaseProject
-
The javadoc build directory.
- buildJavadocDirectory() - Method in class rife.bld.BaseProject
-
Returns the project javadoc build directory.
- buildMainDirectory - Variable in class rife.bld.BaseProject
-
The main build directory.
- buildMainDirectory() - Method in class rife.bld.BaseProject
-
Returns the project main build directory.
- buildMainDirectory() - Method in class rife.bld.operations.CompileOperation
-
Retrieves the main build destination directory.
- buildMainDirectory(File) - Method in class rife.bld.operations.CompileOperation
-
Provides the main build destination directory.
- buildTemplatesDirectory - Variable in class rife.bld.BaseProject
-
The templates build directory.
- buildTemplatesDirectory() - Method in class rife.bld.BaseProject
-
Returns the project templates build directory.
- buildTestDirectory - Variable in class rife.bld.BaseProject
-
The test build directory.
- buildTestDirectory() - Method in class rife.bld.BaseProject
-
Returns the project test build directory.
- buildTestDirectory() - Method in class rife.bld.operations.CompileOperation
-
Retrieves the test build destination directory.
- buildTestDirectory(File) - Method in class rife.bld.operations.CompileOperation
-
Provides the test build destination directory.
- BYTE_ARRAY - Enum constant in enum class rife.tools.ArrayUtils.ArrayType
- byteOrder - Variable in enum class rife.bld.operations.JlinkOptions.Endian
- bytesToInt(byte[]) - Static method in class rife.tools.IntegerUtils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form