Skip navigation links
A B C D E F G H I J L M N O P R S T U V W X Z 

A

accept(File) - Method in class org.butor.utils.PatternFileFilter
 
AccessMode - Enum in org.butor.utils
 
addAllFieldsFromObject(Object) - Method in class org.butor.utils.ArgsBuilder
This methods adds to the inner map all the field declared from the object given in parameter.
addHeader(String) - Method in class org.butor.utils.CSVWriterBuilder
Add an unquoted header
addHeader(String, String, boolean) - Method in class org.butor.utils.CSVWriterBuilder
Add an header
addToDate(Date, int, int) - Static method in class org.butor.utils.DateUtils
Modify a date by adding a date part value.
adminPwd - Variable in class org.butor.ldap.DefaultLdapUserModel
 
adminUsername - Variable in class org.butor.ldap.DefaultLdapUserModel
 
ALGORITHM_SHA1 - Static variable in class org.butor.utils.DigestHelper
 
ApplicationException - Exception in org.butor.utils
 
ArgsBuilder - Class in org.butor.utils
 
ArgsBuilder() - Constructor for class org.butor.utils.ArgsBuilder
Deprecated.
As of release 1.0.7, please use ArgsBuilder.create()}
ARTIFACT_ID - Variable in class org.butor.utils.VersionInfo
 
auth(String, String) - Method in class org.butor.ldap.DefaultLdapUserModel
 
auth(String, String) - Method in interface org.butor.ldap.LdapUserModel
 
available() - Method in class org.butor.zip.ZipEntryInputStream
 

B

BeanWithAttributes - Class in org.butor.utils
 
BeanWithAttributes() - Constructor for class org.butor.utils.BeanWithAttributes
 
BlockingThreadPoolExecutor - Class in org.butor.utils
 
BlockingThreadPoolExecutor(int) - Constructor for class org.butor.utils.BlockingThreadPoolExecutor
 
build() - Method in class org.butor.utils.ArgsBuilder
 
build() - Method in class org.butor.utils.CSVWriterBuilder
Build a CSVWriter.
BUILD - Variable in class org.butor.utils.VersionInfo
 
build() - Method in class org.butor.utils.VersionInfo.VersionInfoBuilder
 
build() - Method in class org.butor.utils.VersionInfo.VersionInfoMapBuilder
Return a Map<String,VersionInfo> that contain all potential versions found in the classpath.
build(Predicate<String>) - Method in class org.butor.utils.VersionInfo.VersionInfoMapBuilder
Return a Map<String,VersionInfo> that contain all potential versions found in the classpath.
BUTOR_GROUP_ID_PREDICATE - Static variable in class org.butor.utils.VersionInfo.VersionInfoMapBuilder
 
ButorConfig - Class in org.butor.config
 
ButorConfig() - Constructor for class org.butor.config.ButorConfig
 
ButorConfig(String) - Constructor for class org.butor.config.ButorConfig
 

C

ChecksumFunction - Interface in org.butor.checksum
 
clean(T) - Method in class org.butor.utils.CriteriaSanitizer
Sanitize the criteria object in parameter.
cleanField(T, String, Class<?>, Object, Method) - Method in class org.butor.utils.CriteriaSanitizer
You may override this method to confer a different handling per type / other criteria If the method return false, the default behavior will be executed.
clearTime(Date) - Method in class org.butor.utils.DateUtils
 
close() - Method in class org.butor.zip.ZipEntryInputStream
 
CommonChecksumFunction - Enum in org.butor.checksum
The checksum is generated like this : CHECKSUM = SALT+MAXTIME+HASH where SALT = 8 bytes of random positive Long JSON = JSON(Sorted Map<String,Object> representing the object) MAXTIME = Long representing the maximum valid period for this checksum, (optional) HASH = HASHFUNCTION(JSON+SALT+MAXTIME) (MAXTIME is Long.MAX_VALUE if no TTL)
CommonDateFormat - Enum in org.butor.utils
 
CommonMessageID - Enum in org.butor.utils
 
Config - Interface in org.butor.config
 
copyFile(File, File) - Static method in class org.butor.utils.FileHelper
 
create() - Static method in class org.butor.utils.ArgsBuilder
 
CriteriaSanitizer<T> - Class in org.butor.utils
 
CriteriaSanitizer() - Constructor for class org.butor.utils.CriteriaSanitizer
 
CSVWriter - Class in org.butor.utils
 
CSVWriterBuilder - Class in org.butor.utils
 
