跳过导航链接
A B C D E F G H I J L M N P R S T W 

A

ArrayUtils - net.eulerframework.common.util中的类
 
ArrayUtils() - 类 的构造器net.eulerframework.common.util.ArrayUtils
 
Assert - net.eulerframework.common.util中的类
Assertion utility class.
Assert() - 类 的构造器net.eulerframework.common.util.Assert
 

B

beginningOfTheDay(Calendar) - 类 中的静态方法net.eulerframework.common.util.DateUtils
 
beginningOfTheDay(Date) - 类 中的静态方法net.eulerframework.common.util.DateUtils
 

C

camelCaseToUnderLineCase(String) - 类 中的静态方法net.eulerframework.common.util.StringUtils
把驼峰风格的字符串转换为下划线风格,连续的下划线会被替换为一个。
clearEmptyProperty(Object) - 类 中的静态方法net.eulerframework.common.util.JavaObjectUtils
将对象中为""的属性置为null
CommonUtils - net.eulerframework.common.util中的类
 
CommonUtils() - 类 的构造器net.eulerframework.common.util.CommonUtils
 
concat(T[], T[]) - 类 中的静态方法net.eulerframework.common.util.ArrayUtils
 
concatAll(T[], T[]...) - 类 中的静态方法net.eulerframework.common.util.ArrayUtils
 
