Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
V
- validate() - Method in class rife.validation.AbstractValidationRule
- validate() - Method in class rife.validation.MetaData
- validate() - Method in interface rife.validation.Validated
-
Validates the internal subjects.
- validate() - Method in class rife.validation.Validation
- validate() - Method in interface rife.validation.ValidationRule
- validate() - Method in class rife.validation.ValidationRuleEmail
- validate() - Method in class rife.validation.ValidationRuleFormat
- validate() - Method in class rife.validation.ValidationRuleInList
- validate() - Method in class rife.validation.ValidationRuleLimitedDate
- validate() - Method in class rife.validation.ValidationRuleLimitedLength
- validate() - Method in class rife.validation.ValidationRuleNotEmpty
- validate() - Method in class rife.validation.ValidationRuleNotEqual
- validate() - Method in class rife.validation.ValidationRuleNotNull
- validate() - Method in class rife.validation.ValidationRuleRange
- validate() - Method in class rife.validation.ValidationRuleRegexp
- validate() - Method in class rife.validation.ValidationRuleSameAs
- validate() - Method in class rife.validation.ValidationRuleUrl
- validate(Validated) - Method in class rife.database.querymanagers.generic.AbstractGenericQueryManager
- validate(Validated) - Method in class rife.database.querymanagers.generic.GenericQueryManagerDelegate
- validate(Validated) - Method in interface rife.validation.ValidationContext
-
Validates a
Validated
in this context. - validate(ValidationContext) - Method in class rife.validation.MetaData
- validate(ValidationContext) - Method in interface rife.validation.Validated
-
Validates the internal subjects and also validates the bean within the provided
ValidationContext
- validate(ValidationContext) - Method in class rife.validation.Validation
- validateCode(String, String) - Static method in class rife.tools.TOTPUtils
-
Code validation with a default of 1-step back, granting a 30-60 second window
- validateCode(String, String, int) - Static method in class rife.tools.TOTPUtils
-
Code validation where steps back can be customized to allow looser time-based authentication
- Validated - Interface in rife.validation
-
This interface defines methods for bean-centric data validation.
- validateGroup(String) - Method in class rife.validation.MetaData
- validateGroup(String) - Method in interface rife.validation.Validated
-
Validate the
ValidationRule
s of a particular validation group. - validateGroup(String) - Method in class rife.validation.Validation
- validateGroup(String, ValidationContext) - Method in class rife.validation.MetaData
- validateGroup(String, ValidationContext) - Method in interface rife.validation.Validated
-
Validate the
ValidationRule
s of a particular validation group and also validates the entire bean within the providedValidationContext
- validateGroup(String, ValidationContext) - Method in class rife.validation.Validation
- Validation - Class in rife.validation
- Validation() - Constructor for class rife.validation.Validation
- ValidationBuilder - Interface in rife.validation
- ValidationBuilderException - Exception in rife.validation.exceptions
- ValidationBuilderException(String) - Constructor for exception rife.validation.exceptions.ValidationBuilderException
- ValidationBuilderException(String, Throwable) - Constructor for exception rife.validation.exceptions.ValidationBuilderException
- ValidationBuilderException(Throwable) - Constructor for exception rife.validation.exceptions.ValidationBuilderException
- ValidationBuilderHtml - Class in rife.validation
- ValidationBuilderHtml() - Constructor for class rife.validation.ValidationBuilderHtml
- ValidationBuilderXml - Class in rife.validation
- ValidationBuilderXml() - Constructor for class rife.validation.ValidationBuilderXml
- ValidationContext - Interface in rife.validation
-
This interface has to be implemented by all classes that provide a context in which
Validated
bean instances can be validated. - ValidationError - Class in rife.validation
-
Instances of this class detail subjects that were found invalid during validation.
- ValidationError(String, String) - Constructor for class rife.validation.ValidationError
-
Creates a new
ValidationError
instance for the specified identifier and subject. - ValidationError(String, String, boolean) - Constructor for class rife.validation.ValidationError
-
Creates a new
ValidationError
instance for the specified identifier and subject. - ValidationError.DIFFERENT - Class in rife.validation
- ValidationError.INCOMPLETE - Class in rife.validation
- ValidationError.INVALID - Class in rife.validation
- ValidationError.MANDATORY - Class in rife.validation
- ValidationError.NOT_NUMERIC - Class in rife.validation
- ValidationError.UNEXPECTED - Class in rife.validation
- ValidationError.UNIQUENESS - Class in rife.validation
- ValidationError.WRONG_FORMAT - Class in rife.validation
- ValidationError.WRONG_LENGTH - Class in rife.validation
- ValidationException - Exception in rife.validation.exceptions
- ValidationException(String) - Constructor for exception rife.validation.exceptions.ValidationException
- ValidationException(String, Throwable) - Constructor for exception rife.validation.exceptions.ValidationException
- ValidationException(Throwable) - Constructor for exception rife.validation.exceptions.ValidationException
- ValidationGroup - Class in rife.validation
- ValidationRule - Interface in rife.validation
- ValidationRuleEmail - Class in rife.validation
- ValidationRuleEmail(String) - Constructor for class rife.validation.ValidationRuleEmail
- ValidationRuleFormat - Class in rife.validation
- ValidationRuleFormat(String, Format) - Constructor for class rife.validation.ValidationRuleFormat
- ValidationRuleInList - Class in rife.validation
- ValidationRuleInList(String, String[]) - Constructor for class rife.validation.ValidationRuleInList
- ValidationRuleLimitedDate - Class in rife.validation
- ValidationRuleLimitedDate(String, Date, Date) - Constructor for class rife.validation.ValidationRuleLimitedDate
- ValidationRuleLimitedLength - Class in rife.validation
- ValidationRuleLimitedLength(String, int, int) - Constructor for class rife.validation.ValidationRuleLimitedLength
- ValidationRuleNotEmpty - Class in rife.validation
- ValidationRuleNotEmpty(String) - Constructor for class rife.validation.ValidationRuleNotEmpty
- ValidationRuleNotEqual - Class in rife.validation
- ValidationRuleNotEqual(String, Object) - Constructor for class rife.validation.ValidationRuleNotEqual
- ValidationRuleNotNull - Class in rife.validation
- ValidationRuleNotNull(String) - Constructor for class rife.validation.ValidationRuleNotNull
- ValidationRuleRange - Class in rife.validation
- ValidationRuleRange(String, Comparable, Comparable) - Constructor for class rife.validation.ValidationRuleRange
- ValidationRuleRegexp - Class in rife.validation
- ValidationRuleRegexp(String, String) - Constructor for class rife.validation.ValidationRuleRegexp
- ValidationRuleSameAs - Class in rife.validation
- ValidationRuleSameAs(String, String) - Constructor for class rife.validation.ValidationRuleSameAs
- ValidationRuleUrl - Class in rife.validation
- ValidationRuleUrl(String) - Constructor for class rife.validation.ValidationRuleUrl
- ValidityChecks - Class in rife.validation
- ValidityChecks() - Constructor for class rife.validation.ValidityChecks
- value() - Element in annotation interface rife.bld.BuildCommand
-
When provided, specifies a name for the build command that can be different from the method name.
- value() - Method in record class rife.bld.publish.SnapshotVersion
-
Returns the value of the
value
record component. - value() - Element in annotation interface rife.validation.annotations.MetaDataClass
-
The class that will be merged during meta-data merging.
- VALUE_CHECKED - Static variable in class rife.forms.FormBuilderHtml
- VALUE_CHECKED - Static variable in class rife.forms.FormBuilderXml
- VALUE_SELECTED - Static variable in class rife.forms.FormBuilderHtml
- VALUE_SELECTED - Static variable in class rife.forms.FormBuilderXml
- valueOf(String) - Static method in enum class rife.bld.dependencies.Scope
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.JavacOptions.DebuggingInfo
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.JavacOptions.Implicit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.JavacOptions.Processing
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.JavadocOptions.DocLinkOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.JavadocOptions.Level
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.JavadocOptions.ModuleContent
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.JavadocOptions.ModulePackages
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.JavadocOptions.Override
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.JavaOptions.Verbose
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.JlinkOptions.CompressionLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.JlinkOptions.Endian
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.JmodOperation.OperationMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.JmodOptions.FilePatternType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.JmodOptions.ResolvedReason
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.JpackageOptions.PackageType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.JUnitOptions.Details
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.JUnitOptions.Theme
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.operations.ZipCompression
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.template.TemplateConfig
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.tools.ArrayUtils.ArrayType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.tools.BeanUtils.Accessors
-
Returns the enum constant of this class with the specified name.
- ValueRenderer - Interface in rife.template
-
An object which can render content for a value in a template.
- values() - Static method in enum class rife.bld.dependencies.Scope
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.JavacOptions.DebuggingInfo
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.JavacOptions.Implicit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.JavacOptions.Processing
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.JavadocOptions.DocLinkOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.JavadocOptions.Level
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.JavadocOptions.ModuleContent
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.JavadocOptions.ModulePackages
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.JavadocOptions.Override
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.JavaOptions.Verbose
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.JlinkOptions.CompressionLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.JlinkOptions.Endian
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.JmodOperation.OperationMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.JmodOptions.FilePatternType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.JmodOptions.ResolvedReason
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.JpackageOptions.PackageType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.JUnitOptions.Details
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.JUnitOptions.Theme
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.operations.ZipCompression
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.template.TemplateConfig
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.tools.ArrayUtils.ArrayType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.tools.BeanUtils.Accessors
-
Returns an array containing the constants of this enum class, in the order they are declared.
- ValueUnknownException - Exception in rife.template.exceptions
- ValueUnknownException(String) - Constructor for exception rife.template.exceptions.ValueUnknownException
- VAR - Enum constant in enum class rife.bld.operations.JavacOptions.DebuggingInfo
- vendor(String) - Method in class rife.bld.operations.JpackageOptions
-
Vendor of the application.
- verbose(boolean) - Method in class rife.bld.operations.JlinkOptions
-
Enable verbose tracing.
- verbose(boolean) - Method in class rife.bld.operations.JpackageOptions
-
Enables verbose output.
- verbose(boolean) - Method in class rife.template.TemplateDeployer
- verbose(JavaOptions.Verbose) - Method in class rife.bld.operations.JavaOptions
-
Enable verbose output for the given subsystem
- VERBOSE - Enum constant in enum class rife.bld.operations.JUnitOptions.Details
- version - Variable in class rife.bld.BaseProject
-
The project's version.
- version() - Method in class rife.bld.BaseProject
-
Returns the project's version.
- version() - Method in class rife.bld.Cli
-
The standard
version
command. - version() - Method in class rife.bld.dependencies.Dependency
-
Returns this dependency's
version
. - version() - Method in record class rife.bld.dependencies.PomDependency
-
Returns the value of the
version
record component. - version() - Method in class rife.bld.operations.JavadocOptions
-
Include @version paragraphs
- version() - Method in class rife.bld.publish.PublishInfo
-
Retrieves the project's version.
- version(int) - Method in class rife.bld.BaseProject
-
Creates a new version instance.
- version(int, int) - Method in class rife.bld.BaseProject
-
Creates a new version instance.
- version(int, int, int) - Method in class rife.bld.BaseProject
-
Creates a new version instance.
- version(int, int, int, String) - Method in class rife.bld.BaseProject
-
Creates a new version instance.
- version(String) - Method in class rife.bld.BaseProject
-
Creates a new version instance.
- version(Version) - Method in class rife.bld.publish.PublishInfo
-
Provides the project's version.
- Version - Interface in rife.bld.dependencies
-
Represents the basic functionality of a dependency version.
- versionFromResource(String) - Static method in class rife.tools.FileUtils
-
Reads the contents of a resource for use as a version number.
- VersionGeneric - Class in rife.bld.dependencies
-
Generic version implementation based on the Maven implementation.
- VersionGeneric(String) - Constructor for class rife.bld.dependencies.VersionGeneric
-
Creates a generic version from the specified string.
- VersionHelp - Class in rife.bld.help
-
Provides help for the version command.
- VersionHelp() - Constructor for class rife.bld.help.VersionHelp
- VersionNumber - Record Class in rife.bld.dependencies
-
Contains the information required to describe a dependency version number.
- VersionNumber(Integer) - Constructor for record class rife.bld.dependencies.VersionNumber
-
Constructs a version number with only a major component.
- VersionNumber(Integer, Integer) - Constructor for record class rife.bld.dependencies.VersionNumber
-
Constructs a version number with a major and minor component.
- VersionNumber(Integer, Integer, Integer) - Constructor for record class rife.bld.dependencies.VersionNumber
-
Constructs a version number with major, minor and revision components.
- VersionNumber(Integer, Integer, Integer, String) - Constructor for record class rife.bld.dependencies.VersionNumber
-
Constructs a complete version number with qualifier, the separator will default to "
-
". - VersionNumber(Integer, Integer, Integer, String, String) - Constructor for record class rife.bld.dependencies.VersionNumber
-
Constructs a complete version number with qualifier.
- versionOperation() - Method in class rife.bld.BaseProject
-
Retrieves the project's default version operation.
- VersionOperation - Class in rife.bld.operations
-
Outputs the version of the build system.
- VersionOperation() - Constructor for class rife.bld.operations.VersionOperation
- versionOverrides() - Method in class rife.bld.dependencies.VersionResolution
-
Returns the map of version overrides, where the key is the name of the dependency and the value is the overridden version.
- VersionResolution - Class in rife.bld.dependencies
-
This class is responsible for managing version overrides for dependencies.
- VersionResolution(HierarchicalProperties) - Constructor for class rife.bld.dependencies.VersionResolution
-
Creates a new instance of the
VersionResolution
class from hierarchical properties that are passed in. - VirtualParameters - Class in rife.database
-
Internal class to handle virtual parameters of a
DbPreparedStatement
. - VirtualParameters(QueryParameters, VirtualParametersHandler) - Constructor for class rife.database.VirtualParameters
-
Creates a new
VirtualParameters
instance. - VirtualParametersHandler - Interface in rife.database
-
Internal interface that defines the methods that a
VirtualParameters
handler has to support. - VisitInterruptionException - Error in rife.instrument.exceptions
-
This is an internal exception that is used whenever the bytecode of a class is being visited and the analysis has to be interrupted in the middle.
- VisitInterruptionException() - Constructor for error rife.instrument.exceptions.VisitInterruptionException
- visitModule(String, int, String) - Method in class rife.bld.instrument.ModuleMainClassAdapter
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form