CSVWriterBuilder() - Constructor for class org.butor.utils.CSVWriterBuilder
 

D

DATE_FORMAT_COMPACT - Static variable in class org.butor.utils.DateUtils
Compact full date time format "yyyyMMddHHmmss".
DATE_FORMAT_FULL - Static variable in class org.butor.utils.DateUtils
Normal full date format "yyyy/MM/dd HH:mm:ss SSS".
DATE_FORMAT_FULL_DASH - Static variable in class org.butor.utils.DateUtils
Normal full date format "yyyy-MM-dd HH:mm:ss SSS".
DATE_FORMAT_HHMM - Static variable in class org.butor.utils.DateUtils
Time format "HH:mm".
DATE_FORMAT_HHMMSS - Static variable in class org.butor.utils.DateUtils
Time format "HH:mm:ss".
DATE_FORMAT_NORMAL - Static variable in class org.butor.utils.DateUtils
Normal date format "yyyy/MM/dd HH:mm:ss".
DATE_FORMAT_NORMAL_DASH - Static variable in class org.butor.utils.DateUtils
Normal date format "yyyy-MM-dd HH:mm:ss".
DATE_FORMAT_YYYYMMDD - Static variable in class org.butor.utils.DateUtils
Date format "yyyy/MM/dd".
DATE_FORMAT_YYYYMMDD_COMPACT - Static variable in class org.butor.utils.DateUtils
Date format compact "yyyyMMdd".
DATE_FORMAT_YYYYMMDD_DASH - Static variable in class org.butor.utils.DateUtils
Date format "yyyy-MM-dd".
DATE_FORMATS - Static variable in class org.butor.utils.DateUtils
 
DateUtils - Class in org.butor.utils
This object provide simple tools for date manipulation.
DateUtils() - Constructor for class org.butor.utils.DateUtils
Contstructor.
defaultCleanField(T, String, Class<?>, Object, Method) - Method in class org.butor.utils.CriteriaSanitizer
The default behavior is to convert empty strings to null when empty.
DefaultLdapUserModel - Class in org.butor.ldap
 
DefaultLdapUserModel(String, String) - Constructor for class org.butor.ldap.DefaultLdapUserModel
 
deleteFile(File) - Static method in class org.butor.utils.FileHelper
 
DiffUtils - Class in org.butor.utils
 
DiffUtils() - Constructor for class org.butor.utils.DiffUtils
 
DigestHelper - Class in org.butor.utils
 
DigestHelper() - Constructor for class org.butor.utils.DigestHelper
 
domain - Variable in class org.butor.ldap.DefaultLdapUserModel
 

E

EmailTemplate - Class in org.butor.mail
 
EmailTemplate() - Constructor for class org.butor.mail.EmailTemplate
 
encrypt(String, String) - Static method in class org.butor.utils.DigestHelper
 
eodTime(Date) - Method in class org.butor.utils.DateUtils
 
eq(T, U) - Static method in class org.butor.utils.ObjectUtil
Most of the time, we want to use o1.equals(o2) with objects of the same type.
equals(Object) - Method in class org.butor.ldap.LdapUser
 
equals(Object) - Method in class org.butor.mail.EmailTemplate
 
equals(Object) - Method in class org.butor.utils.Message
 
exception(Throwable, Message...) - Static method in exception org.butor.utils.ApplicationException
 
exception(String, Message...) - Static method in exception org.butor.utils.ApplicationException
 
exception(Message...) - Static method in exception org.butor.utils.ApplicationException
 
exception(String, Throwable, Message...) - Static method in exception org.butor.utils.ApplicationException
 

F

FileHelper - Class in org.butor.utils
 
FileHelper() - Constructor for class org.butor.utils.FileHelper
 
format(Date) - Method in enum org.butor.utils.CommonDateFormat
 
formatDate(String, Date) - Static method in class org.butor.utils.DateUtils
Format a date as a provided pattern.
formatHHMM(Date) - Static method in class org.butor.utils.DateUtils
Format a date as HH:mm.
formatHHMMSS(Date) - Static method in class org.butor.utils.DateUtils
Format a date as HH:mm:ss.
formatYYYYMMDD(Date) - Static method in class org.butor.utils.DateUtils
Format a date as yyyy/MM/dd.

G

generateChecksum(String) - Method in interface org.butor.checksum.ChecksumFunction
Generate the checksum of an object
generateChecksum(String) - Method in enum org.butor.checksum.CommonChecksumFunction
 
