- validateChecksum(String, String) - Method in interface org.butor.checksum.ChecksumFunction
-
- validateChecksum(String, String) - Method in enum org.butor.checksum.CommonChecksumFunction
-
- value() - Method in enum org.butor.utils.AccessMode
-
- valueOf(String) - Static method in enum org.butor.checksum.CommonChecksumFunction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.butor.utils.AccessMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.butor.utils.CommonDateFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.butor.utils.CommonMessageID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.butor.utils.Message.MessageType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.butor.checksum.CommonChecksumFunction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.butor.utils.AccessMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.butor.utils.CommonDateFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.butor.utils.CommonMessageID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.butor.utils.Message.MessageType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION - Variable in class org.butor.utils.VersionInfo
-
- VersionInfo - Class in org.butor.utils
-
- VersionInfo.VersionInfoBuilder - Class in org.butor.utils
-
Example of usage :
VersionInfo vInfo = new VersionInfoBuilder().setGroupId("org.butor").setArtifactId("butor-dao").build();
You will find version information in vInfo of the package org.butor/butor-dao
VERSION : Version as it is defined in the pom file.
- VersionInfo.VersionInfoMapBuilder - Class in org.butor.utils
-
- VersionInfoBuilder() - Constructor for class org.butor.utils.VersionInfo.VersionInfoBuilder
-
- VersionInfoMapBuilder() - Constructor for class org.butor.utils.VersionInfo.VersionInfoMapBuilder
-