- get(String) - 类 中的静态方法blade.kit.http.HttpRequest
-
GET请求
- get(int) - 类 中的方法blade.kit.io.FastByteBuffer
-
根据索引位返回一个字节
- get(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the object value associated with an index.
- get(String) - 类 中的方法blade.kit.json.JSONObject
-
Get the value object associated with a key.
- getAbsolutePathBasedOn(String, String) - 类 中的静态方法blade.kit.FileKit
-
如果指定路径已经是绝对路径,则规格化后直接返回之,否则取得基于指定basedir的规格化路径。
- getAddress() - 类 中的方法blade.kit.SystemKit.HostInfo
-
取得当前主机的地址。
- getArch() - 类 中的方法blade.kit.SystemKit.OsInfo
-
取得当前OS的架构(取自系统属性:os.arch)。
- getBeforeDate(String) - 类 中的静态方法blade.kit.DateKit
-
- getBeforeYearList(int) - 类 中的静态方法blade.kit.DateKit
-
- getBetweenTodaysStartDateAndEndDate(Date, Date) - 类 中的静态方法blade.kit.DateKit
-
判断二个日期相隔的天数,结束时间为null时,,取当前时间
- getBigDecimal(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the BigDecimal value associated with an index.
- getBigDecimal(String) - 类 中的方法blade.kit.json.JSONObject
-
Get the BigDecimal value associated with a key.
- getBigInteger(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the BigInteger value associated with an index.
- getBigInteger(String) - 类 中的方法blade.kit.json.JSONObject
-
Get the BigInteger value associated with a key.
- getBoolean(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the boolean value associated with an index.
- getBoolean(String) - 类 中的方法blade.kit.json.JSONObject
-
Get the boolean value associated with a key.
- getBuilder() - 类 中的方法blade.kit.io.StringBuilderWriter
-
Return the underlying builder.
- getCause() - 异常错误 中的方法blade.kit.json.JSONException
-
Returns the cause of this exception or null if the cause is nonexistent
or unknown.
- getCauses(Throwable) - 类 中的静态方法blade.kit.ExceptionKit
-
取得包括当前异常在内的所有的causes异常,按出现的顺序排列。
- getCauses(Throwable, boolean) - 类 中的静态方法blade.kit.ExceptionKit
-
取得包括当前异常在内的所有的causes异常,按出现的顺序排列
- getCcMail() - 类 中的方法blade.kit.mail.MailTemplate
-
- getChineseByStr(String) - 类 中的静态方法blade.kit.StringKit
-
提取字符串中的中文字符
- getClass(String, boolean) - 类 中的方法blade.kit.resource.AbstractClassReader
-
- getClass(String, Class<?>, boolean) - 类 中的方法blade.kit.resource.AbstractClassReader
-
默认实现以文件形式的读取
- getClass(String, boolean) - 接口 中的方法blade.kit.resource.ClassReader
-
- getClass(String, Class<?>, boolean) - 接口 中的方法blade.kit.resource.ClassReader
-
- getClass(String, boolean) - 类 中的方法blade.kit.resource.JarReaderImpl
-
- getClass(String, Class<?>, boolean) - 类 中的方法blade.kit.resource.JarReaderImpl
-
- getClassByAnnotation(String, Class<? extends Annotation>, boolean) - 类 中的方法blade.kit.resource.AbstractClassReader
-
- getClassByAnnotation(String, Class<?>, Class<? extends Annotation>, boolean) - 类 中的方法blade.kit.resource.AbstractClassReader
-
- getClassByAnnotation(String, Class<? extends Annotation>, boolean) - 接口 中的方法blade.kit.resource.ClassReader
-
- getClassByAnnotation(String, Class<?>, Class<? extends Annotation>, boolean) - 接口 中的方法blade.kit.resource.ClassReader
-
- getClassByAnnotation(String, Class<? extends Annotation>, boolean) - 类 中的方法blade.kit.resource.JarReaderImpl
-
- getClassByAnnotation(String, Class<?>, Class<? extends Annotation>, boolean) - 类 中的方法blade.kit.resource.JarReaderImpl
-
- getClassFilePath(Class<?>) - 类 中的静态方法blade.kit.FileKit
-
- getClassPath() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
-
取得当前JRE的系统classpath(取自系统属性:java.class.path)。
- getClassPathArray() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
-
取得当前JRE的系统classpath(取自系统属性:java.class.path)。
- getClassVersion() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
-
取得当前JRE的class文件格式的版本(取自系统属性:java.class.version)。
- getCountry() - 类 中的方法blade.kit.SystemKit.UserInfo
-
取得当前登录用户的国家或区域设置(取自系统属性:JDK1.4 user.country或JDK1.2 user.region)。
- getCurrentDir() - 类 中的方法blade.kit.SystemKit.UserInfo
-
取得当前目录(取自系统属性:user.dir)。
- getCurrentUnixTime() - 类 中的静态方法blade.kit.DateKit
-
- getDatebyTime(Date, int) - 类 中的静态方法blade.kit.DateKit
-
- getDateByUnixTime(int) - 类 中的静态方法blade.kit.DateKit
-
将int型时间(1970年至今的秒数)转换成Date型时间
- getDaysAgo(int) - 类 中的静态方法blade.kit.DateKit
-
- getDelFormat(Object) - 类 中的静态方法blade.kit.StringKit
-
截取 float/double 类型 一位小数
- getDelFormat2(Object) - 类 中的静态方法blade.kit.StringKit
-
截取 float/double 类型 两位小数
- getDelFormat3(Object) - 类 中的静态方法blade.kit.StringKit
-
截取三位
- getDouble(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the double value associated with an index.
- getDouble(String) - 类 中的方法blade.kit.json.JSONObject
-
Get the double value associated with a key.
- getEndorsedDirs() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
-
取得当前JRE的endorsed目录列表(取自系统属性:java.endorsed.dirs)。
- getExtDirs() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
-
取得当前JRE的扩展目录列表(取自系统属性:java.ext.dirs)。
- getExtension() - 类 中的方法blade.kit.FileKit.FileNameAndExtension
-
- getExtension(String) - 类 中的静态方法blade.kit.FileKit
-
取得文件路径的后缀。
- getExtension(String, boolean) - 类 中的静态方法blade.kit.FileKit
-
取得文件路径的后缀。
- getExtension(String, String) - 类 中的静态方法blade.kit.FileKit
-
取得文件路径的后缀。
- getExtension(String, String, boolean) - 类 中的静态方法blade.kit.FileKit
-
取得文件路径的后缀。
- getFileList() - 类 中的方法blade.kit.mail.MailTemplate
-
- getFileName() - 类 中的方法blade.kit.FileKit.FileNameAndExtension
-
- getFilename(String) - 类 中的静态方法blade.kit.StringKit
-
获取文件名称
- getFileSeparator() - 类 中的方法blade.kit.SystemKit.OsInfo
-
取得OS的文件路径的分隔符(取自系统属性:file.separator)。
- getFileSize(String) - 类 中的静态方法blade.kit.FileKit
-
获取文件大小(字节数)
- getHandler(Class<? extends Exception>) - 类 中的方法blade.exception.ExceptionStack
-
- getHandler(Exception) - 类 中的方法blade.exception.ExceptionStack
-
- getHeaderFields() - 类 中的方法blade.kit.http.HttpConnectionWrapper
-
获取请求头信息
- getHomeDir() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
-
取得当前JRE的安装目录(取自系统属性:java.home)。
- getHomeDir() - 类 中的方法blade.kit.SystemKit.UserInfo
-
取得当前登录用户的home目录(取自系统属性:user.home)。
- getHostInfo() - 类 中的静态方法blade.kit.SystemKit
-
取得Host的信息。
- getHttpRequest() - 类 中的方法blade.kit.http.HttpResponse
-
获取请求对象
- getHttpsURLConnection() - 类 中的方法blade.kit.http.HttpConnectionWrapper
-
获取HttpsURLConnection对象
- getHttpURLConnection() - 类 中的方法blade.kit.http.HttpConnectionWrapper
-
获取HttpURLConnection对象
- getInfo() - 类 中的方法blade.kit.SystemKit.JvmInfo
-
取得当前JVM impl.的信息(取自系统属性:java.vm.info)。
- getInputStream() - 类 中的方法blade.kit.http.HttpConnectionWrapper
-
- getInstance() - 类 中的静态方法blade.exception.ExceptionStack
-
- getInt(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the int value associated with an index.
- getInt(String) - 类 中的方法blade.kit.json.JSONObject
-
Get the int value associated with a key.
- getIpAddrByRequest(HttpServletRequest) - 类 中的静态方法blade.kit.IpKit
-
- getJavaInfo() - 类 中的静态方法blade.kit.SystemKit
-
取得Java Implementation的信息。
- getJavaRuntimeInfo() - 类 中的静态方法blade.kit.SystemKit
-
取得当前运行的JRE的信息。
- getJavaSpecInfo() - 类 中的静态方法blade.kit.SystemKit
-
取得Java Specification的信息。
- getJSONArray(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the JSONArray associated with an index.
- getJSONArray(String) - 类 中的方法blade.kit.json.JSONObject
-
Get the JSONArray value associated with a key.
- getJSONObject(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the JSONObject associated with an index.
- getJSONObject(String) - 类 中的方法blade.kit.json.JSONObject
-
Get the JSONObject value associated with a key.
- getJvmInfo() - 类 中的静态方法blade.kit.SystemKit
-
取得Java Virtual Machine Implementation的信息。
- getJvmSpecInfo() - 类 中的静态方法blade.kit.SystemKit
-
取得Java Virtual Machine Specification的信息。
- getLanguage() - 类 中的方法blade.kit.SystemKit.UserInfo
-
取得当前登录用户的语言设置(取自系统属性:user.language)。
- getLength() - 类 中的方法blade.kit.io.ByteArray
-
- getLibraryPath() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
-
取得当前JRE的library搜索路径(取自系统属性:java.library.path)。
- getLibraryPathArray() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
-
取得当前JRE的library搜索路径(取自系统属性:java.library.path)。
- getLineSeparator() - 类 中的方法blade.kit.SystemKit.OsInfo
-
取得OS的文本文件换行符(取自系统属性:line.separator)。
- getLogger(String) - 类 中的静态方法blade.kit.log.Logger
-
- getLogger(Class<?>) - 类 中的静态方法blade.kit.log.Logger
-
- getLogger() - 类 中的静态方法blade.kit.log.Logger
-
- getLong(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the long value associated with an index.
- getLong(String) - 类 中的方法blade.kit.json.JSONObject
-
Get the long value associated with a key.
- getMethod() - 类 中的方法blade.kit.http.HttpConnectionWrapper
-
获取请求方法,GET/POST
- getMethodByName(Object, String) - 类 中的静态方法blade.kit.ReflectKit
-
查找方法
- getName(String) - 类 中的静态方法blade.kit.FileKit
-
获取文件名,即文件全名去掉路径,结果与平台无关,保持统一。
- getName() - 类 中的方法blade.kit.log.Log4jLogAdaptor
-
- getName() - 类 中的方法blade.kit.log.Logger
-
- getName() - 类 中的方法blade.kit.SystemKit.HostInfo
-
取得当前主机的名称。
- getName() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
-
取得当前JRE的名称(取自系统属性:java.runtime.name)。
- getName() - 类 中的方法blade.kit.SystemKit.JavaSpecInfo
-
取得当前Java Spec.的名称(取自系统属性:java.specification.name)。
- getName() - 类 中的方法blade.kit.SystemKit.JvmInfo
-
取得当前JVM impl.的名称(取自系统属性:java.vm.name)。
- getName() - 类 中的方法blade.kit.SystemKit.JvmSpecInfo
-
取得当前JVM spec.的名称(取自系统属性:java.vm.specification.name)。
- getName() - 类 中的方法blade.kit.SystemKit.OsInfo
-
取得当前OS的名称(取自系统属性:os.name)。
- getName() - 类 中的方法blade.kit.SystemKit.UserInfo
-
取得当前登录用户的名字(取自系统属性:user.name)。
- getNames(JSONObject) - 类 中的静态方法blade.kit.json.JSONObject
-
Get an array of field names from a JSONObject.
- getNames(Object) - 类 中的静态方法blade.kit.json.JSONObject
-
Get an array of field names from an Object.
- getNextDay(Date) - 类 中的静态方法blade.kit.DateKit
-
- getNow() - 类 中的静态方法blade.kit.DateKit
-
- getNowTime() - 类 中的静态方法blade.kit.DateKit
-
- getNumberFormat(long) - 类 中的静态方法blade.kit.StringKit
-
格式化数据
- getOffset() - 类 中的方法blade.kit.io.ByteArray
-
- getOsInfo() - 类 中的静态方法blade.kit.SystemKit
-
取得OS的信息。
- getOutputStream() - 类 中的方法blade.kit.http.HttpConnectionWrapper
-
获取输出流对象
- getPathBasedOn(String, String) - 类 中的静态方法blade.kit.FileKit
-
如果指定路径已经是绝对路径,则规格化后直接返回之,否则取得基于指定basedir的规格化路径。
- getPathSeparator() - 类 中的方法blade.kit.SystemKit.OsInfo
-
取得OS的搜索路径分隔符(取自系统属性:path.separator)。
- getProperty(String) - 类 中的静态方法blade.kit.PropertyKit
-
根据文件名读取properties文件
- getProperty(Object, String) - 类 中的静态方法blade.kit.ReflectKit
-
用getter获取bean属性
- getPropertyMap(String) - 类 中的静态方法blade.kit.PropertyKit
-
//TODO 根据文件名读取map数据
- getPropertyMap(Properties) - 类 中的静态方法blade.kit.PropertyKit
-
//TODO 根据property对象获取map格式数据
- getProtocolPackages() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
-
取得当前JRE的URL协议packages列表(取自系统属性:java.library.path)。
- getQuery(Map<String, Object>) - 类 中的静态方法blade.kit.http.HttpKit
-
map转为url参数
- getRandomChar(int) - 类 中的静态方法blade.kit.StringKit
-
获取随机字符
- getRandomNumber(int, int) - 类 中的静态方法blade.kit.StringKit
-
获得0-max的随机数
- getRandomNumber(int) - 类 中的静态方法blade.kit.StringKit
-
获取指定长度的随机数字组成的字符串
- getRawBytes() - 类 中的方法blade.kit.io.ByteArray
-
- getRealIp() - 类 中的静态方法blade.kit.IpKit
-
- getRelativePath(String, String) - 类 中的静态方法blade.kit.FileKit
-
取得相对于指定根目录的相对路径。
- getRelativePath(HttpServletRequest) - 类 中的静态方法blade.kit.PathKit
-
- getResourcesFile(String) - 类 中的静态方法blade.kit.FileKit
-
获取资源名对应的文件对象
- getResourcesFile(URL) - 类 中的静态方法blade.kit.FileKit
-
获取url对应的文件对象
- getResponseCode() - 类 中的方法blade.kit.http.HttpConnectionWrapper
-
获取响应码
- getRootCause(Throwable) - 类 中的静态方法blade.kit.ExceptionKit
-
取得最根本的异常。
- getRound(double) - 类 中的静态方法blade.kit.StringKit
-
四舍五入 返回int类型
- getSpecifyTimeSec(long, int) - 类 中的静态方法blade.kit.DateKit
-
指定时间的秒数 指定时间零点的秒数加指定天数的秒数
- getStackTrace(Throwable) - 类 中的静态方法blade.kit.ExceptionKit
-
取得异常的stacktrace字符串。
- getStartDay(int, int) - 类 中的静态方法blade.kit.DateKit
-
- getStatusCode() - 类 中的方法blade.kit.http.HttpResponse
-
获取状态码
- getStrByCharset(String, String) - 类 中的静态方法blade.kit.StringKit
-
功能:获得配置文件中指定编码字符串
- getString(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the string associated with an index.
- getString(String) - 类 中的方法blade.kit.json.JSONObject
-
Get the string associated with a key.
- getStringNowTime() - 类 中的静态方法blade.kit.DateKit
-
- getStringsubstr(String, int) - 类 中的静态方法blade.kit.StringKit
-
截取字符串 先是一定的长多 多余...
- getSunArchDataModel() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
-
JVM is 32M or 64M
- getSunBoothClassPath() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
-
- getSystemDependentAbsolutePathBasedOn(String, String) - 类 中的静态方法blade.kit.FileKit
-
取得和系统相关的绝对路径。
- getTaskScheduler() - 类 中的静态方法blade.kit.TaskKit
-
返回定时任务线程池,可做更高级的应用
- getTempDir() - 类 中的方法blade.kit.SystemKit.UserInfo
-
取得临时目录(取自系统属性:java.io.tmpdir)。
- getThisWeekStartTime() - 类 中的静态方法blade.kit.DateKit
-
- getTime(int) - 类 中的静态方法blade.kit.DateKit
-
取得指定长度日期时间字符串{不含格式}
- getTimeCounter() - 类 中的方法blade.kit.timw.TimwMonitor
-
- getTimeout() - 类 中的方法blade.kit.http.HttpConnectionWrapper
-
获取超时
- getTimerMonitor() - 类 中的静态方法blade.kit.timw.TimwManager
-
- getTimwKit() - 类 中的方法blade.kit.timw.TimwMonitor
-
- getToday(String) - 类 中的静态方法blade.kit.DateKit
-
- getTodayYear() - 类 中的静态方法blade.kit.DateKit
-
当前年份
- getToMail() - 类 中的方法blade.kit.mail.MailTemplate
-
- getTomorrow() - 类 中的静态方法blade.kit.DateKit
-
- getTomorrow(Date) - 类 中的静态方法blade.kit.DateKit
-
- getUnixPathBasedOn(String, String) - 类 中的静态方法blade.kit.FileKit
-
如果指定路径已经是绝对路径,则规格化后直接返回之,否则取得基于指定basedir的规格化路径。
- getUnixRelativePath(String, String) - 类 中的静态方法blade.kit.FileKit
-
取得相对于指定根目录的相对路径。
- getUnixTimeByDate(Date) - 类 中的静态方法blade.kit.DateKit
-
将Date型时间转换成int型时间(1970年至今的秒数)
- getUrl() - 类 中的方法blade.kit.http.HttpConnectionWrapper
-
获取请求URL
- getUserAge(Date) - 类 中的静态方法blade.kit.DateKit
-
根据生日去用户年龄
- getUserInfo() - 类 中的静态方法blade.kit.SystemKit
-
取得User的信息。
- getUUID() - 类 中的静态方法blade.kit.StringKit
-
随机获取UUID字符串(无中划线)
- getVendor() - 类 中的方法blade.kit.SystemKit.JavaInfo
-
取得当前Java impl.的厂商(取自系统属性:java.vendor)。
- getVendor() - 类 中的方法blade.kit.SystemKit.JavaSpecInfo
-
取得当前Java Spec.的厂商(取自系统属性:java.specification.vendor)。
- getVendor() - 类 中的方法blade.kit.SystemKit.JvmInfo
-
取得当前JVM impl.的厂商(取自系统属性:java.vm.vendor)。
- getVendor() - 类 中的方法blade.kit.SystemKit.JvmSpecInfo
-
取得当前JVM spec.的厂商(取自系统属性:java.vm.specification.vendor)。
- getVendorURL() - 类 中的方法blade.kit.SystemKit.JavaInfo
-
取得当前Java impl.的厂商网站的URL(取自系统属性:java.vendor.url)。
- getVersion() - 类 中的方法blade.kit.SystemKit.JavaInfo
-
取得当前Java impl.的版本(取自系统属性:java.version)。
- getVersion() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
-
取得当前JRE的版本(取自系统属性:java.runtime.version)。
- getVersion() - 类 中的方法blade.kit.SystemKit.JavaSpecInfo
-
取得当前Java Spec.的版本(取自系统属性:java.specification.version)。
- getVersion() - 类 中的方法blade.kit.SystemKit.JvmInfo
-
取得当前JVM impl.的版本(取自系统属性:java.vm.version)。
- getVersion() - 类 中的方法blade.kit.SystemKit.JvmSpecInfo
-
取得当前JVM spec.的版本(取自系统属性:java.vm.specification.version)。
- getVersion() - 类 中的方法blade.kit.SystemKit.OsInfo
-
取得当前OS的版本(取自系统属性:os.version)。
- getVersionFloat() - 类 中的方法blade.kit.SystemKit.JavaInfo
-
取得当前Java impl.的版本(取自系统属性:java.version)。
- getVersionInt() - 类 中的方法blade.kit.SystemKit.JavaInfo
-
取得当前Java impl.的版本(取自系统属性:java.version)。
- getWeekAgo() - 类 中的静态方法blade.kit.DateKit
-
- getWeekAgo(Date) - 类 中的静态方法blade.kit.DateKit
-
- getWindowsPathBasedOn(String, String) - 类 中的静态方法blade.kit.FileKit
-
如果指定路径已经是绝对路径,则规格化后直接返回之,否则取得基于指定basedir的规格化路径。
- getWindowsRelativePath(String, String) - 类 中的静态方法blade.kit.FileKit
-
取得相对于指定根目录的相对路径。
- getYesterday() - 类 中的静态方法blade.kit.DateKit
-
- getYesterday(Date) - 类 中的静态方法blade.kit.DateKit
-
- IllegalPathException - blade.exception中的异常错误
-
代表非法的路径。
- IllegalPathException() - 异常错误 的构造器blade.exception.IllegalPathException
-
- IllegalPathException(String, Throwable) - 异常错误 的构造器blade.exception.IllegalPathException
-
- IllegalPathException(String) - 异常错误 的构造器blade.exception.IllegalPathException
-
- IllegalPathException(Throwable) - 异常错误 的构造器blade.exception.IllegalPathException
-
- inclusiveBetween(T, T, Comparable<T>) - 类 中的静态方法blade.kit.Assert
-
- inclusiveBetween(T, T, Comparable<T>, String, Object...) - 类 中的静态方法blade.kit.Assert
-
- inclusiveBetween(long, long, long) - 类 中的静态方法blade.kit.Assert
-
- inclusiveBetween(long, long, long, String, Object...) - 类 中的静态方法blade.kit.Assert
-
- inclusiveBetween(double, double, double) - 类 中的静态方法blade.kit.Assert
-
- inclusiveBetween(double, double, double, String, Object...) - 类 中的静态方法blade.kit.Assert
-
- increment(String) - 类 中的方法blade.kit.json.JSONObject
-
Increment a property of a JSONObject.
- index() - 类 中的方法blade.kit.io.FastByteBuffer
-
当前缓冲位于缓冲区的索引位
- INDEX - 类 中的静态变量blade.kit.StringKit
-
- indexOfExtension(String) - 类 中的静态方法blade.kit.FileKit
-
获取扩展名的索引位,即最后一个"."
- indexOfLastSeparator(String) - 类 中的静态方法blade.kit.FileKit
-
返回最后一个文件分隔符的索引位,如果文件为null,则返回-1
- info(Object) - 类 中的方法blade.kit.log.Log4jLogAdaptor
-
- info(Object, Object...) - 类 中的方法blade.kit.log.Log4jLogAdaptor
-
- info(Object, Throwable) - 类 中的方法blade.kit.log.Log4jLogAdaptor
-
- info(Object, Throwable, Object...) - 类 中的方法blade.kit.log.Log4jLogAdaptor
-
- INFO - 类 中的静态变量blade.kit.log.Logger
-
- info(Object) - 类 中的方法blade.kit.log.Logger
-
- info(Object, Object...) - 类 中的方法blade.kit.log.Logger
-
- info(Object, Throwable) - 类 中的方法blade.kit.log.Logger
-
- info(Object, Throwable, Object...) - 类 中的方法blade.kit.log.Logger
-
- initForm() - 类 中的方法blade.kit.http.HttpBase
-
初始化表单
- INT_ZERO - 类 中的静态变量blade.kit.Emptys
-
- intersection(Set<T>, Set<T>) - 类 中的静态方法blade.kit.CollectionKit
-
集合交集
- INTERVAL_DAY - 类 中的静态变量blade.kit.DateKit
-
日
- INTERVAL_HOUR - 类 中的静态变量blade.kit.DateKit
-
小时
- INTERVAL_MINUTE - 类 中的静态变量blade.kit.DateKit
-
分钟
- INTERVAL_MONTH - 类 中的静态变量blade.kit.DateKit
-
月
- INTERVAL_SECOND - 类 中的静态变量blade.kit.DateKit
-
秒
- INTERVAL_WEEK - 类 中的静态变量blade.kit.DateKit
-
周
- INTERVAL_YEAR - 类 中的静态变量blade.kit.DateKit
-
年
- invokeMehod(Object, Method, Object...) - 类 中的静态方法blade.kit.ReflectKit
-
- invokeMehodByName(Object, String, Object...) - 类 中的静态方法blade.kit.ReflectKit
-
- invokeMethod(Method, Object, Object...) - 类 中的静态方法blade.kit.ReflectKit
-
方法调用,如果clazz为null,返回null;
如果method为null,返回null
如果target为null,则为静态方法
- invokeMethod(Object, String, Object[], Class<?>...) - 类 中的静态方法blade.kit.ReflectKit
-
调用一个命名的方法,其参数类型相匹配的对象类型。
- invokeStaticMethod(Class<?>, String, Object[], Class<?>...) - 类 中的静态方法blade.kit.ReflectKit
-
调用一个命名的静态方法,其参数类型相匹配的对象类型。
- io(InputStream, OutputStream) - 类 中的静态方法blade.kit.StreamKit
-
从输入流读取内容, 写入到输出流中.
- io(InputStream, OutputStream, int) - 类 中的静态方法blade.kit.StreamKit
-
从输入流读取内容, 写入到输出流中.
- io(Reader, Writer) - 类 中的静态方法blade.kit.StreamKit
-
从输入流读取内容, 写入到输出流中.
- io(Reader, Writer, int) - 类 中的静态方法blade.kit.StreamKit
-
从输入流读取内容, 写入到输出流中.
- io(InputStream, OutputStream, boolean, boolean) - 类 中的静态方法blade.kit.StreamKit
-
从输入流读取内容, 写入到输出流中.
- io(Reader, Writer, boolean, boolean) - 类 中的静态方法blade.kit.StreamKit
-
从输入流读取内容, 写入到输出流中.
- io(InputStream, File) - 类 中的静态方法blade.kit.StreamKit
-
从输入流读取内容, 写入到目标文件
- io(InputStream, File, boolean, boolean) - 类 中的静态方法blade.kit.StreamKit
-
从输入流读取内容, 写入到目标文件
- io(InputStream, String) - 类 中的静态方法blade.kit.StreamKit
-
从输入流读取内容, 写入到目标文件
- io(InputStream, String, boolean, boolean) - 类 中的静态方法blade.kit.StreamKit
-
从输入流读取内容, 写入到目标文件
- io(Reader, File) - 类 中的静态方法blade.kit.StreamKit
-
从输入流读取内容, 写入到目标文件
- io(Reader, File, boolean, boolean) - 类 中的静态方法blade.kit.StreamKit
-
从输入流读取内容, 写入到目标文件
- io(Reader, String) - 类 中的静态方法blade.kit.StreamKit
-
从输入流读取内容, 写入到目标文件
- io(Reader, String, boolean, boolean) - 类 中的静态方法blade.kit.StreamKit
-
从输入流读取内容, 写入到目标文件
- IOKit - blade.kit中的类
-
IO工具类
- IP - 类 中的静态变量blade.kit.StringKit
-
- IpKit - blade.kit中的类
-
IP工具类
- IpKit() - 类 的构造器blade.kit.IpKit
-
- is(Object, Object...) - 类 中的静态方法blade.kit.ReflectKit
-
对象是否其中一个
- isAccessible(Member) - 类 中的静态方法blade.kit.ReflectKit
-
- isAix() - 类 中的方法blade.kit.SystemKit.OsInfo
-
判断当前OS的类型。
- isAllBlank(String...) - 类 中的静态方法blade.kit.StringKit
-
- isAlpha(String) - 类 中的静态方法blade.kit.StringKit
-
判断字符串是否只包含unicode字母。
- isAlphanumeric(String) - 类 中的静态方法blade.kit.StringKit
-
判断字符串是否只包含unicode字母和数字。
- isAlphanumericSpace(String) - 类 中的静态方法blade.kit.StringKit
-
判断字符串是否只包含unicode字母数字和空格' '。
- isAlphaSpace(String) - 类 中的静态方法blade.kit.StringKit
-
判断字符串是否只包含unicode字母和空格' '。
- isAnyBlank(String...) - 类 中的静态方法blade.kit.StringKit
-
- isAnyEmpty(String...) - 类 中的静态方法blade.kit.StringKit
-
- isAscii(char) - 类 中的静态方法blade.kit.CharKit
-
- isAsciiControl(char) - 类 中的静态方法blade.kit.CharKit
-
- isAsciiPrintable(char) - 类 中的静态方法blade.kit.CharKit
-
- isAssignableFrom(Class<?>, Class<?>) - 类 中的静态方法blade.kit.Assert
-
- isAssignableFrom(Class<?>, Class<?>, String, Object...) - 类 中的静态方法blade.kit.Assert
-
- isBirthday(String) - 类 中的静态方法blade.kit.PatternKit
-
验证日期(年月日)
- isBlank(String) - 类 中的静态方法blade.kit.StringKit
-
检查字符串是否是空白:null、空字符串""或只有空白字符。
- isBlankSpace(String) - 类 中的静态方法blade.kit.PatternKit
-
验证空白字符
- isChinese(char) - 类 中的静态方法blade.kit.CharKit
-
- isChinese(String) - 类 中的静态方法blade.kit.PatternKit
-
验证中文
- isChineseStr(String) - 类 中的静态方法blade.kit.StringKit
-
- isConnectionPersistent() - 类 中的方法blade.kit.http.HttpBase
-
获取是否为活动连接
- isDebugEnabled() - 类 中的方法blade.kit.log.Logger
-
- isDecimals(String) - 类 中的静态方法blade.kit.PatternKit
-
验证整数和浮点数(正负整数和正负浮点数)
- isDigit(char) - 类 中的静态方法blade.kit.CharKit
-
- isDigit(String) - 类 中的静态方法blade.kit.PatternKit
-
验证整数(正整数和负整数)
- isDirectory(String) - 类 中的静态方法blade.kit.FileKit
-
判断是否为目录,如果path为null,则返回false
- isDirectory(File) - 类 中的静态方法blade.kit.FileKit
-
判断是否为目录,如果file为null,则返回false
- isEmail(String) - 类 中的静态方法blade.kit.PatternKit
-
验证Email
- isEmpty(Map<K, V>) - 类 中的静态方法blade.kit.CollectionKit
-
return map is empty
- isEmpty(T[]) - 类 中的静态方法blade.kit.CollectionKit
-
return array is empty
- isEmpty(Collection<?>) - 类 中的静态方法blade.kit.CollectionKit
-
判断Collection是否为null或空数组[]。
- isEmpty() - 类 中的方法blade.kit.io.FastByteBuffer
-
- isEmpty(String) - 类 中的静态方法blade.kit.StringKit
-
检查字符串是否为null或空字符串""。
- isExpiredDay(Date) - 类 中的静态方法blade.kit.DateKit
-
- isFalse(boolean) - 类 中的静态方法blade.kit.Assert
-
- isFalse(boolean, String, Object...) - 类 中的静态方法blade.kit.Assert
-
- isFile(String) - 类 中的静态方法blade.kit.FileKit
-
判断是否为文件,如果path为null,则返回false
- isFile(File) - 类 中的静态方法blade.kit.FileKit
-
判断是否为文件,如果file为null,则返回false
- isHpUx() - 类 中的方法blade.kit.SystemKit.OsInfo
-
判断当前OS的类型。
- isIdCard(String) - 类 中的静态方法blade.kit.PatternKit
-
验证身份证号码
- isImage(String) - 类 中的静态方法blade.kit.PatternKit
-
- isInstanceOf(Class<?>, Object) - 类 中的静态方法blade.kit.Assert
-
- isInstanceOf(Class<?>, Object, String, Object...) - 类 中的静态方法blade.kit.Assert
-
- isIpAddress(String) - 类 中的静态方法blade.kit.PatternKit
-
匹配IP地址(简单匹配,格式,如:192.168.1.1,127.0.0.1,没有匹配IP段的大小)
- isIrix() - 类 中的方法blade.kit.SystemKit.OsInfo
-
判断当前OS的类型。
- isJava11() - 类 中的方法blade.kit.SystemKit.JavaInfo
-
判断当前Java的版本。
- isJava12() - 类 中的方法blade.kit.SystemKit.JavaInfo
-
判断当前Java的版本。
- isJava13() - 类 中的方法blade.kit.SystemKit.JavaInfo
-
判断当前Java的版本。
- isJava14() - 类 中的方法blade.kit.SystemKit.JavaInfo
-
判断当前Java的版本。
- isJava15() - 类 中的方法blade.kit.SystemKit.JavaInfo
-
判断当前Java的版本。
- isJava16() - 类 中的方法blade.kit.SystemKit.JavaInfo
-
判断当前Java的版本。
- isJava17() - 类 中的方法blade.kit.SystemKit.JavaInfo
-
判断当前Java的版本。
- isJavaVersionAtLeast(float) - 类 中的方法blade.kit.SystemKit.JavaInfo
-
判定当前Java的版本是否大于等于指定的版本号。
- isJavaVersionAtLeast(int) - 类 中的方法blade.kit.SystemKit.JavaInfo
-
判定当前Java的版本是否大于等于指定的版本号。
- isLetter(char) - 类 中的静态方法blade.kit.CharKit
-
- isLetter(char) - 类 中的静态方法blade.kit.StringKit
-
判断一个字符是Ascill字符还是其它字符(如汉,日,韩文字符)
- isLetterOrDigit(char) - 类 中的静态方法blade.kit.CharKit
-
- isLinux() - 类 中的方法blade.kit.SystemKit.OsInfo
-
判断当前OS的类型。
- isLowercaseLetter(char) - 类 中的静态方法blade.kit.CharKit
-
- isMac() - 类 中的方法blade.kit.SystemKit.OsInfo
-
判断当前OS的类型。
- isMacOsX() - 类 中的方法blade.kit.SystemKit.OsInfo
-
判断当前OS的类型。
- isMobile(String) - 类 中的静态方法blade.kit.PatternKit
-
验证手机号码(支持国际格式,+86135xxxx...
- isNot(Object, Object...) - 类 中的静态方法blade.kit.ReflectKit
-
- isNotBlank(String) - 类 中的静态方法blade.kit.StringKit
-
检查字符串是否不是空白:null、空字符串""或只有空白字符。
- isNotEmpty(Map<?, ?>) - 类 中的静态方法blade.kit.CollectionKit
-
判断Map是否不为null和空{}
- isNotEmpty(Collection<?>) - 类 中的静态方法blade.kit.CollectionKit
-
判断Collection是否不为null和空数组[]。
- isNotEmpty(String) - 类 中的静态方法blade.kit.StringKit
-
检查字符串是否不是null和空字符串""。
- isNull(int) - 类 中的方法blade.kit.json.JSONArray
-
Determine if the value is null.
- isNull(String) - 类 中的方法blade.kit.json.JSONObject
-
Determine if the value associated with the key is null or if there is no
value.
- isNumber(String) - 类 中的静态方法blade.kit.PatternKit
-
检测是否是数字
- isNumber(String) - 类 中的静态方法blade.kit.StringKit
-
判断字符串是否为数字和有正确的值
- isNumeric(String) - 类 中的静态方法blade.kit.StringKit
-
判断字符串是否只包含unicode数字。
- isNumericSpace(String) - 类 中的静态方法blade.kit.StringKit
-
判断字符串是否只包含unicode数字和空格' '。
- isOs2() - 类 中的方法blade.kit.SystemKit.OsInfo
-
判断当前OS的类型。
- isParam(String) - 类 中的静态方法blade.kit.PathKit
-
- isPhone(String) - 类 中的静态方法blade.kit.PatternKit
-
验证固定电话号码
- isPostcode(String) - 类 中的静态方法blade.kit.PatternKit
-
匹配中国邮政编码
- isPropertyNameChar(char) - 类 中的静态方法blade.kit.CharKit
-
- isPublic(Member) - 类 中的静态方法blade.kit.ReflectKit
-
- isRealName(String) - 类 中的静态方法blade.kit.PatternKit
-
验证中文字母数字空格
- isSolaris() - 类 中的方法blade.kit.SystemKit.OsInfo
-
判断当前OS的类型。
- isSplat(String) - 类 中的静态方法blade.kit.PathKit
-
- isStudentNum(String) - 类 中的静态方法blade.kit.PatternKit
-
验证学生学号
- isSunOS() - 类 中的方法blade.kit.SystemKit.OsInfo
-
判断当前OS的类型。
- isToday(Date) - 类 中的静态方法blade.kit.DateKit
-
测试是否是当天
- isTrue(boolean, String) - 类 中的静态方法blade.kit.Assert
-
- isTrue(boolean) - 类 中的静态方法blade.kit.Assert
-
- isTrue(boolean, String, Object...) - 类 中的静态方法blade.kit.Assert
-
- isUppercaseLetter(char) - 类 中的静态方法blade.kit.CharKit
-
- isURL(String) - 类 中的静态方法blade.kit.PatternKit
-
验证URL地址
- isWhitespace(char) - 类 中的静态方法blade.kit.CharKit
-
是否为“空白字符”
- isWhitespace(String) - 类 中的静态方法blade.kit.StringKit
-
判断字符串是否只包含unicode空白。
- isWindows() - 类 中的方法blade.kit.SystemKit.OsInfo
-
判断当前OS的类型。
- isWindows2000() - 类 中的方法blade.kit.SystemKit.OsInfo
-
判断当前OS的类型。
- isWindows95() - 类 中的方法blade.kit.SystemKit.OsInfo
-
判断当前OS的类型。
- isWindows98() - 类 中的方法blade.kit.SystemKit.OsInfo
-
判断当前OS的类型。
- isWindowsME() - 类 中的方法blade.kit.SystemKit.OsInfo
-
判断当前OS的类型。
- isWindowsNT() - 类 中的方法blade.kit.SystemKit.OsInfo
-
判断当前OS的类型。
- isWindowsXP() - 类 中的方法blade.kit.SystemKit.OsInfo
-
判断当前OS的类型。
- isWordChar(char) - 类 中的静态方法blade.kit.CharKit
-
- iterator() - 类 中的方法blade.kit.json.JSONArray
-
- JarReaderImpl - blade.kit.resource中的类
-
根据jar文件读取类
- JarReaderImpl() - 类 的构造器blade.kit.resource.JarReaderImpl
-
- JDKLoggerAdaptor - blade.kit.log中的类
-
JDK的日志适配
- JDKLoggerAdaptor() - 类 的构造器blade.kit.log.JDKLoggerAdaptor
-
- JDKLoggerAdaptor(String) - 类 的构造器blade.kit.log.JDKLoggerAdaptor
-
- join(String) - 类 中的方法blade.kit.json.JSONArray
-
Make a string from the contents of this JSONArray.
- join(String[], String) - 类 中的静态方法blade.kit.StringKit
-
- join(Object[], String) - 类 中的静态方法blade.kit.StringKit
-
- join(List<T>, String) - 类 中的静态方法blade.kit.StringKit
-
- join(String...) - 类 中的静态方法blade.kit.StringKit
-
- join(Iterable<?>, String) - 类 中的静态方法blade.kit.StringKit
-
- join(Iterator<?>, String) - 类 中的静态方法blade.kit.StringKit
-
- JSONArray - blade.kit.json中的类
-
A JSONArray is an ordered sequence of values.
- JSONArray() - 类 的构造器blade.kit.json.JSONArray
-
Construct an empty JSONArray.
- JSONArray(JSONTokener) - 类 的构造器blade.kit.json.JSONArray
-
Construct a JSONArray from a JSONTokener.
- JSONArray(String) - 类 的构造器blade.kit.json.JSONArray
-
Construct a JSONArray from a source JSON text.
- JSONArray(Collection<Object>) - 类 的构造器blade.kit.json.JSONArray
-
Construct a JSONArray from a Collection.
- JSONArray(Object) - 类 的构造器blade.kit.json.JSONArray
-
Construct a JSONArray from an array
- JSONException - blade.kit.json中的异常错误
-
The JSONException is thrown by the JSON.org classes when things are amiss.
- JSONException(String) - 异常错误 的构造器blade.kit.json.JSONException
-
Constructs a JSONException with an explanatory message.
- JSONException(Throwable) - 异常错误 的构造器blade.kit.json.JSONException
-
Constructs a new JSONException with the specified cause.
- JSONKit - blade.kit.json中的类
-
- JSONKit() - 类 的构造器blade.kit.json.JSONKit
-
- JSONMap - blade.kit.json中的类
-
- JSONMap() - 类 的构造器blade.kit.json.JSONMap
-
- JSONObject - blade.kit.json中的类
-
A JSONObject is an unordered collection of name/value pairs.
- JSONObject() - 类 的构造器blade.kit.json.JSONObject
-
Construct an empty JSONObject.
- JSONObject(JSONObject, String[]) - 类 的构造器blade.kit.json.JSONObject
-
Construct a JSONObject from a subset of another JSONObject.
- JSONObject(JSONTokener) - 类 的构造器blade.kit.json.JSONObject
-
Construct a JSONObject from a JSONTokener.
- JSONObject(Map<String, Object>) - 类 的构造器blade.kit.json.JSONObject
-
Construct a JSONObject from a Map.
- JSONObject(Object) - 类 的构造器blade.kit.json.JSONObject
-
Construct a JSONObject from an Object using bean getters.
- JSONObject(Object, String[]) - 类 的构造器blade.kit.json.JSONObject
-
Construct a JSONObject from an Object, using reflection to find the
public members.
- JSONObject(String) - 类 的构造器blade.kit.json.JSONObject
-
Construct a JSONObject from a source JSON text string.
- JSONObject(String, Locale) - 类 的构造器blade.kit.json.JSONObject
-
Construct a JSONObject from a ResourceBundle.
- JSONString - blade.kit.json中的接口
-
The JSONString interface allows a toJSONString()
method so that a class can change the behavior of
JSONObject.toString(), JSONArray.toString(),
and JSONWriter.value(Object).
- JSONStringer - blade.kit.json中的类
-
JSONStringer provides a quick and convenient way of producing JSON text.
- JSONStringer() - 类 的构造器blade.kit.json.JSONStringer
-
Make a fresh JSONStringer.
- JSONTokener - blade.kit.json中的类
-
A JSONTokener takes a source string and extracts characters and tokens from
it.
- JSONTokener(Reader) - 类 的构造器blade.kit.json.JSONTokener
-
Construct a JSONTokener from a Reader.
- JSONTokener(InputStream) - 类 的构造器blade.kit.json.JSONTokener
-
Construct a JSONTokener from an InputStream.
- JSONTokener(String) - 类 的构造器blade.kit.json.JSONTokener
-
Construct a JSONTokener from a string.
- JSONWriter - blade.kit.json中的类
-
JSONWriter provides a quick and convenient way of producing JSON text.
- JSONWriter(Writer) - 类 的构造器blade.kit.json.JSONWriter
-
Make a fresh JSONWriter.
- name - 类 中的变量blade.kit.log.Logger
-
日志名称
- names() - 类 中的方法blade.kit.json.JSONObject
-
Produce a JSONArray containing the names of the elements of this
JSONObject.
- newArrayList() - 类 中的静态方法blade.kit.CollectionKit
-
new ArrayList
- newArrayList(int) - 类 中的静态方法blade.kit.CollectionKit
-
new ArrayList and initialCapacity
- newConcurrentHashMap() - 类 中的静态方法blade.kit.CollectionKit
-
new concurrentHashMap
- newConcurrentHashMap(int) - 类 中的静态方法blade.kit.CollectionKit
-
new concurrentHashMap and initialCapacity
- newFile(String) - 类 中的静态方法blade.kit.FileKit
-
- newHashMap() - 类 中的静态方法blade.kit.CollectionKit
-
new HashMap
- newHashMap(int) - 类 中的静态方法blade.kit.CollectionKit
-
new HashMap and initialCapacity
- newHashSet() - 类 中的静态方法blade.kit.CollectionKit
-
new HashSet
- newHashSet(int) - 类 中的静态方法blade.kit.CollectionKit
-
new HashSet and initialCapacity
- newInstance(String) - 类 中的静态方法blade.kit.ReflectKit
-
新建对象
- newInstance(Class<?>) - 类 中的静态方法blade.kit.ReflectKit
-
创建一个实例对象
- newLinkedHashMap() - 类 中的静态方法blade.kit.CollectionKit
-
new HashMap and initialCapacity
- newLinkedHashMap(int) - 类 中的静态方法blade.kit.CollectionKit
-
new HashMap and initialCapacity
- newTreeSet() - 类 中的静态方法blade.kit.CollectionKit
-
new TreeSet
- next() - 类 中的方法blade.kit.json.JSONTokener
-
Get the next character in the source string.
- next(char) - 类 中的方法blade.kit.json.JSONTokener
-
Consume the next character, and check that it matches a specified
character.
- next(int) - 类 中的方法blade.kit.json.JSONTokener
-
Get the next n characters.
- nextClean() - 类 中的方法blade.kit.json.JSONTokener
-
Get the next char in the string, skipping whitespace.
- nextDay(Date) - 类 中的静态方法blade.kit.DateKit
-
- nextString(char) - 类 中的方法blade.kit.json.JSONTokener
-
Return the characters up to the next close quote character.
- nextTo(char) - 类 中的方法blade.kit.json.JSONTokener
-
Get the text up but not including the specified character or the
end of line, whichever comes first.
- nextTo(String) - 类 中的方法blade.kit.json.JSONTokener
-
Get the text up but not including one of the specified delimiter
characters or the end of line, whichever comes first.
- nextValue() - 类 中的方法blade.kit.json.JSONTokener
-
Get the next value.
- NO_MIME_TYPE - 类 中的静态变量blade.kit.MimeParse
-
Constant for no mime type
- NORIGHT - 类 中的静态变量blade.kit.StringKit
-
- normalizeAbsolutePath(String) - 类 中的静态方法blade.kit.FileKit
-
规格化绝对路径。
- normalizeAbsolutePath(String, boolean) - 类 中的静态方法blade.kit.FileKit
-
规格化绝对路径。
- normalizeExtension(String) - 类 中的静态方法blade.kit.FileKit
-
规格化文件名后缀。
- normalizePath(String) - 类 中的静态方法blade.kit.FileKit
-
规格化路径。
- normalizePath(String, boolean) - 类 中的静态方法blade.kit.FileKit
-
规格化路径。
- normalizeRelativePath(String) - 类 中的静态方法blade.kit.FileKit
-
规格化相对路径。
- normalizeRelativePath(String, boolean) - 类 中的静态方法blade.kit.FileKit
-
规格化相对路径。
- normalizeUnixPath(String) - 类 中的静态方法blade.kit.FileKit
-
规格化Unix风格的路径,不支持Windows驱动器名和UNC路径。
- normalizeWindowsPath(String) - 类 中的静态方法blade.kit.FileKit
-
规格化路径。
- notBlank(CharSequence) - 类 中的静态方法blade.kit.Assert
-
- notBlank(CharSequence, String, Object...) - 类 中的静态方法blade.kit.Assert
-
- notEmpty(Object[]) - 类 中的静态方法blade.kit.Assert
-
- notEmpty(Object[], String, Object...) - 类 中的静态方法blade.kit.Assert
-
- notEmpty(Collection<?>) - 类 中的静态方法blade.kit.Assert
-
- notEmpty(Collection<?>, String, Object...) - 类 中的静态方法blade.kit.Assert
-
- notEmpty(Map<?, ?>) - 类 中的静态方法blade.kit.Assert
-
- notEmpty(Map<?, ?>, String, Object...) - 类 中的静态方法blade.kit.Assert
-
- notEmpty(CharSequence) - 类 中的静态方法blade.kit.Assert
-
- notEmpty(CharSequence, String, Object...) - 类 中的静态方法blade.kit.Assert
-
- notNull(Object, String) - 类 中的静态方法blade.kit.Assert
-
- notNull(Object) - 类 中的静态方法blade.kit.Assert
-
- notNull(Object, String, Object...) - 类 中的静态方法blade.kit.Assert
-
- nowDateAfterDate(Date) - 类 中的静态方法blade.kit.DateKit
-
判断当前时间是否在date之后
- nowDateBetweenStartDateAndEndDate(Date, Date) - 类 中的静态方法blade.kit.DateKit
-
判断当前时间是否在在两个时间之间
- NULL - 类 中的静态变量blade.kit.json.JSONObject
-
It is sometimes more convenient and less ambiguous to have a
NULL object than to use Java's null value.
- NULL_PLACEHOLDER - 类 中的静态变量blade.kit.Emptys
-
代表null值的占位对象。
- NUMBER - 类 中的静态变量blade.kit.StringKit
-
- numbers() - 类 中的方法blade.kit.TimwKit
-
- numberToString(Number) - 类 中的静态方法blade.kit.json.JSONObject
-
Produce a string from a Number.
- object() - 类 中的方法blade.kit.json.JSONWriter
-
Begin appending a new object.
- offset() - 类 中的方法blade.kit.io.FastByteBuffer
-
- opt(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the optional object value associated with an index.
- opt(String) - 类 中的方法blade.kit.json.JSONObject
-
Get an optional value associated with a key.
- optBigDecimal(int, BigDecimal) - 类 中的方法blade.kit.json.JSONArray
-
Get the optional BigDecimal value associated with an index.
- optBigDecimal(String, BigDecimal) - 类 中的方法blade.kit.json.JSONObject
-
Get an optional BigDecimal associated with a key, or the defaultValue if
there is no such key or if its value is not a number.
- optBigInteger(int, BigInteger) - 类 中的方法blade.kit.json.JSONArray
-
Get the optional BigInteger value associated with an index.
- optBigInteger(String, BigInteger) - 类 中的方法blade.kit.json.JSONObject
-
Get an optional BigInteger associated with a key, or the defaultValue if
there is no such key or if its value is not a number.
- optBoolean(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the optional boolean value associated with an index.
- optBoolean(int, boolean) - 类 中的方法blade.kit.json.JSONArray
-
Get the optional boolean value associated with an index.
- optBoolean(String) - 类 中的方法blade.kit.json.JSONObject
-
Get an optional boolean associated with a key.
- optBoolean(String, boolean) - 类 中的方法blade.kit.json.JSONObject
-
Get an optional boolean associated with a key.
- optDouble(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the optional double value associated with an index.
- optDouble(int, double) - 类 中的方法blade.kit.json.JSONArray
-
Get the optional double value associated with an index.
- optDouble(String) - 类 中的方法blade.kit.json.JSONObject
-
Get an optional double associated with a key, or NaN if there is no such
key or if its value is not a number.
- optDouble(String, double) - 类 中的方法blade.kit.json.JSONObject
-
Get an optional double associated with a key, or the defaultValue if
there is no such key or if its value is not a number.
- optInt(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the optional int value associated with an index.
- optInt(int, int) - 类 中的方法blade.kit.json.JSONArray
-
Get the optional int value associated with an index.
- optInt(String) - 类 中的方法blade.kit.json.JSONObject
-
Get an optional int value associated with a key, or zero if there is no
such key or if the value is not a number.
- optInt(String, int) - 类 中的方法blade.kit.json.JSONObject
-
Get an optional int value associated with a key, or the default if there
is no such key or if the value is not a number.
- optJSONArray(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the optional JSONArray associated with an index.
- optJSONArray(String) - 类 中的方法blade.kit.json.JSONObject
-
Get an optional JSONArray associated with a key.
- optJSONObject(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the optional JSONObject associated with an index.
- optJSONObject(String) - 类 中的方法blade.kit.json.JSONObject
-
Get an optional JSONObject associated with a key.
- optLong(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the optional long value associated with an index.
- optLong(int, long) - 类 中的方法blade.kit.json.JSONArray
-
Get the optional long value associated with an index.
- optLong(String) - 类 中的方法blade.kit.json.JSONObject
-
Get an optional long value associated with a key, or zero if there is no
such key or if the value is not a number.
- optLong(String, long) - 类 中的方法blade.kit.json.JSONObject
-
Get an optional long value associated with a key, or the default if there
is no such key or if the value is not a number.
- optString(int) - 类 中的方法blade.kit.json.JSONArray
-
Get the optional string value associated with an index.
- optString(int, String) - 类 中的方法blade.kit.json.JSONArray
-
Get the optional string associated with an index.
- optString(String) - 类 中的方法blade.kit.json.JSONObject
-
Get an optional string associated with a key.
- optString(String, String) - 类 中的方法blade.kit.json.JSONObject
-
Get an optional string associated with a key.
- parseQuery(String, boolean) - 类 中的静态方法blade.kit.http.HttpKit
-
参数转换为map,a=1&b=2
- parseStringToLongList(String, String) - 类 中的静态方法blade.kit.StringKit
-
将String to long list
- parseStrInt(String) - 类 中的静态方法blade.kit.StringKit
-
- PathKit - blade.kit中的类
-
路径工具类,处理request上的路径
- PatternKit - blade.kit中的类
-
正则工具类
提供验证邮箱、手机号、电话号码、身份证号码、数字等方法
- PatternKit() - 类 的构造器blade.kit.PatternKit
-
- post(String) - 类 中的静态方法blade.kit.http.HttpRequest
-
POST请求
- print() - 类 中的方法blade.kit.TimwKit
-
打印数字列
- printAvg() - 类 中的方法blade.kit.TimwKit
-
打印数字列
- PropertyKit - blade.kit中的类
-
properties文件工具类
- PropertyKit() - 类 的构造器blade.kit.PropertyKit
-
- put(boolean) - 类 中的方法blade.kit.json.JSONArray
-
Append a boolean value.
- put(Collection<Object>) - 类 中的方法blade.kit.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONArray which
is produced from a Collection.
- put(double) - 类 中的方法blade.kit.json.JSONArray
-
Append a double value.
- put(int) - 类 中的方法blade.kit.json.JSONArray
-
Append an int value.
- put(long) - 类 中的方法blade.kit.json.JSONArray
-
Append an long value.
- put(Map<String, Object>) - 类 中的方法blade.kit.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONObject which
is produced from a Map.
- put(Object) - 类 中的方法blade.kit.json.JSONArray
-
Append an object value.
- put(int, boolean) - 类 中的方法blade.kit.json.JSONArray
-
Put or replace a boolean value in the JSONArray.
- put(int, Collection<Object>) - 类 中的方法blade.kit.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONArray which
is produced from a Collection.
- put(int, double) - 类 中的方法blade.kit.json.JSONArray
-
Put or replace a double value.
- put(int, int) - 类 中的方法blade.kit.json.JSONArray
-
Put or replace an int value.
- put(int, long) - 类 中的方法blade.kit.json.JSONArray
-
Put or replace a long value.
- put(int, Map<String, Object>) - 类 中的方法blade.kit.json.JSONArray
-
Put a value in the JSONArray, where the value will be a JSONObject that
is produced from a Map.
- put(int, Object) - 类 中的方法blade.kit.json.JSONArray
-
Put or replace an object value in the JSONArray.
- put(String, boolean) - 类 中的方法blade.kit.json.JSONObject
-
Put a key/boolean pair in the JSONObject.
- put(String, Collection<Object>) - 类 中的方法blade.kit.json.JSONObject
-
Put a key/value pair in the JSONObject, where the value will be a
JSONArray which is produced from a Collection.
- put(String, double) - 类 中的方法blade.kit.json.JSONObject
-
Put a key/double pair in the JSONObject.
- put(String, int) - 类 中的方法blade.kit.json.JSONObject
-
Put a key/int pair in the JSONObject.
- put(String, long) - 类 中的方法blade.kit.json.JSONObject
-
Put a key/long pair in the JSONObject.
- put(String, Map<String, Object>) - 类 中的方法blade.kit.json.JSONObject
-
Put a key/value pair in the JSONObject, where the value will be a
JSONObject which is produced from a Map.
- put(String, Object) - 类 中的方法blade.kit.json.JSONObject
-
Put a key/value pair in the JSONObject.
- putOnce(String, Object) - 类 中的方法blade.kit.json.JSONObject
-
Put a key/value pair in the JSONObject, but only if the key and the value
are both non-null, and only if there is not already a member with that
name.
- putOpt(String, Object) - 类 中的方法blade.kit.json.JSONObject
-
Put a key/value pair in the JSONObject, but only if the key and the value
are both non-null.
- TaskKit - blade.kit中的类
-
定时任务
- TaskKit() - 类 的构造器blade.kit.TaskKit
-
- tempDate - 类 中的静态变量blade.kit.DateKit
-
date = 1901-01-01
- testValidity(Object) - 类 中的静态方法blade.kit.json.JSONObject
-
Throw an exception if the object is a NaN or infinite number.
- throwExceptionOrError(Throwable) - 类 中的静态方法blade.kit.ExceptionKit
-
抛出Throwable,但不需要声明throws Throwable,区分Exception 或Error。
- throwRuntimeExceptionOrError(Throwable) - 类 中的静态方法blade.kit.ExceptionKit
-
抛出Throwable,但不需要声明throws Throwable,区分 RuntimeException、Exception
或Error。
- timeout(int) - 类 中的方法blade.kit.http.HttpRequest
-
设置超时
- TimwKit - blade.kit中的类
-
计数均衡器
用于计数和平均值计算
- TimwKit() - 类 的构造器blade.kit.TimwKit
-
- TimwManager - blade.kit.timw中的类
-
计时管理器
用于创建计时器
- TimwMonitor - blade.kit.timw中的类
-
计时器
用于统计计时的类
- toArray() - 类 中的方法blade.kit.io.FastByteBuffer
-
返回快速缓冲中的数据
- toArray(int, int) - 类 中的方法blade.kit.io.FastByteBuffer
-
返回快速缓冲中的数据
- toAscii(char) - 类 中的静态方法blade.kit.CharKit
-
将字符转成ASCII码
- toAsciiByteArray(char[]) - 类 中的静态方法blade.kit.CharKit
-
- toAsciiByteArray(CharSequence) - 类 中的静态方法blade.kit.CharKit
-
- toBoolean(String, boolean) - 类 中的静态方法blade.kit.StringKit
-
String2Boolean
- toByteArray(char[]) - 类 中的静态方法blade.kit.CharKit
-
- toByteArray(char[], String) - 类 中的静态方法blade.kit.CharKit
-
- toByteArray() - 类 中的方法blade.kit.io.ByteArray
-
- toByteArray() - 类 中的方法blade.kit.io.ByteArrayOutputStream
-
- toByteArray() - 类 中的方法blade.kit.io.FastByteArrayOutputStream
-
- toByteArray(InputStream) - 类 中的静态方法blade.kit.IOKit
-
- toChar(byte) - 类 中的静态方法blade.kit.CharKit
-
- toChar(Character) - 类 中的静态方法blade.kit.CharKit
-
- toChar(Character, char) - 类 中的静态方法blade.kit.CharKit
-
- toChar(String) - 类 中的静态方法blade.kit.CharKit
-
- toChar(String, char) - 类 中的静态方法blade.kit.CharKit
-
- toCharacterObject(char) - 类 中的静态方法blade.kit.CharKit
-
- toCharacterObject(String) - 类 中的静态方法blade.kit.CharKit
-
- toCharArray(byte[]) - 类 中的静态方法blade.kit.CharKit
-
- toCharArray(byte[], String) - 类 中的静态方法blade.kit.CharKit
-
- toChineseNumber(int, int) - 类 中的静态方法blade.kit.StringKit
-
将阿拉伯数字转为中文数字
- toDouble(String, double) - 类 中的静态方法blade.kit.StringKit
-
String2Double
- toFile(URL) - 类 中的静态方法blade.kit.FileKit
-
从URL中取得文件,如果URL为空,或不代表一个文件, 则返回null
- toFloat(String, float) - 类 中的静态方法blade.kit.StringKit
-
String2Float
- toInputStream() - 类 中的方法blade.kit.io.ByteArray
-
- toInputStream() - 类 中的方法blade.kit.io.ByteArrayOutputStream
-
- toInt(String, int) - 类 中的静态方法blade.kit.StringKit
-
String2Int
- toIntValue(char) - 类 中的静态方法blade.kit.CharKit
-
- toIntValue(char, int) - 类 中的静态方法blade.kit.CharKit
-
- toIntValue(Character) - 类 中的静态方法blade.kit.CharKit
-
- toIntValue(Character, int) - 类 中的静态方法blade.kit.CharKit
-
- toJSON(Map<String, V>) - 类 中的静态方法blade.kit.json.JSONKit
-
- toJSONArray(JSONArray) - 类 中的方法blade.kit.json.JSONObject
-
Produce a JSONArray containing the values of the members of this
JSONObject.
- toJSONObject(JSONArray) - 类 中的方法blade.kit.json.JSONArray
-
Produce a JSONObject by combining a JSONArray of names with the values of
this JSONArray.
- toJSONObject(Map<String, V>) - 类 中的静态方法blade.kit.json.JSONMap
-
- toJSONString(Map<String, V>) - 类 中的静态方法blade.kit.json.JSONKit
-
- toJSONString(List<Map<String, V>>) - 类 中的静态方法blade.kit.json.JSONKit
-
- toJSONString(Object) - 类 中的静态方法blade.kit.json.JSONKit
-
- toJSONString() - 接口 中的方法blade.kit.json.JSONString
-
The toJSONString method allows a class to produce its own JSON
serialization.
- toList(String) - 类 中的静态方法blade.kit.json.JSONKit
-
- toListMap(List<T>) - 类 中的静态方法blade.kit.BeanKit
-
- toLong(String, long) - 类 中的静态方法blade.kit.StringKit
-
String2Long
- toLowerAscii(char) - 类 中的静态方法blade.kit.CharKit
-
- toLowerCase(String) - 类 中的静态方法blade.kit.StringKit
-
将字符串转换成小写。
- toMail(String...) - 类 中的方法blade.kit.mail.MailTemplate
-
发送给谁
- toMap(String) - 类 中的静态方法blade.kit.json.JSONKit
-
- toMap(JSONObject) - 类 中的静态方法blade.kit.json.JSONKit
-
- toMap(JSONObject) - 类 中的静态方法blade.kit.json.JSONMap
-
- toRawByteArray(char[]) - 类 中的静态方法blade.kit.CharKit
-
- toRawCharArray(byte[]) - 类 中的静态方法blade.kit.CharKit
-
- toRuntimeException(Exception) - 类 中的静态方法blade.kit.ExceptionKit
-
将异常转换成RuntimeException。
- toRuntimeException(Exception, Class<? extends RuntimeException>) - 类 中的静态方法blade.kit.ExceptionKit
-
将异常转换成RuntimeException。
- toShort(String, short) - 类 中的静态方法blade.kit.StringKit
-
String2Short
- toSimpleByteArray(char[]) - 类 中的静态方法blade.kit.CharKit
-
- toSimpleByteArray(CharSequence) - 类 中的静态方法blade.kit.CharKit
-
Converts char sequence into byte array.
- toSimpleCharArray(byte[]) - 类 中的静态方法blade.kit.CharKit
-
- toString(char) - 类 中的静态方法blade.kit.CharKit
-
- toString(Character) - 类 中的静态方法blade.kit.CharKit
-
- toString() - 类 中的方法blade.kit.FileKit.FileNameAndExtension
-
- toString() - 类 中的方法blade.kit.io.ByteArray
-
- toString() - 类 中的方法blade.kit.io.FastByteArrayOutputStream
-
- toString(String) - 类 中的方法blade.kit.io.FastByteArrayOutputStream
-
- toString() - 类 中的方法blade.kit.io.StringBuilderWriter
-
- toString(InputStream) - 类 中的静态方法blade.kit.IOKit
-
- toString() - 类 中的方法blade.kit.json.JSONArray
-
Make a JSON text of this JSONArray.
- toString(int) - 类 中的方法blade.kit.json.JSONArray
-
Make a prettyprinted JSON text of this JSONArray.
- toString() - 类 中的方法blade.kit.json.JSONObject
-
Make a JSON text of this JSONObject.
- toString(int) - 类 中的方法blade.kit.json.JSONObject
-
Make a prettyprinted JSON text of this JSONObject.
- toString() - 类 中的方法blade.kit.json.JSONStringer
-
Return the JSON text.
- toString() - 类 中的方法blade.kit.json.JSONTokener
-
Make a printable string of this JSONTokener.
- toString() - 类 中的方法blade.kit.mail.MailTemplate
-
- toString(List<String>, String) - 类 中的静态方法blade.kit.StringKit
-
将字符串List转化为字符串,以分隔符间隔.
- toString(Object) - 类 中的静态方法blade.kit.StringKit
-
- toString(Collection<String>) - 类 中的静态方法blade.kit.StringKit
-
- toString(Collection<String>, String) - 类 中的静态方法blade.kit.StringKit
-
- toString() - 类 中的方法blade.kit.SystemKit.HostInfo
-
将当前主机的信息转换成字符串。
- toString() - 类 中的方法blade.kit.SystemKit.JavaInfo
-
将Java Implementation的信息转换成字符串。
- toString() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
-
将当前运行的JRE信息转换成字符串。
- toString() - 类 中的方法blade.kit.SystemKit.JavaSpecInfo
-
将Java Specification的信息转换成字符串。
- toString() - 类 中的方法blade.kit.SystemKit.JvmInfo
-
将Java Virutal Machine Implementation的信息转换成字符串。
- toString() - 类 中的方法blade.kit.SystemKit.JvmSpecInfo
-
将Java Virutal Machine Specification的信息转换成字符串。
- toString() - 类 中的方法blade.kit.SystemKit.OsInfo
-
将OS的信息转换成字符串。
- toString() - 类 中的方法blade.kit.SystemKit.UserInfo
-
将当前用户的信息转换成字符串。
- toStringArray(Collection<String>) - 类 中的静态方法blade.kit.StringKit
-
- toUpperAscii(char) - 类 中的静态方法blade.kit.CharKit
-
- toUpperCase(String) - 类 中的静态方法blade.kit.StringKit
-
将字符串转换成大写。
- trace(Object) - 类 中的方法blade.kit.log.Log4jLogAdaptor
-
- trace(Object, Object...) - 类 中的方法blade.kit.log.Log4jLogAdaptor
-
- trace(Object, Throwable) - 类 中的方法blade.kit.log.Log4jLogAdaptor
-
- trace(Object, Throwable, Object...) - 类 中的方法blade.kit.log.Log4jLogAdaptor
-
- TRACE - 类 中的静态变量blade.kit.log.Logger
-
- trace(Object) - 类 中的方法blade.kit.log.Logger
-
- trace(Object, Object...) - 类 中的方法blade.kit.log.Logger
-
- trace(Object, Throwable) - 类 中的方法blade.kit.log.Logger
-
- trace(Object, Throwable, Object...) - 类 中的方法blade.kit.log.Logger
-
- trim(String) - 类 中的静态方法blade.kit.StringKit
-
除去字符串头尾部的空白,如果字符串是null,依然返回null。
- trim(String, String) - 类 中的静态方法blade.kit.StringKit
-
除去字符串头尾部的指定字符,如果字符串是null,依然返回null。
- trimAll(String[]) - 类 中的静态方法blade.kit.StringKit
-
Trims array of strings.
- trimEnd(String) - 类 中的静态方法blade.kit.StringKit
-
除去字符串尾部的空白,如果字符串是null,则返回null。
- trimEnd(String, String) - 类 中的静态方法blade.kit.StringKit
-
除去字符串尾部的指定字符,如果字符串是null,依然返回null。
- trimStart(String) - 类 中的静态方法blade.kit.StringKit
-
除去字符串头部的空白,如果字符串是null,则返回null。
- trimStart(String, String) - 类 中的静态方法blade.kit.StringKit
-
除去字符串头部的指定字符,如果字符串是null,依然返回null。
- trimToEmpty(String) - 类 中的静态方法blade.kit.StringKit
-
除去字符串头尾部的空白,如果字符串是null,则返回空字符串""。
- trimToEmpty(String, String) - 类 中的静态方法blade.kit.StringKit
-
除去字符串头尾部的空白,如果字符串是null,则返回空字符串""。
- trimToNull(String) - 类 中的静态方法blade.kit.StringKit
-
除去字符串头尾部的空白,如果结果字符串是空字符串"",则返回null。
- trimToNull(String, String) - 类 中的静态方法blade.kit.StringKit
-
除去字符串头尾部的空白,如果结果字符串是空字符串"",则返回null。
- TrustAnyHostnameVerifier() - 类 的构造器blade.kit.http.HttpConnectionWrapper.TrustAnyHostnameVerifier
-