generateChecksumWithTTL(String, long, TimeUnit) - Method in interface org.butor.checksum.ChecksumFunction
 
generateChecksumWithTTL(String, long, TimeUnit) - Method in enum org.butor.checksum.CommonChecksumFunction
 
get(String) - Method in class org.butor.config.ButorConfig
 
get(String, String) - Method in class org.butor.config.ButorConfig
 
get(String) - Method in interface org.butor.config.Config
 
get(String, String) - Method in interface org.butor.config.Config
 
getAttribute(String) - Method in class org.butor.utils.BeanWithAttributes
 
getAttributes() - Method in class org.butor.utils.BeanWithAttributes
 
getAttributesMap() - Method in class org.butor.utils.BeanWithAttributes
 
getCompressedSize() - Method in class org.butor.zip.ZipEntryInfo
 
getContext(String, String) - Method in class org.butor.ldap.DefaultLdapUserModel
 
getCreationDate() - Method in class org.butor.ldap.LdapUser
 
getDatePart(Date, int) - Static method in class org.butor.utils.DateUtils
Retreive a date part.
getDefault() - Static method in class org.butor.ldap.NoCheckSocketFactory
 
getDifferences(Object, Object) - Static method in class org.butor.utils.DiffUtils
Returns an alphabetically sorted set of fields names that have differences in their value between two objects.
getDisplayName() - Method in class org.butor.ldap.LdapUser
 
getEmail() - Method in class org.butor.ldap.LdapUser
 
getFieldCount() - Method in class org.butor.utils.CSVWriter
 
getFirstName() - Method in class org.butor.ldap.LdapUser
 
getFromRecipient() - Method in class org.butor.mail.EmailTemplate
 
getFromRecipient() - Method in class org.butor.mail.Mailer
 
getFullName() - Method in class org.butor.ldap.LdapUser
 
getHeader() - Method in class org.butor.utils.CSVWriter
Get the header for this Writer
getId() - Method in enum org.butor.utils.CommonMessageID
 
getId() - Method in class org.butor.utils.Message
 
getId() - Method in interface org.butor.utils.MessageID
 
getLanguage() - Method in class org.butor.ldap.LdapUser
 
getLastModified() - Method in class org.butor.config.ButorConfig
 
getLastName() - Method in class org.butor.ldap.LdapUser
 
getLine(String...) - Method in class org.butor.utils.CSVWriter
Get the line using the String array provided as parameters;
getLine(Map<String, String>) - Method in class org.butor.utils.CSVWriter
Get the line using the String array provided as parameters;
getMessage() - Method in class org.butor.mail.EmailTemplate
 
getMessage() - Method in enum org.butor.utils.CommonMessageID
 
getMessage(String) - Method in enum org.butor.utils.CommonMessageID
 
getMessage() - Method in class org.butor.utils.Message
 
getMessages() - Method in exception org.butor.utils.ApplicationException
 
getMessageType() - Method in enum org.butor.utils.CommonMessageID
 
getMessageType() - Method in interface org.butor.utils.MessageID
 
getMethod() - Method in class org.butor.zip.ZipEntryInfo
 
getMonitor() - Method in class org.butor.mail.Mailer
 
getName() - Method in class org.butor.zip.ZipEntryInfo
 
getPasswordFromFile(String) - Static method in class org.butor.utils.FileHelper
Given a user name and the name of a password file, this method returns the password in the file.
getPath() - Method in class org.butor.config.ButorConfig
 
getPhone() - Method in class org.butor.ldap.LdapUser
 
getResourceBytes(File, String) - Static method in class org.butor.zip.ZipUtils
 
getResourceChars(File, String, String) - Static method in class org.butor.zip.ZipUtils
 
getResourceInputStream(File, String) - Static method in class org.butor.zip.ZipUtils
 
getSize() - Method in class org.butor.zip.ZipEntryInfo
 
getSubject() - Method in class org.butor.mail.EmailTemplate
 
getSysId() - Method in enum org.butor.utils.CommonMessageID
 
getSysId() - Method in class org.butor.utils.Message
 
getSysId() - Method in interface org.butor.utils.MessageID
 
getToRecipients() - Method in class org.butor.mail.EmailTemplate
 
getType() - Method in class org.butor.utils.Message
 
getUsername() - Method in class org.butor.ldap.LdapUser
 
GROUP_ID - Variable in class org.butor.utils.VersionInfo
 

H

hashCode() - Method in class org.butor.ldap.LdapUser
 
