A B C D E F G I J L M N P R S T W 

A

ArrayUtil - net.eulerframework.common.util中的类
 
ArrayUtil() - 类 的构造器net.eulerframework.common.util.ArrayUtil
 
Assert - net.eulerframework.common.util中的类
 
Assert() - 类 的构造器net.eulerframework.common.util.Assert
 

B

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

C

clearEmptyProperty(Object) - 类 中的静态方法net.eulerframework.common.util.JavaObjectUtil
将对象中为""的属性置为null
CommonUtil - net.eulerframework.common.util中的类
 
CommonUtil() - 类 的构造器net.eulerframework.common.util.CommonUtil
 
concat(T[], T[]) - 类 中的静态方法net.eulerframework.common.util.ArrayUtil
 
concatAll(T[], T[]...) - 类 中的静态方法net.eulerframework.common.util.ArrayUtil
 
convertDirToUnixFormat(String) - 类 中的静态方法net.eulerframework.common.util.CommonUtil
统一路径为UNIX格式,结尾的"/"会去掉,如果只有一个"/",则会保留
Examples: convertDirToUnixFormat("\") returns "/" convertDirToUnixFormat("D:\floder\") returns "D:/floder" convertDirToUnixFormat("D:\floder\file") returns "D:/floder/file"
convertReturnToSpace(String) - 类 中的静态方法net.eulerframework.common.util.StringUtil
将换行符替换为空格
convertToLF(String) - 类 中的静态方法net.eulerframework.common.util.StringUtil
将CRLF和CR换行符转换为LF换行符
createFileIfNotExist(File) - 类 中的静态方法net.eulerframework.common.util.io.file.SimpleFileIOUtil
在文件系统创建不存在的文件以及文件所在的目录

D

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

E

earseAllSpcases(String) - 类 中的静态方法net.eulerframework.common.util.StringUtil
删除制表符和空格
earseMultiSpcases(String) - 类 中的静态方法net.eulerframework.common.util.StringUtil
将制表符和多个连续的空格用一个空格替代
earseReturn(String) - 类 中的静态方法net.eulerframework.common.util.StringUtil
删除换行符
EmailConfig - net.eulerframework.common.email中的类
 
EmailConfig() - 类 的构造器net.eulerframework.common.email.EmailConfig
 
endingOfTheDay(Calendar) - 类 中的静态方法net.eulerframework.common.util.DateUtil
 
endingOfTheDay(Date) - 类 中的静态方法net.eulerframework.common.util.DateUtil
 
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
 

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
 
findSuperClassGenricType(Class<?>, int) - 类 中的静态方法net.eulerframework.common.util.JavaObjectUtil
获取父类范型类型
formatDate(Date, String) - 类 中的静态方法net.eulerframework.common.util.DateUtil
 

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.JavaObjectUtil
获取对象的属性
getBooleanValue(String, boolean) - 类 中的方法net.eulerframework.common.util.property.PropertyReader
 
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
 
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
 
getStringBytesLength(String) - 类 中的静态方法net.eulerframework.common.util.StringUtil
获取字符串的字节数
getThreadSimpleMailSender(EmailConfig) - 类 中的静态方法net.eulerframework.common.email.MailSenderFactory
 
getUsername() - 类 中的方法net.eulerframework.common.email.EmailConfig
 
getUsername() - 类 中的方法net.eulerframework.common.email.MailAuthenticator
 

I

isEmpty(String) - 类 中的静态方法net.eulerframework.common.util.StringUtil
判断字符串是否为null,"","null"(忽略大小写)
isFalse(boolean, String) - 类 中的静态方法net.eulerframework.common.util.Assert
 
isFalse(boolean, Class<T>, String) - 类 中的静态方法net.eulerframework.common.util.Assert
 
isNull(Object, String) - 类 中的静态方法net.eulerframework.common.util.Assert
 
isNull(Object, Class<T>, String) - 类 中的静态方法net.eulerframework.common.util.Assert
 
isTrue(boolean, String) - 类 中的静态方法net.eulerframework.common.util.Assert
 
isTrue(boolean, Class<T>, String) - 类 中的静态方法net.eulerframework.common.util.Assert
 

J

JavaObjectUtil - net.eulerframework.common.util中的类
 
JavaObjectUtil() - 类 的构造器net.eulerframework.common.util.JavaObjectUtil
 

L

logger - 类 中的变量net.eulerframework.common.base.log.LogSupport
 
logger - 类 中的静态变量net.eulerframework.common.util.StringUtil
 
LogSupport - net.eulerframework.common.base.log中的类
 
LogSupport() - 类 的构造器net.eulerframework.common.base.log.LogSupport
 

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
 

N

net.eulerframework.common.base.log - 程序包 net.eulerframework.common.base.log
 
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.property - 程序包 net.eulerframework.common.util.property
 
notNull(Object, String) - 类 中的静态方法net.eulerframework.common.util.Assert
 
notNull(Object, Class<T>, String) - 类 中的静态方法net.eulerframework.common.util.Assert
 
now() - 类 中的静态方法net.eulerframework.common.util.DateUtil
 

P

parseDate(String, String) - 类 中的静态方法net.eulerframework.common.util.DateUtil
 
parseDate(String, String, Locale) - 类 中的静态方法net.eulerframework.common.util.DateUtil
 
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.StringUtil
随机生成字符串,字符串可能的取值在ASCII 0x21-0x7e之间
readFileByByte(File) - 类 中的静态方法net.eulerframework.common.util.io.file.SimpleFileIOUtil
读取文件至内存,一次读取一个字节
readFileByMultiBytes(File, int) - 类 中的静态方法net.eulerframework.common.util.io.file.SimpleFileIOUtil
读取文件至内存,一次读取多个字节
readFileToOutputStream(File, OutputStream) - 类 中的静态方法net.eulerframework.common.util.io.file.SimpleFileIOUtil
将文件写入输出流
refresh() - 类 中的方法net.eulerframework.common.util.property.PropertyReader
 

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
 
setFiledToZero(Calendar, int...) - 类 中的静态方法net.eulerframework.common.util.DateUtil
 
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
 
setUsername(String) - 类 中的方法net.eulerframework.common.email.EmailConfig
 
setUsername(String) - 类 中的方法net.eulerframework.common.email.MailAuthenticator
 
SimpleFileIOUtil - net.eulerframework.common.util.io.file中的类
基于内存的文件读写器,适用小文件的读写
SimpleFileIOUtil() - 类 的构造器net.eulerframework.common.util.io.file.SimpleFileIOUtil
 
SimpleMailSender - net.eulerframework.common.email中的类
简单邮件发送器,可单发,群发。
SimpleMailSender(EmailConfig) - 类 的构造器net.eulerframework.common.email.SimpleMailSender
 
sleep(int) - 类 中的静态方法net.eulerframework.common.util.CommonUtil
程序暂停
StringUtil - net.eulerframework.common.util中的类
 
StringUtil() - 类 的构造器net.eulerframework.common.util.StringUtil
 
subStringByBytes(String, int, String) - 类 中的静态方法net.eulerframework.common.util.StringUtil
按字节长度截取字符串

T

ThreadSimpleMailSender - net.eulerframework.common.email中的类
 
ThreadSimpleMailSender(EmailConfig) - 类 的构造器net.eulerframework.common.email.ThreadSimpleMailSender
 
toCalendar(Date) - 类 中的静态方法net.eulerframework.common.util.DateUtil
 
toLowerCaseFirstChar(String) - 类 中的静态方法net.eulerframework.common.util.StringUtil
首字母转小写
toPinYinString(String) - 类 中的静态方法net.eulerframework.common.util.StringUtil
将字符串转换为拼音
toUnderlineNomenclature(String) - 类 中的静态方法net.eulerframework.common.util.StringUtil
将纯ASCII打印字符串(0x20-0x7e)转为下划线命名法,连续的空白字符会被转换为一个下划线表示,如果待转换的字符串含有非ASCII字符,则放弃转换,原样返回
toUpperCaseFirstChar(String) - 类 中的静态方法net.eulerframework.common.util.StringUtil
首字母转大写
trim(String) - 类 中的静态方法net.eulerframework.common.util.StringUtil
去除字符串头尾的空白,与String.trim()的区别在于可以处理空对象

W

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

Copyright © 2017. All rights reserved.