Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
R
- RANGE_BEGIN - Static variable in class rife.validation.ConstrainedProperty
- RANGE_END - Static variable in class rife.validation.ConstrainedProperty
- rangeBegin(byte) - Method in class rife.validation.ConstrainedProperty
- rangeBegin(char) - Method in class rife.validation.ConstrainedProperty
- rangeBegin(double) - Method in class rife.validation.ConstrainedProperty
- rangeBegin(float) - Method in class rife.validation.ConstrainedProperty
- rangeBegin(int) - Method in class rife.validation.ConstrainedProperty
- rangeBegin(long) - Method in class rife.validation.ConstrainedProperty
- rangeBegin(short) - Method in class rife.validation.ConstrainedProperty
- rangeBegin(Comparable) - Method in class rife.validation.ConstrainedProperty
- rangeEnd(byte) - Method in class rife.validation.ConstrainedProperty
- rangeEnd(char) - Method in class rife.validation.ConstrainedProperty
- rangeEnd(double) - Method in class rife.validation.ConstrainedProperty
- rangeEnd(float) - Method in class rife.validation.ConstrainedProperty
- rangeEnd(int) - Method in class rife.validation.ConstrainedProperty
- rangeEnd(long) - Method in class rife.validation.ConstrainedProperty
- rangeEnd(short) - Method in class rife.validation.ConstrainedProperty
- rangeEnd(Comparable) - Method in class rife.validation.ConstrainedProperty
- RAW - Static variable in class rife.cmf.MimeType
-
A generic mime type indicating that the content should be stored as raw data without any mime-type related processing.
- RAW_IDENTIFIER - Static variable in class rife.cmf.MimeType
- RawFormatter - Class in rife.tools
- RawFormatter() - Constructor for class rife.tools.RawFormatter
- readBytes(File) - Static method in class rife.tools.FileUtils
-
Reads all the bytes from the
URL
. - readBytes(InputStream) - Static method in class rife.tools.FileUtils
-
Reads all the bytes from the
InputStream
. - readBytes(URL) - Static method in class rife.tools.FileUtils
-
Reads all the bytes from the file denoted by the specified
File
object. - ReaderUser<ResultType,
DataType> - Class in rife.tools -
By extending this class it's possible to provide the logic that should be executed by methods that allow interaction with a
Reader
. - ReaderUser() - Constructor for class rife.tools.ReaderUser
- ReaderUser(DataType) - Constructor for class rife.tools.ReaderUser
- ReadQuery - Interface in rife.database.queries
- ReadQueryString - Class in rife.database.queries
-
An instance of
ReadQueryString
can contain any kind of SQL query for read purposes. - ReadQueryString() - Constructor for class rife.database.queries.ReadQueryString
-
Creates a new empty instance of
ReadQueryString
. - ReadQueryString(String) - Constructor for class rife.database.queries.ReadQueryString
-
Creates a new instance of
ReadQueryString
with the specified SQL query. - ReadQueryTemplate - Class in rife.database.queries
-
An instance of
ReadQueryTemplate
will obtain a SQL from aTemplate
block. - ReadQueryTemplate() - Constructor for class rife.database.queries.ReadQueryTemplate
-
Creates a new empty instance of
ReadQueryTemplate
. - ReadQueryTemplate(Template) - Constructor for class rife.database.queries.ReadQueryTemplate
-
Creates a new instance of
ReadQueryTemplate
with the template instance whose content provides the SQL query that will be executed. - ReadQueryTemplate(Template, String) - Constructor for class rife.database.queries.ReadQueryTemplate
-
Creates a new instance of
ReadQueryTemplate
with the template instance and block name that provide the SQL that will be executed. - readStream(InputStream) - Static method in class rife.tools.FileUtils
-
Reads the complete contents of an input stream and returns it as a ByteArrayOutputStream object.
- readString(File) - Static method in class rife.tools.FileUtils
-
Reads the content of the given file into a string using the default encoding.
- readString(File, String) - Static method in class rife.tools.FileUtils
-
Reads the content of the given file into a string using the specified character encoding.
- readString(InputStream) - Static method in class rife.tools.FileUtils
-
Reads the entire contents of an InputStream and returns it as a String, using UTF-8 encoding.
- readString(InputStream, String) - Static method in class rife.tools.FileUtils
-
Reads the entire contents of an InputStream and returns it as a String, using the specified character encoding.
- readString(Reader) - Static method in class rife.tools.FileUtils
-
Reads the entire contents of a Reader and returns it as a String.
- readString(URL) - Static method in class rife.tools.FileUtils
-
Reads all characters from the
URL
and returns its contents as a string. - readString(URL, String) - Static method in class rife.tools.FileUtils
-
Reads the content of the given URL into a string.
- readString(RepositoryArtifact) - Method in class rife.bld.dependencies.ArtifactRetriever
-
Reads the contents of an artifact as a string.
- REFERENCE - Enum constant in enum class rife.bld.operations.JavadocOptions.DocLinkOption
- refreshRow() - Method in class rife.database.DbResultSet
- REGEX - Enum constant in enum class rife.bld.operations.JmodOptions.FilePatternType
- regexp(String) - Method in class rife.validation.ConstrainedProperty
- REGEXP - Static variable in class rife.validation.ConstrainedProperty
- registerType(Class, IdentifierType) - Method in class rife.datastructures.EnumClass
- reinitializeProperties(Object) - Method in class rife.validation.ValidationGroup
- relative(int) - Method in class rife.database.DbResultSet
- release(int) - Method in class rife.bld.operations.JavacOptions
-
Compile for the specified Java SE release.
- release(int) - Method in class rife.bld.operations.JavadocOptions
-
Provide source compatibility with specified release
- releaseVersion() - Method in class rife.bld.dependencies.DependencyResolver
-
Retrieves the release version of the resolved dependency.
- remove() - Method in interface rife.database.querymanagers.generic.GenericQueryManager
-
Remove the database structure
- remove() - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
- remove() - Method in class rife.resources.DatabaseResources
-
Removes the database structure that's needed to store and retrieve resources in and from a database.
- remove(String) - Method in class rife.config.Config
-
Removes a parameter.
- remove(String) - Method in class rife.ioc.HierarchicalProperties
-
Removes the mapping for this name from this
HierarchicalProperties
instance, if it is present. - remove_(DropSequence, DropTable) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- removeAttribute(String) - Method in class rife.template.AbstractTemplate
- removeAttribute(String) - Method in interface rife.template.Template
-
Removes an attribute from this template instance.
- removeBean(Object) - Method in class rife.template.AbstractTemplate
- removeBean(Object) - Method in interface rife.template.Template
-
Reverts all values to their defaults when the identifiers match properties of the given bean, whether those values were set with a previous call to
setBean
. - removeBean(Object, String) - Method in class rife.template.AbstractTemplate
- removeBean(Object, String) - Method in interface rife.template.Template
-
Reverts all values to their defaults when the identifiers match properties of the given bean preceded by the given prefix, whether or not those values were set with a previous call to
setBean
. - removeBean(Template, Object, String) - Method in class rife.template.AbstractBeanHandler
- removeBean(Template, Object, String) - Method in interface rife.template.BeanHandler
-
Reverts all values to their defaults when the identifiers match properties of the given bean preceded by the given prefix, whether those values were set with a previous call to
Template.setBean(Object)
. - removed() - Method in interface rife.database.querymanagers.generic.GenericQueryManagerListener
-
Executed when the database structure has been successfully removed.
- removeErrorMarkings(Template, Collection<String>) - Method in class rife.validation.AbstractValidationBuilder
- removeErrorMarkings(Template, Collection<String>) - Method in interface rife.validation.ValidationBuilder
- removeErrorMarkings(Template, Collection<String>, String) - Method in class rife.validation.AbstractValidationBuilder
- removeErrorMarkings(Template, Collection<String>, String) - Method in interface rife.validation.ValidationBuilder
- removeField(Template, String) - Method in class rife.forms.AbstractFormBuilder
- removeField(Template, String) - Method in interface rife.forms.FormBuilder
-
Removes the content of the template value that would otherwise be filled in with a generated form field through a
FormBuilder.replaceField(rife.template.Template, java.lang.String, rife.validation.ConstrainedProperty, java.lang.String[], java.lang.String)
method. - removeField(Template, String, String) - Method in class rife.forms.AbstractFormBuilder
- removeField(Template, String, String) - Method in interface rife.forms.FormBuilder
-
Removes the content of the template value that would otherwise be filled in with a generated form field through a
FormBuilder.generateField(rife.template.Template, rife.validation.ConstrainedProperty, java.lang.String[], java.lang.String)
method. - removeForm(Template, Class, String) - Method in class rife.forms.AbstractFormBuilder
- removeForm(Template, Class, String) - Method in interface rife.forms.FormBuilder
-
Removes the content of all the template values that would otherwise be filled in with generated form fields through the
FormBuilder.generateForm(Template, Class, Map, String)
method. - removeGeneratedValues() - Method in class rife.template.AbstractTemplate
- removeGeneratedValues() - Method in interface rife.template.Template
-
Reverts the generated values back to their default value.
- removeList(String) - Method in class rife.config.Config
-
Removes a list.
- removeListener(ConstrainedPropertyListener) - Method in class rife.validation.ConstrainedProperty
-
Removes a listener.
- removeListeners() - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- removeListeners() - Method in interface rife.database.querymanagers.generic.GenericQueryManager
-
Remove all the listeners that are registered to the manager.
- removeListeners() - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
- removeManyToMany() - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- removeResource(String) - Method in class rife.resources.MemoryResources
- removeResource(String) - Method in interface rife.resources.ResourceWriter
-
Removes the resource with the provided name.
- removeValidationErrors(Template, Collection<String>) - Method in class rife.validation.AbstractValidationBuilder
- removeValidationErrors(Template, Collection<String>) - Method in interface rife.validation.ValidationBuilder
- removeValidationErrors(Template, Collection<String>, String) - Method in class rife.validation.AbstractValidationBuilder
- removeValidationErrors(Template, Collection<String>, String) - Method in interface rife.validation.ValidationBuilder
- removeValue(String) - Method in class rife.template.AbstractTemplate
- removeValue(String) - Method in interface rife.template.Template
-
Reverts the specified value back to its default value.
- removeValues(Collection<String>) - Method in class rife.template.AbstractTemplate
- removeValues(Collection<String>) - Method in interface rife.template.Template
-
Reverts the specified values back to their default value.
- render(Template, String, String) - Method in interface rife.template.ValueRenderer
-
Renders the specified value in the given template.
- RendererInstantiationException - Exception in rife.template.exceptions
- RendererInstantiationException(Template, String, Throwable) - Constructor for exception rife.template.exceptions.RendererInstantiationException
- RendererNotFoundException - Exception in rife.template.exceptions
- RendererNotFoundException(Template, String, Throwable) - Constructor for exception rife.template.exceptions.RendererNotFoundException
- RendererWrongTypeException - Exception in rife.template.exceptions
- RendererWrongTypeException(Template, String) - Constructor for exception rife.template.exceptions.RendererWrongTypeException
- repeat(String, int) - Static method in class rife.tools.StringUtils
-
Creates a new string that contains the provided string a number of times.
- replace(String, String, String) - Static method in class rife.tools.StringUtils
-
Searches for a string within a specified string in a case-sensitive manner and replaces every match with another string.
- replace(String, String, String, boolean) - Static method in class rife.tools.StringUtils
-
Searches for a string within a specified string and replaces every match with another string.
- replaceField(Template, String, Class, String, String[], String) - Method in class rife.forms.AbstractFormBuilder
- replaceField(Template, String, Class, String, String[], String) - Method in interface rife.forms.FormBuilder
-
Generates a form field for one particular property name and always replace the content of the template values that match the auto-generation name format.
- replaceField(Template, String, Class, ConstrainedProperty, String[], String) - Method in class rife.forms.AbstractFormBuilder
- replaceField(Template, String, Class, ConstrainedProperty, String[], String) - Method in interface rife.forms.FormBuilder
-
Generates a form field for one particular property and always replace the content of the template values that match the auto-generation name format.
- replaceField(Template, String, String, String[], String) - Method in class rife.forms.AbstractFormBuilder
- replaceField(Template, String, String, String[], String) - Method in interface rife.forms.FormBuilder
-
Generates a form field for one particular property name and always replace the content of the template values that match the auto-generation name format.
- replaceField(Template, String, ConstrainedProperty, String[], String) - Method in class rife.forms.AbstractFormBuilder
- replaceField(Template, String, ConstrainedProperty, String[], String) - Method in interface rife.forms.FormBuilder
-
Generates a form field for one particular property and always replace the content of the template values that match the auto-generation name format.
- replaceValidationErrors(Set<ValidationError>) - Method in class rife.validation.MetaData
- replaceValidationErrors(Set<ValidationError>) - Method in interface rife.validation.Validated
-
Replaces the stored
ValidationError
s with a new set of errors. - replaceValidationErrors(Set<ValidationError>) - Method in class rife.validation.Validation
- reportsDir(File) - Method in class rife.bld.operations.JUnitOptions
-
Enable report output into a specified local directory (will be created if it does not exist).
- repositories - Variable in class rife.bld.BaseProject
-
The project's repositories for dependency resolution.
- repositories() - Method in class rife.bld.BaseProject
-
Returns the list of repositories for this project.
- repositories() - Method in class rife.bld.dependencies.DependencyResolver
-
Retrieve the repositories that are used by this dependency resolver.
- repositories() - Method in class rife.bld.operations.DependencyTreeOperation
-
Retrieves the repositories in which the dependencies will be resolved.
- repositories() - Method in class rife.bld.operations.DownloadOperation
-
Retrieves the repositories in which the dependencies will be resolved.
- repositories() - Method in class rife.bld.operations.PublishOperation
-
Retrieves the repositories to which will be published.
- repositories() - Method in class rife.bld.operations.PurgeOperation
-
Retrieves the repositories in which the dependencies will be resolved.
- repositories() - Method in class rife.bld.operations.UpdatesOperation
-
Retrieves the repositories in which the dependencies will be resolved.
- repositories() - Method in class rife.bld.wrapper.Wrapper
-
Returns the set of extension repositories.
- repositories(List<Repository>) - Method in class rife.bld.operations.DependencyTreeOperation
-
Provides a list of repositories to resolve the dependencies against.
- repositories(List<Repository>) - Method in class rife.bld.operations.DownloadOperation
-
Provides a list of repositories to resolve the dependencies against.
- repositories(List<Repository>) - Method in class rife.bld.operations.PublishOperation
-
Provides a list of repositories to publish to.
- repositories(List<Repository>) - Method in class rife.bld.operations.PurgeOperation
-
Provides a list of repositories to resolve the dependencies against.
- repositories(List<Repository>) - Method in class rife.bld.operations.UpdatesOperation
-
Provides a list of repositories to resolve the dependencies against.
- repositories(Repository...) - Method in class rife.bld.BaseProject
-
Adds repositories to this project.
- repositories(Repository...) - Method in class rife.bld.operations.DependencyTreeOperation
-
Provides repositories to resolve the dependencies against.
- repositories(Repository...) - Method in class rife.bld.operations.DownloadOperation
-
Provides repositories to resolve the dependencies against.
- repositories(Repository...) - Method in class rife.bld.operations.PublishOperation
-
Provides repositories to publish to.
- repositories(Repository...) - Method in class rife.bld.operations.PurgeOperation
-
Provides repositories to resolve the dependencies against.
- repositories(Repository...) - Method in class rife.bld.operations.UpdatesOperation
-
Provides repositories to resolve the dependencies against.
- repository() - Method in record class rife.bld.dependencies.RepositoryArtifact
-
Returns the value of the
repository
record component. - repository(String) - Method in class rife.bld.BaseProject
-
Creates a new repository instance.
- repository(String) - Method in class rife.validation.ConstrainedProperty
-
Sets the repository where the content data of this property will be stored.
- repository(String, String, String) - Method in class rife.bld.BaseProject
-
Creates a new repository instance with basic username and password authentication.
- repository(Repository) - Method in class rife.bld.operations.PublishOperation
-
Provides a repository to publish to, can be called multiple times to add more repositories.
- Repository - Record Class in rife.bld.dependencies
-
Contains the information required to locate a Maven-compatible repository.
- Repository(String) - Constructor for record class rife.bld.dependencies.Repository
-
Creates a new repository with only a location.
- Repository(String, String, String) - Constructor for record class rife.bld.dependencies.Repository
-
Creates an instance of a
Repository
record class. - REPOSITORY - Static variable in class rife.validation.ConstrainedProperty
- RepositoryArtifact - Record Class in rife.bld.dependencies
-
Represents an artifact location in a repository.
- RepositoryArtifact(Repository, String) - Constructor for record class rife.bld.dependencies.RepositoryArtifact
-
Creates an instance of a
RepositoryArtifact
record class. - requiresAdaptiveVerification() - Method in class rife.tools.StringEncryptor
- reserveConnection(DbConnectionUser) - Method in class rife.database.DbQueryManager
-
Reserves a database connection for a particular thread for all the instructions that are executed in the provided
DbConnectionUser
instance. - resetClassLoader() - Method in class rife.template.TemplateFactory
- resetGroup(String) - Method in class rife.validation.MetaData
- resetGroup(String) - Method in interface rife.validation.Validated
-
Removed all the
ValidationError
s of a particular validation group. - resetGroup(String) - Method in class rife.validation.Validation
- resetValidation() - Method in class rife.validation.MetaData
- resetValidation() - Method in interface rife.validation.Validated
-
Resets the validation by removing all validation errors that are currently present.
- resetValidation() - Method in class rife.validation.Validation
- resolution() - Method in class rife.bld.dependencies.DependencyResolver
-
Returns the version resolution state that can be cached.
- resolve(String) - Method in class rife.template.Parser
- resolveCompileDependencies(HierarchicalProperties, ArtifactRetriever, List<Repository>) - Method in class rife.bld.dependencies.DependencyScopes
-
Returns the transitive set of dependencies that would be used for the compile scope in a project.
- resolveEntity(String, String) - Method in class rife.xml.Xml2Data
- resolveEntity(String, String) - Method in class rife.xml.XmlEntityResolver
- resolveMavenLocal(HierarchicalProperties) - Static method in record class rife.bld.dependencies.Repository
-
This method will be called as soon as hierarchical properties are initialized in the build executor.
- resolveProvidedDependencies(HierarchicalProperties, ArtifactRetriever, List<Repository>) - Method in class rife.bld.dependencies.DependencyScopes
-
Returns the transitive set of dependencies that would be used for the provided scope in a project.
- resolveRepository(HierarchicalProperties, String) - Static method in record class rife.bld.dependencies.Repository
-
Resolves the repository in the provided hierarchical properties.
- resolveRuntimeDependencies(HierarchicalProperties, ArtifactRetriever, List<Repository>) - Method in class rife.bld.dependencies.DependencyScopes
-
Returns the transitive set of dependencies that would be used for the runtime scope in a project.
- resolveStandaloneDependencies(HierarchicalProperties, ArtifactRetriever, List<Repository>) - Method in class rife.bld.dependencies.DependencyScopes
-
Returns the transitive set of dependencies that would be used for the standalone scope in a project.
- resolveTestDependencies(HierarchicalProperties, ArtifactRetriever, List<Repository>) - Method in class rife.bld.dependencies.DependencyScopes
-
Returns the transitive set of dependencies that would be used for the test scope in a project.
- resolveVersion() - Method in class rife.bld.dependencies.DependencyResolver
-
Resolves the dependency version in the provided repositories.
- ResourceAdditionErrorException - Exception in rife.resources.exceptions
- ResourceAdditionErrorException(String, String, Throwable) - Constructor for exception rife.resources.exceptions.ResourceAdditionErrorException
- ResourceBundleNotFoundException - Exception in rife.template.exceptions
- ResourceBundleNotFoundException(String, String, String) - Constructor for exception rife.template.exceptions.ResourceBundleNotFoundException
- resourceBundles_ - Variable in class rife.template.AbstractTemplate
- resourceDir(File) - Method in class rife.bld.operations.JpackageOptions
-
Path to override jpackage resources.
- resourceDir(String) - Method in class rife.bld.operations.JpackageOptions
-
Path to override jpackage resources.
- resourceDir(Path) - Method in class rife.bld.operations.JpackageOptions
-
Path to override jpackage resources.
- ResourceFinder - Interface in rife.resources
-
This interface defines the methods that classes with
ResourceFinder
functionalities have to implement. - ResourceFinderClasspath - Class in rife.resources
-
This class offers
ResourceFinder
capabilities for resources that are available through the classloader. - ResourceFinderClasspath() - Constructor for class rife.resources.ResourceFinderClasspath
- ResourceFinderDirectories - Class in rife.resources
-
This class offers
ResourceFinder
capabilities for resources that are available through a collection of directories. - ResourceFinderDirectories(File...) - Constructor for class rife.resources.ResourceFinderDirectories
-
Creates a new instance for the provided array of directories.
- ResourceFinderErrorException - Exception in rife.resources.exceptions
- ResourceFinderErrorException(String) - Constructor for exception rife.resources.exceptions.ResourceFinderErrorException
- ResourceFinderErrorException(String, Throwable) - Constructor for exception rife.resources.exceptions.ResourceFinderErrorException
- ResourceFinderGroup - Class in rife.resources
-
Allows a group of resource finders to acts as if they are one single resource finders.
- ResourceFinderGroup() - Constructor for class rife.resources.ResourceFinderGroup
- ResourceRemovalErrorException - Exception in rife.resources.exceptions
- ResourceRemovalErrorException(String, Throwable) - Constructor for exception rife.resources.exceptions.ResourceRemovalErrorException
- resources - Variable in class rife.config.RifeConfig
- resources() - Static method in class rife.config.RifeConfig
- ResourcesConfig() - Constructor for class rife.config.RifeConfig.ResourcesConfig
- ResourceStructureInstallationException - Exception in rife.resources.exceptions
- ResourceStructureInstallationException(Throwable) - Constructor for exception rife.resources.exceptions.ResourceStructureInstallationException
- ResourceStructureRemovalException - Exception in rife.resources.exceptions
- ResourceStructureRemovalException(Throwable) - Constructor for exception rife.resources.exceptions.ResourceStructureRemovalException
- ResourceUpdateErrorException - Exception in rife.resources.exceptions
- ResourceUpdateErrorException(String, String, Throwable) - Constructor for exception rife.resources.exceptions.ResourceUpdateErrorException
- ResourceWriter - Interface in rife.resources
-
This interface defines the methods that classes with
ResourceWriter
functionalities have to implement. - ResourceWriterErrorException - Exception in rife.resources.exceptions
- ResourceWriterErrorException(String) - Constructor for exception rife.resources.exceptions.ResourceWriterErrorException
- ResourceWriterErrorException(String, Throwable) - Constructor for exception rife.resources.exceptions.ResourceWriterErrorException
- restore() - Method in interface rife.database.querymanagers.generic.GenericQueryManager
-
Restore all the beans persisted under this manager.
- restore() - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
- restore(int) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
-
Restore a single bean using the identifier.
- restore(int) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
- restore(DbRowProcessor) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
-
Restore all beans using the row processor provided.
- restore(DbRowProcessor) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
- restore(BeanFetcher<BeanType>) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
-
Restore all beans using the bean fetcher provided.
- restore(BeanFetcher<T>) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
- restore(RestoreQuery) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
-
Restore a list of beans that match the provided
RestoreQuery
. - restore(RestoreQuery) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
- restore(RestoreQuery, DbRowProcessor) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
-
Restore a list of beans that match the provided
RestoreQuery
and process with theDbRowProcessor
. - restore(RestoreQuery, DbRowProcessor) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
- restore(RestoreQuery, BeanFetcher<BeanType>) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
-
Restore a list of beans that match the provided
RestoreQuery
and process with theBeanFetcher
. - restore(RestoreQuery, BeanFetcher<T>) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
- restored(BeanType) - Method in interface rife.database.querymanagers.generic.GenericQueryManagerListener
-
Executed when a bean was successfully restored.
- restoreFirst(RestoreQuery) - Method in interface rife.database.querymanagers.generic.GenericQueryManager
-
Restore the first bean that matches the
RestoreQuery
. - restoreFirst(RestoreQuery) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
- restoreLazyManyToOneProperty(GenericQueryManager, Constrained, String, String) - Static method in class rife.database.querymanagers.generic.GenericQueryManagerRelationalUtils
-
Restores a constrained many-to-one property value that is lazily loaded.
- restoreManyToMany(BeanType, int) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- restoreManyToOne(BeanType) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- restoreManyToOneAssociations(BeanType, int) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- restoreManyToOneProperty(GenericQueryManager, Object, GenericQueryManager, String, Class) - Static method in class rife.database.querymanagers.generic.GenericQueryManagerRelationalUtils
- RestoreQuery - Class in rife.database.querymanagers.generic
- RestoreQuery(Select) - Constructor for class rife.database.querymanagers.generic.RestoreQuery
- RESTRICT - Static variable in class rife.database.queries.CreateTable
- RESTRICT - Static variable in class rife.database.queries.CreateTable.ViolationAction
- restrictToCatalog(boolean) - Method in class rife.xml.XmlEntityResolver
- resultSet_ - Variable in class rife.database.DbResultSet
- retrieveMetaDataBean() - Method in class rife.validation.MetaData
- retrieveMetaDataBean() - Method in interface rife.validation.MetaDataBeanAware
-
Has to return the bean instance that has been associated with this metadata class instance.
- retrieveValidatedBean() - Method in class rife.validation.MetaData
- retrieveValidatedBean() - Method in interface rife.validation.Validated
-
Retrieves the bean instance that will be validated.
- retrieveValidatedBean() - Method in class rife.validation.Validation
- reversed(boolean) - Method in class rife.database.querymanagers.generic.ManyToManyDeclaration
- revision() - Method in record class rife.bld.dependencies.VersionNumber
-
Returns the value of the
revision
record component. - revisionInt() - Method in record class rife.bld.dependencies.VersionNumber
-
Returns a primitive integer for the version revision component.
- rife - package rife
- rife.bld - package rife.bld
-
Provides classes and interfaces for the build system.
- rife.bld.blueprints - package rife.bld.blueprints
-
Provides blueprints for project creation.
- rife.bld.dependencies - package rife.bld.dependencies
-
Provides functionalities to resolve and retrieve dependency artifacts.
- rife.bld.dependencies.exceptions - package rife.bld.dependencies.exceptions
-
Provides exception classes build system dependency handling.
- rife.bld.help - package rife.bld.help
-
Provides help texts for build commands.
- rife.bld.instrument - package rife.bld.instrument
-
Provides functionalities for bytecode instrumentation.
- rife.bld.operations - package rife.bld.operations
-
Provides operations for the build system.
- rife.bld.operations.exceptions - package rife.bld.operations.exceptions
-
Provides exception classes for the build system operations.
- rife.bld.publish - package rife.bld.publish
-
Provides classes and interfaces for the publishing operation.
- rife.bld.wrapper - package rife.bld.wrapper
-
Provides classes and interfaces for the build system wrapper.
- rife.cmf - package rife.cmf
-
Provides classes, interfaces and elements for the content management framework.
- rife.cmf.transform - package rife.cmf.transform
-
Provides classes and interfaces that are able to transform typed content data.
- rife.config - package rife.config
-
Provides classes for the configuration framework and for the configuration of RIFE2 itself.
- rife.config.exceptions - package rife.config.exceptions
-
Provides exception classes for the RIFE2 configuration.
- rife.database - package rife.database
-
Provides classes and interfaces for the object-oriented query builders, database abstraction layer, persistence manager, query handling templates, fault-tolerant JDBC wrappers and connection pooling.
- rife.database.exceptions - package rife.database.exceptions
-
Provides exception classes for the database framework.
- rife.database.queries - package rife.database.queries
-
Provides classes and interfaces for the object-oriented query builders.
- rife.database.querymanagers.generic - package rife.database.querymanagers.generic
-
Provides classes and interfaces for the persistence framework.
- rife.database.querymanagers.generic.exceptions - package rife.database.querymanagers.generic.exceptions
-
Provides exception classes for the generic query manager.
- rife.database.querymanagers.generic.instrument - package rife.database.querymanagers.generic.instrument
-
Performs the bytecode analysis and instrumentation for generic query manager functionalities, such as lazy-loading.
- rife.database.types - package rife.database.types
-
Provides classes for the conversion from Java to SQL values and vice-versa.
- rife.datastructures - package rife.datastructures
-
Provides general data structure classes.
- rife.engine - package rife.engine
-
Provides classes and interfaces for the web engine.
- rife.forms - package rife.forms
-
Provides classes and interfaces for form building.
- rife.instrument - package rife.instrument
-
The classes that are responsible for performing byte-code instrumentation through agents and transformers.
- rife.instrument.exceptions - package rife.instrument.exceptions
-
Common exceptions that are being used during the transformation of byte-code.
- rife.ioc - package rife.ioc
-
Provides interfaces and classes for IoC capable properties that resolve and obtain their values at run-time.
- rife.ioc.exceptions - package rife.ioc.exceptions
-
Provides exception classes for the inversion of control support.
- rife.resources - package rife.resources
-
Provides classes and interfaces for the resource abstraction framework.
- rife.resources.exceptions - package rife.resources.exceptions
-
Provides exception classes for the resource abstraction framework.
- rife.selector - package rife.selector
-
Provides classes and interfaces for generalized name selectors.
- rife.template - package rife.template
-
Provides classes and interfaces for the template engine.
- rife.template.exceptions - package rife.template.exceptions
-
Provides exception classes for the template engine.
- rife.tools - package rife.tools
-
Provides general purpose utility classes.
- rife.tools.exceptions - package rife.tools.exceptions
-
Provides exception classes for the general purpose utilities.
- rife.validation - package rife.validation
-
Provides classes and interfaces for validation and constraints.
- rife.validation.annotations - package rife.validation.annotations
-
Provides annotations for the metadata facility.
- rife.validation.exceptions - package rife.validation.exceptions
-
Provides exception classes for the validation framework.
- rife.validation.instrument - package rife.validation.instrument
-
Contains all the classes that perform byte-code analysis and transformations related to meta-data merging and constraints.
- rife.xml - package rife.xml
-
Provides classes for facilitating the SAX parsing of XML.
- rife.xml.exceptions - package rife.xml.exceptions
-
Provides exception classes for the XML parsing tools.
- RIFE2_RELEASES - Static variable in record class rife.bld.dependencies.Repository
- RIFE2_SNAPSHOTS - Static variable in record class rife.bld.dependencies.Repository
- RIFE2_USER_DIR - Static variable in class rife.bld.BuildExecutor
- Rife2ProjectBlueprint - Class in rife.bld.blueprints
-
Provides the dependency information required to create a new RIFE2 project.
- Rife2ProjectBlueprint(File, String, String, String) - Constructor for class rife.bld.blueprints.Rife2ProjectBlueprint
- Rife2ProjectBlueprint(File, String, String, String, VersionNumber) - Constructor for class rife.bld.blueprints.Rife2ProjectBlueprint
- RifeConfig - Class in rife.config
-
Provides configuration over RIFE2 itself.
- RifeConfig() - Constructor for class rife.config.RifeConfig
- RifeConfig.AuthenticationConfig - Class in rife.config
- RifeConfig.CmfConfig - Class in rife.config
- RifeConfig.DatabaseConfig - Class in rife.config
- RifeConfig.EngineConfig - Class in rife.config
- RifeConfig.GlobalConfig - Class in rife.config
- RifeConfig.Mime - Class in rife.config
- RifeConfig.ResourcesConfig - Class in rife.config
- RifeConfig.SchedulerConfig - Class in rife.config
- RifeConfig.TemplateConfig - Class in rife.config
- RifeConfig.ToolsConfig - Class in rife.config
- RifeConfig.XmlConfig - Class in rife.config
- RIGHT - Static variable in class rife.database.queries.Select.JoinType
- RIGHT - Static variable in class rife.database.queries.Select
- rollback() - Method in class rife.database.DbConnection
-
Warning: only use the raw transaction methods if you really know what you're doing.
- rollback() - Method in class rife.database.DbTransactionUser
-
Should be used to roll back ongoing transactions, otherwise enclosing transaction users might not be interrupted and subsequent modification can still happen outside the transaction.
- RollbackException - Exception in rife.database.exceptions
- RollbackException() - Constructor for exception rife.database.exceptions.RollbackException
- rowDeleted() - Method in class rife.database.DbResultSet
- RowIndexOutOfBoundsException - Exception in rife.database.exceptions
- RowIndexOutOfBoundsException() - Constructor for exception rife.database.exceptions.RowIndexOutOfBoundsException
- rowInserted() - Method in class rife.database.DbResultSet
- RowProcessor - Interface in rife.database
-
This interface can be implemented to process one row in a database query result set.
- RowProcessorErrorException - Exception in rife.database.exceptions
- RowProcessorErrorException(Throwable) - Constructor for exception rife.database.exceptions.RowProcessorErrorException
- rowUpdated() - Method in class rife.database.DbResultSet
- RPM - Enum constant in enum class rife.bld.operations.JpackageOptions.PackageType
- run() - Method in class rife.bld.BaseProject
-
Standard build command, runs the project.
- runClasspath() - Method in class rife.bld.BaseProject
-
Returns all the classpath entries for running the application.
- RunHelp - Class in rife.bld.help
-
Provides help for the run command.
- RunHelp() - Constructor for class rife.bld.help.RunHelp
- runModulePath() - Method in class rife.bld.BaseProject
-
Returns all the module path entries for running the application.
- runOperation() - Method in class rife.bld.BaseProject
-
Retrieves the project's default run operation.
- RunOperation - Class in rife.bld.operations
-
Runs a Java application.
- RunOperation() - Constructor for class rife.bld.operations.RunOperation
- runOptions() - Method in class rife.bld.operations.RunOperation
-
Retrieves the run options
- runOptions(String...) - Method in class rife.bld.operations.RunOperation
-
Provides options for the run operation
- runOptions(List<String>) - Method in class rife.bld.operations.RunOperation
-
Provides options for the run operation
- runOptions_ - Variable in class rife.bld.operations.RunOperation
- runtime - Enum constant in enum class rife.bld.dependencies.Scope
-
Used when running the main source code.
- runtimeClasspathJars() - Method in class rife.bld.BaseProject
-
Returns all the jar files that are in the runtime scope classpath.
- runtimeImage(File) - Method in class rife.bld.operations.JpackageOptions
-
Path of the predefined runtime image that will be copied into the application image.
- runtimeImage(String) - Method in class rife.bld.operations.JpackageOptions
-
Path of the predefined runtime image that will be copied into the application image.
- runtimeImage(Path) - Method in class rife.bld.operations.JpackageOptions
-
Path of the predefined runtime image that will be copied into the application image.
- runtimeModulePathJars() - Method in class rife.bld.BaseProject
-
Returns all the jar files that are in the runtime scope module path.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form