hashCode() - Method in class org.butor.mail.EmailTemplate
 
hashCode() - Method in class org.butor.utils.Message
 
htmlEncode(String) - Static method in class org.butor.utils.StringUtil
Encodes a string for display in an HTML page, replacing the usual reserved characters by the corresponding entities.

I

IMailer - Interface in org.butor.mail
 
isDirectory() - Method in class org.butor.zip.ZipEntryInfo
 
isEmpty(String) - Static method in class org.butor.utils.StringUtil
 
isNullDate(Date) - Static method in class org.butor.utils.DateUtils
 
isNullDateMax(Date) - Static method in class org.butor.utils.DateUtils
 
isNullDateMin(Date) - Static method in class org.butor.utils.DateUtils
 
IWriteListener - Interface in org.butor.utils
 

J

javascriptEncode(String) - Static method in class org.butor.utils.StringUtil
Encodes a string for output as a JavaScript string, by escaping the quotes and double quotes.

L

ldapUrl - Variable in class org.butor.ldap.DefaultLdapUserModel
 
LdapUser - Class in org.butor.ldap
 
LdapUser() - Constructor for class org.butor.ldap.LdapUser
 
LdapUserModel - Interface in org.butor.ldap
 
listContent(File) - Static method in class org.butor.zip.ZipUtils
 
loadProperties(File) - Static method in class org.butor.utils.PropertiesHelper
 
logger - Variable in class org.butor.ldap.DefaultLdapUserModel
 
logger - Variable in class org.butor.utils.CriteriaSanitizer
 

M

Mailer - Class in org.butor.mail
 
Mailer(ScheduledExecutorService) - Constructor for class org.butor.mail.Mailer
 
main(String[]) - Static method in class org.butor.mail.Mailer
 
main(String[]) - Static method in class org.butor.utils.DateUtils
 
main(String[]) - Static method in class org.butor.zip.ZipUtils
 
Message - Class in org.butor.utils
TODO
Message(MessageID) - Constructor for class org.butor.utils.Message
 
Message(MessageID, String) - Constructor for class org.butor.utils.Message
 
Message(int, Message.MessageType, String) - Constructor for class org.butor.utils.Message
 
Message(String, Message.MessageType, String) - Constructor for class org.butor.utils.Message
 
Message(String, Message.MessageType, String, String) - Constructor for class org.butor.utils.Message
 
Message(String) - Constructor for class org.butor.utils.Message
 
Message.MessageType - Enum in org.butor.utils
 
MessageID - Interface in org.butor.utils
 
MS_PER_DAY - Static variable in class org.butor.utils.DateUtils
Number of milliseconds per day
MS_PER_HOUR - Static variable in class org.butor.utils.DateUtils
Number of milliseconds per hour
MS_PER_MINUTE - Static variable in class org.butor.utils.DateUtils
Number of milliseconds per minute
MS_PER_SECOND - Static variable in class org.butor.utils.DateUtils
Number of milliseconds per second

N

NoCheckSocketFactory - Class in org.butor.ldap
 
NoCheckSocketFactory() - Constructor for class org.butor.ldap.NoCheckSocketFactory
 
NULL_MAX_DATE - Static variable in class org.butor.utils.DateUtils
2999/12/31 (no minutes, hours, seconds, ms) this date is used instead of using null date (initialized but inifinite date)
NULL_MAX_DATE_DAYS - Static variable in class org.butor.utils.DateUtils
 
NULL_MIN_DATE - Static variable in class org.butor.utils.DateUtils
1800/01/01 (no minutes, hours, seconds, ms) this date is used instead of using null date (not initialized date)
NULL_MIN_DATE_DAYS - Static variable in class org.butor.utils.DateUtils
 

O

ObjectUtil - Class in org.butor.utils
Utility class for Objects
ObjectUtil() - Constructor for class org.butor.utils.ObjectUtil
 
org.butor.checksum - package org.butor.checksum
 
org.butor.config - package org.butor.config
 
org.butor.ldap - package org.butor.ldap
 
org.butor.mail - package org.butor.mail
 
org.butor.utils - package org.butor.utils
 
org.butor.zip - package org.butor.zip
 

P

parse(String) - Method in enum org.butor.utils.CommonDateFormat
 
parseDate(String) - Static method in class org.butor.utils.DateUtils
Parse date form a string.
parseDate(String, String) - Static method in class org.butor.utils.DateUtils
Parse date form a string using provided pattern.
parseLdapDate(String) - Method in class org.butor.ldap.DefaultLdapUserModel
 