convertDirToUnixFormat(String, boolean) - 类 中的静态方法net.eulerframework.common.util.CommonUtils
统一路径为UNIX格式
Examples: convertDirToUnixFormat("\", true) returns "/" convertDirToUnixFormat("D:\floder\", true) returns "D:/floder/" convertDirToUnixFormat("D:\floder\file", true) returns "D:/floder/file/" convertDirToUnixFormat("\", false) returns "" convertDirToUnixFormat("D:\floder\", false) returns "D:/floder" convertDirToUnixFormat("D:\floder\file", false) returns "D:/floder/file"
convertReturnToSpace(String) - 类 中的静态方法net.eulerframework.common.util.StringUtils
将换行符替换为空格
convertToLF(String) - 类 中的静态方法net.eulerframework.common.util.StringUtils
将CRLF和CR换行符转换为LF换行符
createFileIfNotExist(File) - 类 中的静态方法net.eulerframework.common.util.io.file.SimpleFileIOUtils
在文件系统创建不存在的文件以及文件所在的目录

D

DateUtils - net.eulerframework.common.util中的类
 
DateUtils() - 类 的构造器net.eulerframework.common.util.DateUtils
 
deleteFile(String) - 类 中的静态方法net.eulerframework.common.util.io.file.SimpleFileIOUtils
递归删除目录下的所有文件及子目录下所有文件
deleteFile(File) - 类 中的静态方法net.eulerframework.common.util.io.file.SimpleFileIOUtils
递归删除目录下的所有文件及子目录下所有文件

E

earseMultiSpcases(String) - 类 中的静态方法net.eulerframework.common.util.StringUtils
将制表符和多个连续的空格用一个空格替代
earseReturn(String) - 类 中的静态方法net.eulerframework.common.util.StringUtils
删除换行符
EmailConfig - net.eulerframework.common.email中的类
 
EmailConfig() - 类 的构造器net.eulerframework.common.email.EmailConfig
 
endingOfTheDay(Calendar) - 类 中的静态方法net.eulerframework.common.util.DateUtils
 
endingOfTheDay(Date) - 类 中的静态方法net.eulerframework.common.util.DateUtils
 
EnumPropertyReadException - net.eulerframework.common.util.property中的异常错误
 
EnumPropertyReadException() - 异常错误 的构造器net.eulerframework.common.util.property.EnumPropertyReadException
 
EnumPropertyReadException(String) - 异常错误 的构造器net.eulerframework.common.util.property.EnumPropertyReadException
 
EnumPropertyReadException(String, Throwable) - 异常错误 的构造器net.eulerframework.common.util.property.EnumPropertyReadException
 
EnumPropertyReadException(Throwable) - 异常错误 的构造器net.eulerframework.common.util.property.EnumPropertyReadException
 
extractFileExtension(String) - 类 中的静态方法net.eulerframework.common.util.io.file.FileUtils
获取文件的扩展名
extractFileNameWithoutExtension(String) - 类 中的静态方法net.eulerframework.common.util.io.file.FileUtils
获取不带扩展名的文件名

F

FileReadException - net.eulerframework.common.util.io.file中的异常错误
 
FileReadException() - 异常错误 的构造器net.eulerframework.common.util.io.file.FileReadException
 
FileReadException(String) - 异常错误 的构造器net.eulerframework.common.util.io.file.FileReadException
 
FileReadException(String, Throwable) - 异常错误 的构造器net.eulerframework.common.util.io.file.FileReadException
 
FileReadException(Throwable) - 异常错误 的构造器net.eulerframework.common.util.io.file.FileReadException
 
FileUtils - net.eulerframework.common.util.io.file中的类
 
FileUtils() - 类 的构造器net.eulerframework.common.util.io.file.FileUtils
 
findSuperClassGenricType(Class<?>, int) - 类 中的静态方法net.eulerframework.common.util.JavaObjectUtils
获取父类范型类型
formatDate(Date, String) - 类 中的静态方法net.eulerframework.common.util.DateUtils
 

G

get(String) - 类 中的方法net.eulerframework.common.util.property.PropertyReader
 
get(String, String) - 类 中的方法net.eulerframework.common.util.property.PropertyReader
 
getBeanFields(Class<?>, boolean) - 类 中的静态方法net.eulerframework.common.util.JavaObjectUtils
获取对象的属性
getBooleanValue(String, boolean) - 类 中的方法net.eulerframework.common.util.property.PropertyReader
 
getContentDisposition() - 类 中的方法net.eulerframework.common.util.MIMEUtils.MIME
 
getContentType() - 类 中的方法net.eulerframework.common.util.MIMEUtils.MIME
 
getDefaultMIME() - 类 中的静态方法net.eulerframework.common.util.MIMEUtils
 
getDoubleValue(String, double) - 类 中的方法net.eulerframework.common.util.property.PropertyReader
 
getEnumValue(String, T, boolean) - 类 中的方法net.eulerframework.common.util.property.PropertyReader
读取枚举类型的配置
getIntValue(String, int) - 类 中的方法net.eulerframework.common.util.property.PropertyReader
 
getLongValue(String, long) - 类 中的方法net.eulerframework.common.util.property.PropertyReader
 
getMIME(String) - 类 中的静态方法net.eulerframework.common.util.MIMEUtils
 
getPassword() - 类 中的方法net.eulerframework.common.email.EmailConfig
 
getPassword() - 类 中的方法net.eulerframework.common.email.MailAuthenticator
 
getPasswordAuthentication() - 类 中的方法net.eulerframework.common.email.MailAuthenticator
 
getProperty(String) - 类 中的方法net.eulerframework.common.util.property.PropertySource
 
getSender() - 类 中的方法net.eulerframework.common.email.EmailConfig
 
getSimpleSystemMailSender(EmailConfig) - 类 中的静态方法net.eulerframework.common.email.MailSenderFactory
 
getSmtp() - 类 中的方法net.eulerframework.common.email.EmailConfig
 
getThreadSimpleMailSender(EmailConfig) - 类 中的静态方法net.eulerframework.common.email.MailSenderFactory
 
getUnixTimestamp(Date) - 类 中的静态方法net.eulerframework.common.util.DateUtils
 
getUsername() - 类 中的方法net.eulerframework.common.email.EmailConfig
 
getUsername() - 类 中的方法net.eulerframework.common.email.MailAuthenticator
 

H

hasLength(CharSequence) - 类 中的静态方法net.eulerframework.common.util.StringUtils
Check that the given CharSequence is neither null nor of length 0.
hasLength(String) - 类 中的静态方法net.eulerframework.common.util.StringUtils
Check that the given String is neither null nor of length 0.
hasText(String) - 类 中的静态方法net.eulerframework.common.util.Assert
Assert that the given String has valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String, String) - 类 中的静态方法net.eulerframework.common.util.Assert
Assert that the given String has valid text content; that is, it must not be null and must contain at least one non-whitespace character.
hasText(String, Class<T>, String) - 类 中的静态方法net.eulerframework.common.util.Assert
 