PatternFileFilter - Class in org.butor.utils
 
PatternFileFilter(Pattern[]) - Constructor for class org.butor.utils.PatternFileFilter
 
patterns - Variable in class org.butor.utils.PatternFileFilter
 
PropertiesHelper - Class in org.butor.utils
 
PROPERTY_ENCRYPTION_ALGORITHM - Static variable in class org.butor.utils.DigestHelper
 
putResource(File, String, InputStream, long) - Static method in class org.butor.zip.ZipUtils
 
putResource(File, String, InputStream, long, IWriteListener) - Static method in class org.butor.zip.ZipUtils
 
putResource(File, File, String) - Static method in class org.butor.zip.ZipUtils
 
putResource(File, File, String, IWriteListener) - Static method in class org.butor.zip.ZipUtils
 

R

read() - Method in class org.butor.zip.ZipEntryInputStream
 
read(byte[]) - Method in class org.butor.zip.ZipEntryInputStream
 
read(byte[], int, int) - Method in class org.butor.zip.ZipEntryInputStream
 
releaseContext(DirContext) - Method in class org.butor.ldap.DefaultLdapUserModel
 
remove(String) - Method in class org.butor.utils.ArgsBuilder
 
removeAttribute(String) - Method in class org.butor.utils.BeanWithAttributes
 
removeResource(File, String) - Static method in class org.butor.zip.ZipUtils
 
resetDateHHMMSS_GMT(Date) - Static method in class org.butor.utils.DateUtils
Reset the HH:MM:SS parts of a date.
resetDateYYYYMMDD_GMT(Date) - Static method in class org.butor.utils.DateUtils
Reset the yyyyMMdd parts of a date.

S

save() - Method in class org.butor.config.ButorConfig
 
save() - Method in interface org.butor.config.Config
 
saveProperties(Properties, File) - Static method in class org.butor.utils.PropertiesHelper
 
search(String) - Method in class org.butor.ldap.DefaultLdapUserModel
 
search(List<String>) - Method in class org.butor.ldap.DefaultLdapUserModel
 
search(List<String>, int) - Method in class org.butor.ldap.DefaultLdapUserModel
 
search(String) - Method in interface org.butor.ldap.LdapUserModel
 
search(List<String>) - Method in interface org.butor.ldap.LdapUserModel
 
searchBase - Variable in class org.butor.ldap.DefaultLdapUserModel
 
sendMail(String, String, String, String) - Method in interface org.butor.mail.IMailer
 
sendMail(String, String, String, String, String) - Method in interface org.butor.mail.IMailer
 
sendMail(List<String>, String, String, String) - Method in interface org.butor.mail.IMailer
 
sendMail(List<String>, String, String, String, String) - Method in interface org.butor.mail.IMailer
 
sendMail(String, String, String, String) - Method in class org.butor.mail.Mailer
 
sendMail(String, String, String, String, String) - Method in class org.butor.mail.Mailer
 
sendMail(List<String>, String, String, String) - Method in class org.butor.mail.Mailer
 
sendMail(List<String>, String, String, String, String) - Method in class org.butor.mail.Mailer
 
set(String, String) - Method in class org.butor.config.ButorConfig
 
set(String, String) - Method in interface org.butor.config.Config
 
set(String, Object) - Method in class org.butor.utils.ArgsBuilder
 
setAdminPwd(String) - Method in class org.butor.ldap.DefaultLdapUserModel
 
setAdminUsername(String) - Method in class org.butor.ldap.DefaultLdapUserModel
 
setArtifactId(String) - Method in class org.butor.utils.VersionInfo.VersionInfoBuilder
 
setAttribute(String, Object) - Method in class org.butor.utils.BeanWithAttributes
 
setAttributes(String) - Method in class org.butor.utils.BeanWithAttributes
 
setAttributesMap(Map<String, Object>) - Method in class org.butor.utils.BeanWithAttributes
 
setCompressedSize(long) - Method in class org.butor.zip.ZipEntryInfo
 
setCreationDate(String) - Method in class org.butor.ldap.LdapUser
 
setDateHHMMSS_GMT(Date, Date) - Static method in class org.butor.utils.DateUtils
Change the HH:MM:SS parts of a date.
setDatePart(Date, int, int) - Static method in class org.butor.utils.DateUtils
Set a date part.
setDelimiter(String) - Method in class org.butor.utils.CSVWriterBuilder
Set the field delimiter Default to ';'
setDirectory(boolean) - Method in class org.butor.zip.ZipEntryInfo
 
setDisplayName(String) - Method in class org.butor.ldap.LdapUser
 
setEmail(String) - Method in class org.butor.ldap.LdapUser
 
setFirstName(String) - Method in class org.butor.ldap.LdapUser
 
setFromRecipient(String) - Method in class org.butor.mail.EmailTemplate
 
setFromRecipient(String) - Method in class org.butor.mail.Mailer
 
setFullName(String) - Method in class org.butor.ldap.LdapUser
 
setGroupId(String) - Method in class org.butor.utils.VersionInfo.VersionInfoBuilder
 
setLanguage(String) - Method in class org.butor.ldap.LdapUser
 
setLastName(String) - Method in class org.butor.ldap.LdapUser
 
setMessage(String) - Method in class org.butor.mail.EmailTemplate
 
setMethod(int) - Method in class org.butor.zip.ZipEntryInfo
 
setName(String) - Method in class org.butor.zip.ZipEntryInfo
 
setPath(String) - Method in class org.butor.config.ButorConfig
 
setPhone(String) - Method in class org.butor.ldap.LdapUser
 
setQuoteCharacter(String) - Method in class org.butor.utils.CSVWriterBuilder
Set the quote character, this will be escaped in the String to print and quoted fields will be surrounded by this character Default to '"'
setSearchBase(String) - Method in class org.butor.ldap.DefaultLdapUserModel
 
setSize(long) - Method in class org.butor.zip.ZipEntryInfo
 
setSmtpHost(String) - Method in class org.butor.mail.Mailer
 
setSmtpPassword(String) - Method in class org.butor.mail.Mailer
 
setSmtpPort(String) - Method in class org.butor.mail.Mailer
 
setSmtpUser(String) - Method in class org.butor.mail.Mailer
 
setSsl(boolean) - Method in class org.butor.mail.Mailer
 
setSubject(String) - Method in class org.butor.mail.EmailTemplate
 
setSysId(String) - Method in enum org.butor.utils.CommonMessageID
 
setSysId(String) - Method in class org.butor.utils.Message
 
setToRecipients(String[]) - Method in class org.butor.mail.EmailTemplate
 
setUsername(String) - Method in class org.butor.ldap.LdapUser
 
StringUtil - Class in org.butor.utils
 
StringUtil() - Constructor for class org.butor.utils.StringUtil
 
SYSTEM_PROPERTY_REALM_ENCRYPTION_ALGORITHM - Static variable in class org.butor.utils.DigestHelper
 

T

TIMESTAMP - Variable in class org.butor.utils.VersionInfo
 
toHexString(byte[]) - Static method in class org.butor.utils.DigestHelper
Returns a string in the hexadecimal format.
toString() - Method in class org.butor.ldap.LdapUser
 
toString() - Method in class org.butor.mail.EmailTemplate
 
toString() - Method in exception org.butor.utils.ApplicationException
 
toString() - Method in class org.butor.utils.Message
 
toString() - Method in class org.butor.utils.VersionInfo
 
toString() - Method in class org.butor.zip.ZipEntryInfo
 

U

urlDecode(String) - Static method in class org.butor.utils.StringUtil
Performs URL decoding.
urlEncode(String) - Static method in class org.butor.utils.StringUtil
Performs URL encoding.

V

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
 

W

writeAborted() - Method in interface org.butor.utils.IWriteListener
 
writeChunkSize(long) - Method in interface org.butor.utils.IWriteListener
 
writeCompleted() - Method in interface org.butor.utils.IWriteListener
 
writeStarted(int) - Method in interface org.butor.utils.IWriteListener
 

X

xmlEncode(String) - Static method in class org.butor.utils.StringUtil
Encodes a string for display in an XML page, replacing the usual reserved characters by the corresponding entities.

Z

ZipEntryInfo - Class in org.butor.zip
 
ZipEntryInfo() - Constructor for class org.butor.zip.ZipEntryInfo
 
ZipEntryInputStream - Class in org.butor.zip
 
ZipEntryInputStream(File, String) - Constructor for class org.butor.zip.ZipEntryInputStream
 
ZipUtils - Class in org.butor.zip
 
ZipUtils() - Constructor for class org.butor.zip.ZipUtils
 
A B C D E F G H I J L M N O P R S T U V W X Z 
Skip navigation links

Copyright © 2018–2019 Butor Inc.. All rights reserved.