hasText(CharSequence) - 类 中的静态方法net.eulerframework.common.util.StringUtils
Check whether the given CharSequence contains actual text.
hasText(String) - 类 中的静态方法net.eulerframework.common.util.StringUtils
Check whether the given String contains actual text.

I

InvalidPropertyValueException - net.eulerframework.common.util.property中的异常错误
 
InvalidPropertyValueException() - 异常错误 的构造器net.eulerframework.common.util.property.InvalidPropertyValueException
 
InvalidPropertyValueException(String) - 异常错误 的构造器net.eulerframework.common.util.property.InvalidPropertyValueException
 
isEmpty(Object) - 类 中的静态方法net.eulerframework.common.util.StringUtils
Check whether the given String is empty.
isFalse(boolean) - 类 中的静态方法net.eulerframework.common.util.Assert
 
isFalse(boolean, String) - 类 中的静态方法net.eulerframework.common.util.Assert
 
isFalse(boolean, Class<T>, String) - 类 中的静态方法net.eulerframework.common.util.Assert
 
isNull(Object) - 类 中的静态方法net.eulerframework.common.util.Assert
 
isNull(Object, String) - 类 中的静态方法net.eulerframework.common.util.Assert
 
isNull(Object, Class<T>, String) - 类 中的静态方法net.eulerframework.common.util.Assert
 
isNull(String) - 类 中的静态方法net.eulerframework.common.util.StringUtils
Check whether the given String is empty or string "null".
isTrue(boolean) - 类 中的静态方法net.eulerframework.common.util.Assert
 
isTrue(boolean, String) - 类 中的静态方法net.eulerframework.common.util.Assert
 
isTrue(boolean, Class<T>, String) - 类 中的静态方法net.eulerframework.common.util.Assert
 

J

JavaObjectUtils - net.eulerframework.common.util中的类
 
JavaObjectUtils() - 类 的构造器net.eulerframework.common.util.JavaObjectUtils
 
JsonConvertException - net.eulerframework.common.util.json中的异常错误
 
JsonConvertException() - 异常错误 的构造器net.eulerframework.common.util.json.JsonConvertException
 
JsonConvertException(String) - 异常错误 的构造器net.eulerframework.common.util.json.JsonConvertException
 
JsonConvertException(String, Throwable) - 异常错误 的构造器net.eulerframework.common.util.json.JsonConvertException
 
JsonConvertException(Throwable) - 异常错误 的构造器net.eulerframework.common.util.json.JsonConvertException
 
JsonConvertException(String, Throwable, boolean, boolean) - 异常错误 的构造器net.eulerframework.common.util.json.JsonConvertException
 
JsonUtils - net.eulerframework.common.util.json中的类
 
JsonUtils() - 类 的构造器net.eulerframework.common.util.json.JsonUtils
 

L

LOGGER - 类 中的静态变量net.eulerframework.common.util.io.file.SimpleFileIOUtils
 
LOGGER - 类 中的静态变量net.eulerframework.common.util.MIMEUtils
 

M

MailAuthenticator - net.eulerframework.common.email中的类
 
MailAuthenticator() - 类 的构造器net.eulerframework.common.email.MailAuthenticator
 
MailAuthenticator(String, String) - 类 的构造器net.eulerframework.common.email.MailAuthenticator
 
MailSenderFactory - net.eulerframework.common.email中的类
 
MailSenderFactory() - 类 的构造器net.eulerframework.common.email.MailSenderFactory
 
MailSendException - net.eulerframework.common.email中的异常错误
 
MailSendException() - 异常错误 的构造器net.eulerframework.common.email.MailSendException
 
MailSendException(String) - 异常错误 的构造器net.eulerframework.common.email.MailSendException
 
MailSendException(String, Throwable) - 异常错误 的构造器net.eulerframework.common.email.MailSendException
 
MailSendException(Throwable) - 异常错误 的构造器net.eulerframework.common.email.MailSendException
 
main(String[]) - 类 中的静态方法net.eulerframework.common.email.MailSenderFactory
 
main(String[]) - 类 中的静态方法net.eulerframework.common.util.json.JsonUtils
 
MIME() - 类 的构造器net.eulerframework.common.util.MIMEUtils.MIME
 
MIME(String) - 类 的构造器net.eulerframework.common.util.MIMEUtils.MIME
 
MIMEUtils - net.eulerframework.common.util中的类
 
MIMEUtils() - 类 的构造器net.eulerframework.common.util.MIMEUtils
 
MIMEUtils.MIME - net.eulerframework.common.util中的类
 

N

net.eulerframework.common.email - 程序包 net.eulerframework.common.email
 
net.eulerframework.common.util - 程序包 net.eulerframework.common.util
 
net.eulerframework.common.util.io.file - 程序包 net.eulerframework.common.util.io.file
 
net.eulerframework.common.util.json - 程序包 net.eulerframework.common.util.json
 
net.eulerframework.common.util.property - 程序包 net.eulerframework.common.util.property
 
notNull(Object) - 类 中的静态方法net.eulerframework.common.util.Assert
 
notNull(Object, String) - 类 中的静态方法net.eulerframework.common.util.Assert
 
notNull(Object, Class<T>, String) - 类 中的静态方法net.eulerframework.common.util.Assert
 
now() - 类 中的静态方法net.eulerframework.common.util.DateUtils
 

P

parseDate(String, String) - 类 中的静态方法net.eulerframework.common.util.DateUtils
 
parseDate(String, String, Locale) - 类 中的静态方法net.eulerframework.common.util.DateUtils
 
parseDateFromUnixTimestamp(long) - 类 中的静态方法net.eulerframework.common.util.DateUtils
 
PropertyNotFoundException - net.eulerframework.common.util.property中的异常错误
 
PropertyNotFoundException() - 异常错误 的构造器net.eulerframework.common.util.property.PropertyNotFoundException
 
PropertyNotFoundException(String) - 异常错误 的构造器net.eulerframework.common.util.property.PropertyNotFoundException
 
PropertyNotFoundException(String, Throwable) - 异常错误 的构造器net.eulerframework.common.util.property.PropertyNotFoundException
 
PropertyNotFoundException(Throwable) - 异常错误 的构造器net.eulerframework.common.util.property.PropertyNotFoundException
 
PropertyReader - net.eulerframework.common.util.property中的类
 
PropertyReader() - 类 的构造器net.eulerframework.common.util.property.PropertyReader
初始化读取器,使用classpath根目录作为搜索位置,config.properties作为文件名
PropertyReader(String) - 类 的构造器net.eulerframework.common.util.property.PropertyReader
初始化读取器,使用classpath根目录作为搜索位置,configFile必须以/开头,搜索顺序为项目classes目录、euler-common的classpath、调用代码所在包的classpath
PropertyReader(String, Class<?>) - 类 的构造器net.eulerframework.common.util.property.PropertyReader
初始化读取器
PropertySource - net.eulerframework.common.util.property中的类
 
PropertySource(String, Class<?>) - 类 的构造器net.eulerframework.common.util.property.PropertySource
新建Properties文件数据源

R

randomString(int) - 类 中的静态方法net.eulerframework.common.util.StringUtils
随机生成字符串,字符串可能的取值在ASCII 0x21-0x7e之间
readFileByByte(File) - 类 中的静态方法net.eulerframework.common.util.io.file.SimpleFileIOUtils
读取文件至内存,一次读取一个字节
readFileByMultiBytes(File, int) - 类 中的静态方法net.eulerframework.common.util.io.file.SimpleFileIOUtils
读取文件至内存,一次读取多个字节
readFileToOutputStream(File, OutputStream, int) - 类 中的静态方法net.eulerframework.common.util.io.file.SimpleFileIOUtils
将文件写入输出流
readKeyValue(String, String, Class<T>) - 类 中的静态方法net.eulerframework.common.util.json.JsonUtils
 
refresh() - 类 中的方法net.eulerframework.common.util.property.PropertyReader
 
reload() - 类 中的静态方法net.eulerframework.common.util.MIMEUtils
 

S

send(String, String, String) - 类 中的方法net.eulerframework.common.email.SimpleMailSender
发送邮件
send(String, String, String...) - 类 中的方法net.eulerframework.common.email.SimpleMailSender
群发邮件
send(String, String, Collection<String>) - 类 中的方法net.eulerframework.common.email.SimpleMailSender
群发邮件
send(String, String, String) - 类 中的方法net.eulerframework.common.email.ThreadSimpleMailSender
 
send(String, String, String...) - 类 中的方法net.eulerframework.common.email.ThreadSimpleMailSender
 
setContentDisposition(String) - 类 中的方法net.eulerframework.common.util.MIMEUtils.MIME
 
setContentType(String) - 类 中的方法net.eulerframework.common.util.MIMEUtils.MIME
 
setFiledToZero(Calendar, int...) - 类 中的静态方法net.eulerframework.common.util.DateUtils
 
setPassword(String) - 类 中的方法net.eulerframework.common.email.EmailConfig
 
setPassword(String) - 类 中的方法net.eulerframework.common.email.MailAuthenticator
 
setSender(String) - 类 中的方法net.eulerframework.common.email.EmailConfig
 
setSmtp(String) - 类 中的方法net.eulerframework.common.email.EmailConfig
 
setSupportMaxFileBytes(int) - 类 中的静态方法net.eulerframework.common.util.io.file.SimpleFileIOUtils
改变SimpleFileIOUtils中将文件读取到内存类方法的可读取文件的最大字节数
setUsername(String) - 类 中的方法net.eulerframework.common.email.EmailConfig
 
setUsername(String) - 类 中的方法net.eulerframework.common.email.MailAuthenticator
 
SimpleFileIOUtils - net.eulerframework.common.util.io.file中的类
基于内存的文件读写器,适用小文件的读写
SimpleFileIOUtils() - 类 的构造器net.eulerframework.common.util.io.file.SimpleFileIOUtils
 
SimpleMailSender - net.eulerframework.common.email中的类
简单邮件发送器,可单发,群发。
SimpleMailSender(EmailConfig) - 类 的构造器net.eulerframework.common.email.SimpleMailSender
 
sleep(int) - 类 中的静态方法net.eulerframework.common.util.CommonUtils
程序暂停
StringUtils - net.eulerframework.common.util中的类
 
StringUtils() - 类 的构造器net.eulerframework.common.util.StringUtils
 
subStringByBytes(String, int, String) - 类 中的静态方法net.eulerframework.common.util.StringUtils
按字节长度截取字符串

T

ThreadSimpleMailSender - net.eulerframework.common.email中的类
 
ThreadSimpleMailSender(EmailConfig) - 类 的构造器net.eulerframework.common.email.ThreadSimpleMailSender
 
toArrayList(String, Class<T>) - 类 中的静态方法net.eulerframework.common.util.json.JsonUtils
 
toCalendar(Date) - 类 中的静态方法net.eulerframework.common.util.DateUtils
 
toJsonStr(Object) - 类 中的静态方法net.eulerframework.common.util.json.JsonUtils
 
toLinkedHashMap(String, Class<K>, Class<V>) - 类 中的静态方法net.eulerframework.common.util.json.JsonUtils
 
toLowerCamelCase(String) - 类 中的静态方法net.eulerframework.common.util.StringUtils
 
toLowerCaseFirstChar(String) - 类 中的静态方法net.eulerframework.common.util.StringUtils
首字母转小写
toObject(String, Class<T>) - 类 中的静态方法net.eulerframework.common.util.json.JsonUtils
 
toPinYinString(String) - 类 中的静态方法net.eulerframework.common.util.StringUtils
将字符串转换为拼音
toUnderlineNomenclature(String) - 类 中的静态方法net.eulerframework.common.util.StringUtils
将字符串转为下划线命名法,连续的空白字符会被转换为一个下划线表示
toUpperCamelCase(String) - 类 中的静态方法net.eulerframework.common.util.StringUtils
 
toUpperCaseFirstChar(String) - 类 中的静态方法net.eulerframework.common.util.StringUtils
首字母转大写
trim(String) - 类 中的静态方法net.eulerframework.common.util.StringUtils
去除字符串头尾的空白,与String.trim()的区别在于可以处理空对象

W

writeFile(String, String, boolean) - 类 中的静态方法net.eulerframework.common.util.io.file.SimpleFileIOUtils
写字符串
writeFile(String, byte[], boolean) - 类 中的静态方法net.eulerframework.common.util.io.file.SimpleFileIOUtils
写二进制数据
A B C D E F G H I J L M N P R S T W 
跳过导航链接

Copyright © 2017. All rights reserved.