- AbstractClassReader - blade.kit.resource中的类
-
抽象类读取器
- AbstractClassReader() - 类 的构造器blade.kit.resource.AbstractClassReader
-
- accept(String) - 类 中的方法blade.kit.http.HttpRequest
-
Set the 'Accept' header to given value
- acceptCharset(String) - 类 中的方法blade.kit.http.HttpRequest
-
Set the 'Accept-Charset' header to given value
- acceptEncoding(String) - 类 中的方法blade.kit.http.HttpRequest
-
Set the 'Accept-Encoding' header to given value
- acceptGzipEncoding() - 类 中的方法blade.kit.http.HttpRequest
-
Set the 'Accept-Encoding' header to 'gzip'
- acceptJson() - 类 中的方法blade.kit.http.HttpRequest
-
Set the 'Accept' header to 'application/json'
- add(int) - 类 中的方法blade.kit.json.JsonArray
-
Appends the JSON representation of the specified int value to the end of this
array.
- add(long) - 类 中的方法blade.kit.json.JsonArray
-
Appends the JSON representation of the specified long value to the end of this
array.
- add(float) - 类 中的方法blade.kit.json.JsonArray
-
Appends the JSON representation of the specified float value to the end of this
array.
- add(double) - 类 中的方法blade.kit.json.JsonArray
-
Appends the JSON representation of the specified double value to the end of this
array.
- add(boolean) - 类 中的方法blade.kit.json.JsonArray
-
Appends the JSON representation of the specified boolean value to the end of this
array.
- add(String) - 类 中的方法blade.kit.json.JsonArray
-
Appends the JSON representation of the specified string to the end of this array.
- add(JsonValue) - 类 中的方法blade.kit.json.JsonArray
-
Appends the specified JSON value to the end of this array.
- add(String, int) - 类 中的方法blade.kit.json.JsonObject
-
Appends a new member to the end of this object, with the specified name and the JSON
representation of the specified int value.
- add(String, Object) - 类 中的方法blade.kit.json.JsonObject
-
- add(String, long) - 类 中的方法blade.kit.json.JsonObject
-
Appends a new member to the end of this object, with the specified name and the JSON
representation of the specified long value.
- add(String, float) - 类 中的方法blade.kit.json.JsonObject
-
Appends a new member to the end of this object, with the specified name and the JSON
representation of the specified float value.
- add(String, double) - 类 中的方法blade.kit.json.JsonObject
-
Appends a new member to the end of this object, with the specified name and the JSON
representation of the specified double value.
- add(String, boolean) - 类 中的方法blade.kit.json.JsonObject
-
Appends a new member to the end of this object, with the specified name and the JSON
representation of the specified boolean value.
- add(String, String) - 类 中的方法blade.kit.json.JsonObject
-
Appends a new member to the end of this object, with the specified name and the JSON
representation of the specified string.
- add(String, JsonValue) - 类 中的方法blade.kit.json.JsonObject
-
Appends a new member to the end of this object, with the specified name and the specified JSON
value.
- add(Number) - 类 中的方法blade.kit.TimwKit
-
添加一个数字
- addFile(String) - 类 中的方法blade.kit.mail.MailTemplate
-
添加附件
- addFileAffix(String) - 类 中的方法blade.kit.mail.EmailHandle
-
增加发送附件
- addFiles(List<String>) - 类 中的方法blade.kit.mail.MailTemplate
-
添加附件列表
- ALL_PATHS - 类 中的静态变量blade.kit.PathKit
-
- ANSWER - 类 中的静态变量blade.kit.StringKit
-
- append(String, Map<?, ?>) - 类 中的静态方法blade.kit.http.HttpRequest
-
Append given map as query parameters to the base URL
Each map entry's key will be a parameter name and the value's
Object.toString() will be the parameter value.
- append(String, Object...) - 类 中的静态方法blade.kit.http.HttpRequest
-
Append given name/value pairs as query parameters to the base URL
The params argument is interpreted as a sequence of name/value pairs so the
given number of params must be divisible by 2.
- append(byte[], int, int) - 类 中的方法blade.kit.io.FastByteBuffer
-
向快速缓冲加入数据
- append(byte[]) - 类 中的方法blade.kit.io.FastByteBuffer
-
向快速缓冲加入数据
- append(byte) - 类 中的方法blade.kit.io.FastByteBuffer
-
向快速缓冲加入一个字节
- append(FastByteBuffer) - 类 中的方法blade.kit.io.FastByteBuffer
-
将另一个快速缓冲加入到自身
- append(char) - 类 中的方法blade.kit.io.StringBuilderWriter
-
Append a single character to this Writer.
- append(CharSequence) - 类 中的方法blade.kit.io.StringBuilderWriter
-
Append a character sequence to this Writer.
- append(CharSequence, int, int) - 类 中的方法blade.kit.io.StringBuilderWriter
-
- applyRelativePath(String, String) - 类 中的静态方法blade.kit.StringKit
-
- array(int) - 类 中的方法blade.kit.io.FastByteBuffer
-
根据索引位返回缓冲集中的缓冲
- array() - 类 中的静态方法blade.kit.json.Json
-
Creates a new empty JsonArray.
- array(int...) - 类 中的静态方法blade.kit.json.Json
-
Creates a new JsonArray that contains the JSON representations of the
given int values.
- array(long...) - 类 中的静态方法blade.kit.json.Json
-
Creates a new JsonArray that contains the JSON representations of the
given long values.
- array(float...) - 类 中的静态方法blade.kit.json.Json
-
Creates a new JsonArray that contains the JSON representations of the
given float values.
- array(double...) - 类 中的静态方法blade.kit.json.Json
-
Creates a new JsonArray that contains the JSON representations of the
given double values.
- array(boolean...) - 类 中的静态方法blade.kit.json.Json
-
Creates a new JsonArray that contains the JSON representations of the
given boolean values.
- array(String...) - 类 中的静态方法blade.kit.json.Json
-
Creates a new JsonArray that contains the JSON representations of the
given strings.
- arrayToHeavy(String[]) - 类 中的静态方法blade.kit.CollectionKit
-
字符串数组去重复
- asArray() - 类 中的方法blade.kit.json.JsonArray
-
- asArray() - 类 中的方法blade.kit.json.JsonValue
-
Returns this JSON value as
JsonArray, assuming that this value represents a JSON array.
- asBoolean() - 类 中的方法blade.kit.json.JsonValue
-
Returns this JSON value as a boolean value, assuming that this value is either
true or false.
- asDouble() - 类 中的方法blade.kit.json.JsonValue
-
Returns this JSON value as a double value, assuming that this value represents a
JSON number.
- asFloat() - 类 中的方法blade.kit.json.JsonValue
-
Returns this JSON value as a float value, assuming that this value represents a
JSON number.
- asInt() - 类 中的方法blade.kit.json.JsonValue
-
Returns this JSON value as an int value, assuming that this value represents a
JSON number that can be interpreted as Java int.
- asList(T...) - 类 中的静态方法blade.kit.CollectionKit
-
创建一个List。
- asLong() - 类 中的方法blade.kit.json.JsonValue
-
Returns this JSON value as a long value, assuming that this value represents a
JSON number that can be interpreted as Java long.
- asObject() - 类 中的方法blade.kit.json.JsonObject
-
- asObject() - 类 中的方法blade.kit.json.JsonValue
-
Returns this JSON value as
JsonObject, assuming that this value represents a JSON
object.
- Assert - blade.kit中的类
-
断言工具类
- Assert() - 类 的构造器blade.kit.Assert
-
- asString() - 类 中的方法blade.kit.json.JsonValue
-
Returns this JSON value as String, assuming that this value represents a JSON string.
- asWriter(Appendable) - 类 中的静态方法blade.kit.io.CharStreams
-
Returns a Writer that sends all output to the given
Appendable
target.
- asynSend(MailTemplate, String) - 类 中的静态方法blade.kit.MailKit
-
根据模板发送
- asynSend(String, String, String) - 类 中的静态方法blade.kit.MailKit
-
异步发送邮件
- asynSend(String, String, String, String...) - 类 中的静态方法blade.kit.MailKit
-
异步发送邮件并发送附件
- asynSend(String, String, String, List<String>) - 类 中的静态方法blade.kit.MailKit
-
异步发送邮件并发送附件
- asynSend(String, String, String, String, String, String, String, List<String>) - 类 中的静态方法blade.kit.MailKit
-
发送邮件
- asynSendAndCc(String, String, String, String) - 类 中的静态方法blade.kit.MailKit
-
异步发送并抄送
- asynSendAndCc(String, String, String, String, String...) - 类 中的静态方法blade.kit.MailKit
-
异步发送邮件并抄送,带附件
- asynSendAndCc(String, String, String, String, List<String>) - 类 中的静态方法blade.kit.MailKit
-
异步发送邮件并抄送,带附件
- authorization(String) - 类 中的方法blade.kit.http.HttpRequest
-
Set the 'Authorization' header to given value
- avg() - 类 中的方法blade.kit.timw.TimwMonitor
-
求全部计时均值
- avg() - 类 中的方法blade.kit.TimwKit
-
获取平均数
- cacheControl() - 类 中的方法blade.kit.http.HttpRequest
-
Get the 'Cache-Control' header from the response
- call() - 类 中的方法blade.kit.http.HttpRequest.Operation
-
- capitalize(String) - 类 中的静态方法blade.kit.StringKit
-
将字符串的首字符转成大写(Character.toTitleCase),其它字符不变。
- cast(Object, Class<T>) - 类 中的静态方法blade.kit.ReflectKit
-
类型转换
- causedBy(Throwable, Class<? extends Throwable>) - 类 中的静态方法blade.kit.ExceptionKit
-
检查异常是否由指定类型的异常引起。
- ccMail(String...) - 类 中的方法blade.kit.mail.MailTemplate
-
- CHAR_NULL - 类 中的静态变量blade.kit.Emptys
-
- CharKit - blade.kit中的类
-
字符相关的工具类。
- CharKit() - 类 的构造器blade.kit.CharKit
-
- charset() - 类 中的方法blade.kit.http.HttpRequest
-
Get 'charset' parameter from 'Content-Type' response header
- CHARSET_UTF8 - 类 中的静态变量blade.kit.http.Header
-
- CharStreams - blade.kit.io中的类
-
Provides utility methods for working with character streams.
- checkedCast(long) - 类 中的静态方法blade.kit.HashidKit
-
- checkFloat(String, String) - 类 中的静态方法blade.kit.StringKit
-
检查浮点数
- checkIsEnglish(String) - 类 中的静态方法blade.kit.StringKit
-
验证字符串是否含有特殊字符和中文
- checkNotNull(T) - 类 中的静态方法blade.kit.Assert
-
- checkPositionIndexes(int, int, int) - 类 中的静态方法blade.kit.Assert
-
- chr(int) - 类 中的静态方法blade.kit.text.HTMLFilter
-
- chunk(int) - 类 中的方法blade.kit.http.HttpRequest
-
Set chunked streaming mode to the given size
- ClassPathClassReader - blade.kit.resource中的类
-
根据classpath加载类
- ClassPathClassReader() - 类 的构造器blade.kit.resource.ClassPathClassReader
-
- ClassReader - blade.kit.resource中的接口
-
一个类读取器的接口
- ClassReaderException - blade.exception中的异常错误
-
类读取异常
- ClassReaderException() - 异常错误 的构造器blade.exception.ClassReaderException
-
- ClassReaderException(Exception) - 异常错误 的构造器blade.exception.ClassReaderException
-
- ClassReaderException(String) - 异常错误 的构造器blade.exception.ClassReaderException
-
- ClassReaderException(String, Exception) - 异常错误 的构造器blade.exception.ClassReaderException
-
- cleanPath(String) - 类 中的静态方法blade.kit.StringKit
-
- clear() - 类 中的方法blade.kit.timw.TimwMonitor
-
清楚数据
- clear() - 类 中的方法blade.kit.TimwKit
-
清除全部
- clone(Object, int) - 类 中的静态方法blade.kit.CloneKit
-
复制对象数据
- clone(Object) - 类 中的静态方法blade.kit.CloneKit
-
浅表复制对象
- CloneKit - blade.kit中的类
-
类克隆工具
- CloneKit() - 类 的构造器blade.kit.CloneKit
-
- close() - 类 中的方法blade.kit.io.ByteArrayOutputStream
-
- close() - 类 中的方法blade.kit.io.FastByteArrayOutputStream
-
此方法无任何效果,当流被关闭后不会抛出IOException
- close() - 类 中的方法blade.kit.io.StringBuilderWriter
-
Closing this writer has no effect.
- close(Closeable) - 类 中的静态方法blade.kit.StreamKit
-
关闭流
- CloseOperation(Closeable, boolean) - 类 的构造器blade.kit.http.HttpRequest.CloseOperation
-
创建一个关闭操作
- closeOutput() - 类 中的方法blade.kit.http.HttpRequest
-
Close output stream
- closeOutputQuietly() - 类 中的方法blade.kit.http.HttpRequest
-
- closeQuietly(ZipFile) - 类 中的静态方法blade.kit.IOKit
-
- closeQuietly(Socket) - 类 中的静态方法blade.kit.IOKit
-
- closeQuietly(ServerSocket) - 类 中的静态方法blade.kit.IOKit
-
- closeQuietly(Selector) - 类 中的静态方法blade.kit.IOKit
-
- closeQuietly(URLConnection) - 类 中的静态方法blade.kit.IOKit
-
- closeQuietly(Closeable) - 类 中的静态方法blade.kit.IOKit
-
- code() - 类 中的方法blade.kit.http.HttpRequest
-
Get the status code of the response
- code(AtomicInteger) - 类 中的方法blade.kit.http.HttpRequest
-
Set the value of the given
AtomicInteger to the status code of the
response
- CollectionKit - blade.kit中的类
-
有关集合处理的工具类,通过静态方法消除泛型编译警告。
- CollectionKit() - 类 的构造器blade.kit.CollectionKit
-
- collectionToDelimitedString(Collection<?>, String, String, String) - 类 中的静态方法blade.kit.StringKit
-
- collectionToDelimitedString(Collection<?>, String) - 类 中的静态方法blade.kit.StringKit
-
- COMMAND_EXIT - 类 中的静态变量blade.kit.ShellKit
-
- COMMAND_LINE_END - 类 中的静态变量blade.kit.ShellKit
-
- COMMAND_SH - 类 中的静态变量blade.kit.ShellKit
-
- COMMAND_SU - 类 中的静态变量blade.kit.ShellKit
-
- CommandResult(int) - 类 的构造器blade.kit.ShellKit.CommandResult
-
- CommandResult(int, String, String) - 类 的构造器blade.kit.ShellKit.CommandResult
-
- compareDate(String, String) - 类 中的静态方法blade.kit.DateKit
-
比较两个日期 if date1<=date2 return true
- concat(T[], T[]) - 类 中的静态方法blade.kit.CollectionKit
-
merge array
- concat(List<T>, List<T>) - 类 中的静态方法blade.kit.CollectionKit
-
连接
- concatSuper(List<? extends T>, List<? extends T>) - 类 中的静态方法blade.kit.CollectionKit
-
连接
- config(String, String, String) - 类 中的静态方法blade.kit.MailKit
-
配置邮件协议和账户
- CONNECT - 类 中的静态变量blade.kit.http.MethodType
-
'CONNECT' request method
- ConnectionFactory - blade.kit.http中的接口
-
HttpURLConnection工厂
- connectTimeout(int) - 类 中的方法blade.kit.http.HttpRequest
-
Set connect timeout on connection to given value
- CONTENT_TYPE_FORM - 类 中的静态变量blade.kit.http.Header
-
表单类型头信息
- CONTENT_TYPE_JSON - 类 中的静态变量blade.kit.http.Header
-
json类型头信息
- contentEncoding() - 类 中的方法blade.kit.http.HttpRequest
-
Get the 'Content-Encoding' header from the response
- contentLength() - 类 中的方法blade.kit.http.HttpRequest
-
Get the 'Content-Length' header from the response
- contentLength(String) - 类 中的方法blade.kit.http.HttpRequest
-
Set the 'Content-Length' request header to the given value
- contentLength(int) - 类 中的方法blade.kit.http.HttpRequest
-
Set the 'Content-Length' request header to the given value
- contentType(String) - 类 中的方法blade.kit.http.HttpRequest
-
Set the 'Content-Type' request header to the given value
- contentType(String, String) - 类 中的方法blade.kit.http.HttpRequest
-
Set the 'Content-Type' request header to the given value and charset
- contentType() - 类 中的方法blade.kit.http.HttpRequest
-
Get the 'Content-Type' header from the response
- convertRouteToList(String) - 类 中的静态方法blade.kit.PathKit
-
- copy(String, String) - 类 中的静态方法blade.kit.FileKit
-
复制单个文件
- copy(InputStream, OutputStream) - 类 中的方法blade.kit.http.HttpRequest
-
Copy from input stream to output stream
- copy(Reader, Writer) - 类 中的方法blade.kit.http.HttpRequest
-
Copy from reader to writer
- copy(Readable, Appendable) - 类 中的静态方法blade.kit.io.CharStreams
-
- copy(InputStream, Writer) - 类 中的静态方法blade.kit.IOKit
-
- copy(InputStream, OutputStream) - 类 中的静态方法blade.kit.IOKit
-
- copy(InputStream, Writer, String) - 类 中的静态方法blade.kit.IOKit
-
- copy(InputStream, Writer, Charset) - 类 中的静态方法blade.kit.IOKit
-
- copy(Reader, Writer) - 类 中的静态方法blade.kit.IOKit
-
- copyDir(String, String) - 类 中的静态方法blade.kit.FileKit
-
复制整个文件夹的内容
- copyLarge(InputStream, OutputStream) - 类 中的静态方法blade.kit.IOKit
-
- copyLarge(Reader, Writer) - 类 中的静态方法blade.kit.IOKit
-
- create(URL) - 接口 中的方法blade.kit.http.ConnectionFactory
-
根据URL创建一个HttpURLConnection
- create(URL, Proxy) - 接口 中的方法blade.kit.http.ConnectionFactory
-
根据URL和代理对象创建一个HttpURLConnection
- CREATE - 类 中的静态变量blade.kit.StringKit
-
- createAndReturnFile(String) - 类 中的静态方法blade.kit.FileKit
-
- createArrayDeque() - 类 中的静态方法blade.kit.CollectionKit
-
创建ArrayDeque实例
- createArrayDeque(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
-
创建ArrayDeque实例
- createArrayDeque(int) - 类 中的静态方法blade.kit.CollectionKit
-
创建ArrayDeque实例
- createArrayList() - 类 中的静态方法blade.kit.CollectionKit
-
创建ArrayList实例
- createArrayList(int) - 类 中的静态方法blade.kit.CollectionKit
-
创建ArrayList实例
- createArrayList(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
-
创建ArrayList实例
- createArrayList(Iterable<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
-
创建ArrayList实例
- createArrayList(V...) - 类 中的静态方法blade.kit.CollectionKit
-
创建ArrayList实例
- createBitSet() - 类 中的静态方法blade.kit.CollectionKit
-
创建BitSet实例
- createBitSet(int) - 类 中的静态方法blade.kit.CollectionKit
-
创建BitSet实例
- createConcurrentLinkedQueue() - 类 中的静态方法blade.kit.CollectionKit
-
创建ConcurrentLinkedQueue实例
- createConcurrentLinkedQueue(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
-
创建ConcurrentLinkedQueue实例
- createConcurrentMap() - 类 中的静态方法blade.kit.CollectionKit
-
创建ConcurrentMap实例
- createConcurrentMap(Map<? extends K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
-
创建ConcurrentMap实例
- createConcurrentMap(int) - 类 中的静态方法blade.kit.CollectionKit
-
创建ConcurrentMap实例
- createConcurrentMap(int, float) - 类 中的静态方法blade.kit.CollectionKit
-
创建ConcurrentMap实例
- createConcurrentSkipListMap() - 类 中的静态方法blade.kit.CollectionKit
-
创建ConcurrentSkipListMap实例
- createConcurrentSkipListMap(Comparator<? super K>) - 类 中的静态方法blade.kit.CollectionKit
-
创建ConcurrentSkipListMap实例
- createConcurrentSkipListMap(Map<? extends K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
-
创建ConcurrentSkipListMap实例
- createConcurrentSkipListMap(SortedMap<? extends K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
-
创建ConcurrentSkipListMap实例
- createConcurrentSkipListSet() - 类 中的静态方法blade.kit.CollectionKit
-
创建ConcurrentSkipListSet实例
- createConcurrentSkipListSet(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
-
创建ConcurrentSkipListSet实例
- createConcurrentSkipListSet(Comparator<? super E>) - 类 中的静态方法blade.kit.CollectionKit
-
创建ConcurrentSkipListSet实例
- createConcurrentSkipListSet(SortedSet<E>) - 类 中的静态方法blade.kit.CollectionKit
-
创建ConcurrentSkipListSet实例
- createCopyOnWriteArrayList() - 类 中的静态方法blade.kit.CollectionKit
-
创建CopyOnWriteArrayList实例
- createCopyOnWriteArrayList(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
-
创建CopyOnWriteArrayList实例
- createCopyOnWriteArrayList(E[]) - 类 中的静态方法blade.kit.CollectionKit
-
创建CopyOnWriteArrayList实例
- createCopyOnWriteArraySet() - 类 中的静态方法blade.kit.CollectionKit
-
创建CopyOnWriteArraySet实例
- createCopyOnWriteArraySet(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
-
创建CopyOnWriteArraySet实例
- created() - 类 中的方法blade.kit.http.HttpRequest
-
Is the response code a 201 Created?
- createDir(String, boolean) - 类 中的静态方法blade.kit.FileKit
-
创建文件夹,不管文件层级,均可创建
- createDir(String) - 类 中的静态方法blade.kit.FileKit
-
创建文件夹,不管文件层级,均可创建
- createEnumMap(Class<K>) - 类 中的静态方法blade.kit.CollectionKit
-
- createEnumMap(Map<K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
-
- createEnumSet(Collection<E>) - 类 中的静态方法blade.kit.CollectionKit
-
- createEnumSet(Class<E>) - 类 中的静态方法blade.kit.CollectionKit
-
- createFile(String) - 类 中的静态方法blade.kit.FileKit
-
创建文件,不管文件层级,均可创建
- createFile(String, boolean) - 类 中的静态方法blade.kit.FileKit
-
创建文件,不管文件层级,均可创建
- createHashMap() - 类 中的静态方法blade.kit.CollectionKit
-
创建HashMap实例
- createHashMap(int) - 类 中的静态方法blade.kit.CollectionKit
-
创建HashMap实例
- createHashMap(int, float) - 类 中的静态方法blade.kit.CollectionKit
-
创建HashMap实例
- createHashMap(Map<? extends K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
-
创建HashMap实例
- createHashSet() - 类 中的静态方法blade.kit.CollectionKit
-
创建HashSet实例
- createHashSet(int) - 类 中的静态方法blade.kit.CollectionKit
-
创建HashSet实例
- createHashSet(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
-
创建HashSet实例
- createHashSet(O...) - 类 中的静态方法blade.kit.CollectionKit
-
创建HashSet实例
- createHashSet(Iterable<? extends T>) - 类 中的静态方法blade.kit.CollectionKit
-
创建一个HashSet。
- createIdentityHashMap() - 类 中的静态方法blade.kit.CollectionKit
-
创建IdentityHashMap实例
- createIdentityHashMap(int) - 类 中的静态方法blade.kit.CollectionKit
-
创建IdentityHashMap实例
- createIdentityHashMap(Map<? extends K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
-
创建IdentityHashMap实例
- createLinkedBlockingQueue() - 类 中的静态方法blade.kit.CollectionKit
-
- createLinkedBlockingQueue(int) - 类 中的静态方法blade.kit.CollectionKit
-
- createLinkedBlockingQueue(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
-
- createLinkedHashMap() - 类 中的静态方法blade.kit.CollectionKit
-
创建LinkedHashMap实例
- createLinkedHashMap(int) - 类 中的静态方法blade.kit.CollectionKit
-
创建LinkedHashMap实例
- createLinkedHashMap(int, float) - 类 中的静态方法blade.kit.CollectionKit
-
创建LinkedHashMap实例
- createLinkedHashMap(Map<? extends K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
-
创建LinkedHashMap实例
- createLinkedHashSet() - 类 中的静态方法blade.kit.CollectionKit
-
创建LinkedHashSet实例
- createLinkedHashSet(V...) - 类 中的静态方法blade.kit.CollectionKit
-
创建一个LinkedHashSet。
- createLinkedHashSet(Iterable<? extends T>) - 类 中的静态方法blade.kit.CollectionKit
-
创建一个LinkedHashSet。
- createLinkedList() - 类 中的静态方法blade.kit.CollectionKit
-
创建LinkedList实例
- createLinkedList(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
-
创建LinkedList实例
- createLinkedList(Iterable<? extends T>) - 类 中的静态方法blade.kit.CollectionKit
-
创建LinkedList实例
- createLinkedList(V...) - 类 中的静态方法blade.kit.CollectionKit
-
创建LinkedList实例
- createMimeMessage() - 类 中的方法blade.kit.mail.EmailHandle
-
- createParentDir(String) - 类 中的静态方法blade.kit.FileKit
-
创建文件路径的父文件夹,不管文件层级,均可创建
- createParentDir(File) - 类 中的静态方法blade.kit.FileKit
-
- createParentDir(String, boolean) - 类 中的静态方法blade.kit.FileKit
-
创建文件路径的父文件夹,不管文件层级,均可创建
- createParentDir(File, boolean) - 类 中的静态方法blade.kit.FileKit
-
- createPriorityQueue() - 类 中的静态方法blade.kit.CollectionKit
-
创建PriorityQueue实例
- createPriorityQueue(int) - 类 中的静态方法blade.kit.CollectionKit
-
创建PriorityQueue实例
- createPriorityQueue(Collection<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
-
创建PriorityQueue实例
- createPriorityQueue(int, Comparator<? super E>) - 类 中的静态方法blade.kit.CollectionKit
-
创建PriorityQueue实例
- createPriorityQueue(PriorityQueue<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
-
创建PriorityQueue实例
- createPriorityQueue(SortedSet<? extends E>) - 类 中的静态方法blade.kit.CollectionKit
-
创建PriorityQueue实例
- createTempDirectory(String, String) - 类 中的静态方法blade.kit.FileKit
-
- createTempDirectory(String, String, String) - 类 中的静态方法blade.kit.FileKit
-
- createTempDirectory(String, String, File) - 类 中的静态方法blade.kit.FileKit
-
- createTempFile() - 类 中的静态方法blade.kit.FileKit
-
- createTempFile(boolean) - 类 中的静态方法blade.kit.FileKit
-
- createTempFile(String, String) - 类 中的静态方法blade.kit.FileKit
-
- createTempFile(String, String, boolean) - 类 中的静态方法blade.kit.FileKit
-
- createTempFile(String, String, String) - 类 中的静态方法blade.kit.FileKit
-
- createTempFile(String, String, File) - 类 中的静态方法blade.kit.FileKit
-
- createTempFile(String, String, String, boolean) - 类 中的静态方法blade.kit.FileKit
-
- createTempFile(String, String, File, boolean) - 类 中的静态方法blade.kit.FileKit
-
- createTreeMap() - 类 中的静态方法blade.kit.CollectionKit
-
创建TreeMap实例
- createTreeMap(Comparator<? super K>) - 类 中的静态方法blade.kit.CollectionKit
-
创建TreeMap实例
- createTreeMap(Map<? extends K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
-
创建TreeMap实例
- createTreeMap(SortedMap<K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
-
创建TreeMap实例
- createTreeSet(V...) - 类 中的静态方法blade.kit.CollectionKit
-
创建一个TreeSet。
- createTreeSet(Iterable<? extends T>) - 类 中的静态方法blade.kit.CollectionKit
-
创建一个TreeSet。
- createTreeSet(Comparator<? super T>) - 类 中的静态方法blade.kit.CollectionKit
-
创建一个TreeSet。
- createTreeSet(Comparator<? super T>, V...) - 类 中的静态方法blade.kit.CollectionKit
-
创建一个TreeSet。
- createTreeSet(Comparator<? super T>, Iterable<? extends T>) - 类 中的静态方法blade.kit.CollectionKit
-
创建一个TreeSet。
- createTreeSet(SortedSet<E>) - 类 中的静态方法blade.kit.CollectionKit
-
创建TreeSet实例
- createWeakHashMap() - 类 中的静态方法blade.kit.CollectionKit
-
创建WeakHashMap实例
- createWeakHashMap(int) - 类 中的静态方法blade.kit.CollectionKit
-
创建WeakHashMap实例
- createWeakHashMap(Map<? extends K, ? extends V>) - 类 中的静态方法blade.kit.CollectionKit
-
创建WeakHashMap实例
- createWeakHashMap(int, float) - 类 中的静态方法blade.kit.CollectionKit
-
创建WeakHashMap实例
- createWriter(Writer) - 类 中的方法blade.kit.json.PrettyPrint
-
- current() - 类 中的方法blade.kit.timw.TimwMonitor
-
求全部计时均值
- current() - 类 中的方法blade.kit.TimwKit
-
- CURRENT_DIR - 类 中的静态变量blade.kit.FileKit
-
当前目录记号:"."
- get(String) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'GET' request to the given URL
- get(URL) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'GET' request to the given URL
- get(String, Map<?, ?>, boolean) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'GET' request to the given URL along with the query params
- get(String, boolean, Object...) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'GET' request to the given URL along with the query params
- GET - 类 中的静态变量blade.kit.http.MethodType
-
'GET' request method
- get(int) - 类 中的方法blade.kit.io.FastByteBuffer
-
根据索引位返回一个字节
- get(int) - 类 中的方法blade.kit.json.JsonArray
-
Returns the value of the element at the specified position in this array.
- get(String) - 类 中的方法blade.kit.json.JsonObject
-
Returns the value of the member with the specified name in this object.
- 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时,,取当前时间
- getBoolean(String, boolean) - 类 中的方法blade.kit.json.JsonObject
-
Returns the boolean value of the member with the specified name in this object.
- getBoolean(String) - 类 中的方法blade.kit.json.JsonObject
-
- getBuilder() - 类 中的方法blade.kit.io.StringBuilderWriter
-
Return the underlying builder.
- getCause() - 异常错误 中的方法blade.kit.http.HttpRequestException
-
- 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)。
- getColumn() - 异常错误 中的方法blade.kit.json.ParseException
-
Returns the index of the character at which the error occurred, relative to the line.
- getConnection() - 类 中的方法blade.kit.http.HttpRequest
-
Get underlying connection
- getCountry() - 类 中的方法blade.kit.SystemKit.UserInfo
-
取得当前登录用户的国家或区域设置(取自系统属性:JDK1.4 user.country或JDK1.2 user.region)。
- getCurrentDir() - 类 中的方法blade.kit.SystemKit.UserInfo
-
取得当前目录(取自系统属性:user.dir)。
- getCurrentTimeInLong() - 类 中的静态方法blade.kit.TimeKit
-
get current time in milliseconds
- getCurrentTimeInString() - 类 中的静态方法blade.kit.TimeKit
-
- getCurrentTimeInString(SimpleDateFormat) - 类 中的静态方法blade.kit.TimeKit
-
get current time in milliseconds
- 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(String, double) - 类 中的方法blade.kit.json.JsonObject
-
Returns the double value of the member with the specified name in this object.
- getDouble(String) - 类 中的方法blade.kit.json.JsonObject
-
- 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
-
获取文件大小(字节数)
- getFloat(String, float) - 类 中的方法blade.kit.json.JsonObject
-
Returns the float value of the member with the specified name in this object.
- getFloat(String) - 类 中的方法blade.kit.json.JsonObject
-
- getHandler(Class<? extends Exception>) - 类 中的方法blade.exception.ExceptionStack
-
- getHandler(Exception) - 类 中的方法blade.exception.ExceptionStack
-
- getHomeDir() - 类 中的方法blade.kit.SystemKit.JavaRuntimeInfo
-
取得当前JRE的安装目录(取自系统属性:java.home)。
- getHomeDir() - 类 中的方法blade.kit.SystemKit.UserInfo
-
取得当前登录用户的home目录(取自系统属性:user.home)。
- getHostInfo() - 类 中的静态方法blade.kit.SystemKit
-
取得Host的信息。
- getInfo() - 类 中的方法blade.kit.SystemKit.JvmInfo
-
取得当前JVM impl.的信息(取自系统属性:java.vm.info)。
- getInstance() - 类 中的静态方法blade.exception.ExceptionStack
-
- getInt(String, int) - 类 中的方法blade.kit.json.JsonObject
-
Returns the int value of the member with the specified name in this object.
- getInt(String) - 类 中的方法blade.kit.json.JsonObject
-
- getIpAddrByRequest(HttpServletRequest) - 类 中的静态方法blade.kit.IpKit
-
- getJavaInfo() - 类 中的静态方法blade.kit.SystemKit
-
取得Java Implementation的信息。
- getJavaRuntimeInfo() - 类 中的静态方法blade.kit.SystemKit
-
取得当前运行的JRE的信息。
- getJavaSpecInfo() - 类 中的静态方法blade.kit.SystemKit
-
取得Java Specification的信息。
- 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)。
- getLine() - 异常错误 中的方法blade.kit.json.ParseException
-
Returns the number of the line in which the error occurred.
- getLineSeparator() - 类 中的方法blade.kit.SystemKit.OsInfo
-
取得OS的文本文件换行符(取自系统属性:line.separator)。
- getLogger(Class<?>) - 类 中的方法blade.kit.log.JdkLoggerFactory
-
- getLogger(String) - 类 中的方法blade.kit.log.JdkLoggerFactory
-
- getLogger(Class<?>) - 类 中的方法blade.kit.log.Log4jLoggerFactory
-
- getLogger(String) - 类 中的方法blade.kit.log.Log4jLoggerFactory
-
- getLogger(String) - 类 中的静态方法blade.kit.log.Logger
-
- getLogger(Class<?>) - 类 中的静态方法blade.kit.log.Logger
-
- getLogger() - 类 中的静态方法blade.kit.log.Logger
-
- getLogger(Class<?>) - 接口 中的方法blade.kit.log.LoggerFactory
-
- getLogger(String) - 接口 中的方法blade.kit.log.LoggerFactory
-
- getLogger(Class<?>) - 类 中的方法blade.kit.log.SimpleLoggerFactory
-
- getLogger(String) - 类 中的方法blade.kit.log.SimpleLoggerFactory
-
- getLong(String, long) - 类 中的方法blade.kit.json.JsonObject
-
Returns the long value of the member with the specified name in this object.
- getLong(String) - 类 中的方法blade.kit.json.JsonObject
-
- getMethodByName(Object, String) - 类 中的静态方法blade.kit.ReflectKit
-
查找方法
- getMethodByName(Class<?>, String) - 类 中的静态方法blade.kit.ReflectKit
-
- getName(String) - 类 中的静态方法blade.kit.FileKit
-
获取文件名,即文件全名去掉路径,结果与平台无关,保持统一。
- getName() - 类 中的方法blade.kit.json.JsonObject.Member
-
Returns the name of this member.
- getName() - 类 中的方法blade.kit.log.Log4jLogger
-
- 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)。
- getNextDay(Date) - 类 中的静态方法blade.kit.DateKit
-
- getNow() - 类 中的静态方法blade.kit.DateKit
-
- getNowTime() - 类 中的静态方法blade.kit.DateKit
-
- getNumberFormat(long) - 类 中的静态方法blade.kit.StringKit
-
格式化数据
- getOffset() - 类 中的方法blade.kit.io.ByteArray
-
- getOffset() - 异常错误 中的方法blade.kit.json.ParseException
-
Returns the absolute index of the character at which the error occurred.
- getOsInfo() - 类 中的静态方法blade.kit.SystemKit
-
取得OS的信息。
- getParam(String, String) - 类 中的方法blade.kit.http.HttpRequest
-
Get parameter value from header value
- getParams(String) - 类 中的方法blade.kit.http.HttpRequest
-
Get parameter values from header value
- 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)。
- 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对应的文件对象
- getResult() - 接口 中的方法blade.kit.io.LineProcessor
-
Return the result of processing all the lines.
- getRootCause(Throwable) - 类 中的静态方法blade.kit.base.ThrowableKit
-
Returns the innermost cause of throwable.
- getRootCause(Throwable) - 类 中的静态方法blade.kit.ExceptionKit
-
取得最根本的异常。
- getRound(double) - 类 中的静态方法blade.kit.StringKit
-
四舍五入 返回int类型
- getSpecifyTimeSec(long, int) - 类 中的静态方法blade.kit.DateKit
-
指定时间的秒数 指定时间零点的秒数加指定天数的秒数
- getStackTrace(Throwable) - 类 中的静态方法blade.kit.ExceptionKit
-
取得异常的stacktrace字符串。
- getStackTraceAsString(Throwable) - 类 中的静态方法blade.kit.base.ThrowableKit
-
Returns a string containing the result of
toString(), followed by the full, recursive
stack trace of
throwable.
- getStartDay(int, int) - 类 中的静态方法blade.kit.DateKit
-
- getStrByCharset(String, String) - 类 中的静态方法blade.kit.StringKit
-
功能:获得配置文件中指定编码字符串
- getString(String, String) - 类 中的方法blade.kit.json.JsonObject
-
Returns the String value of the member with the specified name in this object.
- getString(String) - 类 中的方法blade.kit.json.JsonObject
-
- 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
-
取得指定长度日期时间字符串{不含格式}
- getTime(long, SimpleDateFormat) - 类 中的静态方法blade.kit.TimeKit
-
long time to string
- getTime(long) - 类 中的静态方法blade.kit.TimeKit
-
- getTimeCounter() - 类 中的方法blade.kit.timw.TimwMonitor
-
- 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年至今的秒数)
- getUserAge(Date) - 类 中的静态方法blade.kit.DateKit
-
根据生日去用户年龄
- getUserInfo() - 类 中的静态方法blade.kit.SystemKit
-
取得User的信息。
- getUUID() - 类 中的静态方法blade.kit.StringKit
-
随机获取UUID字符串(无中划线)
- getValidCharset(String) - 类 中的静态方法blade.kit.http.HttpRequest
-
- getValue() - 类 中的方法blade.kit.json.JsonObject.Member
-
Returns the value of this member.
- 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.HashidKit
-
Get version
- 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
-
- hashCode() - 类 中的方法blade.kit.json.JsonArray
-
- hashCode() - 类 中的方法blade.kit.json.JsonObject
-
- hashCode() - 类 中的方法blade.kit.json.JsonObject.Member
-
- hashCode() - 类 中的方法blade.kit.json.JsonValue
-
- HashidKit - blade.kit中的类
-
Hashids designed for Generating short hashes from numbers (like YouTube and
Bitly), obfuscate database IDs, use them as forgotten password hashes,
invitation codes, store shard numbers This is implementation of
http://hashids.org v0.3.3 version.
- HashidKit() - 类 的构造器blade.kit.HashidKit
-
- HashidKit(String) - 类 的构造器blade.kit.HashidKit
-
- HashidKit(String, int) - 类 的构造器blade.kit.HashidKit
-
- HashidKit(String, int, String) - 类 的构造器blade.kit.HashidKit
-
- hasItems(Enumeration<?>) - 类 中的静态方法blade.kit.CollectionKit
-
判断Enumeration是否有元素
- hasItems(Iterator<?>) - 类 中的静态方法blade.kit.CollectionKit
-
判断Iterator是否有元素
- hasLength(String, String) - 类 中的静态方法blade.kit.Assert
-
- hasNotItems(Enumeration<?>) - 类 中的静态方法blade.kit.CollectionKit
-
判断Enumeration是否没有元素
- hasNotItems(Iterator<?>) - 类 中的静态方法blade.kit.CollectionKit
-
判断Iterator是否没有元素
- hasRootPermission() - 类 中的静态方法blade.kit.ShellKit
-
check whether has root permission
- head(String) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'HEAD' request to the given URL
- head(URL) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'HEAD' request to the given URL
- head(String, Map<?, ?>, boolean) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'HEAD' request to the given URL along with the query params
- head(String, boolean, Object...) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'GET' request to the given URL along with the query params
- HEAD - 类 中的静态变量blade.kit.http.MethodType
-
'HEAD' request method
- Header - blade.kit.http中的类
-
头信息常量
- Header() - 类 的构造器blade.kit.http.Header
-
- header(String, String) - 类 中的方法blade.kit.http.HttpRequest
-
Set header name to given value
- header(String, Number) - 类 中的方法blade.kit.http.HttpRequest
-
Set header name to given value
- header(Map.Entry<String, String>) - 类 中的方法blade.kit.http.HttpRequest
-
Set header to have given entry's key as the name and value as the value
- header(String) - 类 中的方法blade.kit.http.HttpRequest
-
Get a response header
- HEADER_ACCEPT - 类 中的静态变量blade.kit.http.Header
-
Accept
- HEADER_ACCEPT_CHARSET - 类 中的静态变量blade.kit.http.Header
-
Accept-Charset
- HEADER_ACCEPT_ENCODING - 类 中的静态变量blade.kit.http.Header
-
Accept-Encoding
- HEADER_AUTHORIZATION - 类 中的静态变量blade.kit.http.Header
-
Authorization
- HEADER_CACHE_CONTROL - 类 中的静态变量blade.kit.http.Header
-
'Cache-Control' header name
- HEADER_CONTENT_ENCODING - 类 中的静态变量blade.kit.http.Header
-
'Content-Encoding' header name
- HEADER_CONTENT_LENGTH - 类 中的静态变量blade.kit.http.Header
-
'Content-Length' header name
- HEADER_CONTENT_TYPE - 类 中的静态变量blade.kit.http.Header
-
'Content-Type' header name
- HEADER_DATE - 类 中的静态变量blade.kit.http.Header
-
'Date' header name
- HEADER_ETAG - 类 中的静态变量blade.kit.http.Header
-
'ETag' header name
- HEADER_EXPIRES - 类 中的静态变量blade.kit.http.Header
-
'Expires' header name
- HEADER_IF_NONE_MATCH - 类 中的静态变量blade.kit.http.Header
-
'If-None-Match' header name
- HEADER_LAST_MODIFIED - 类 中的静态变量blade.kit.http.Header
-
'Last-Modified' header name
- HEADER_LOCATION - 类 中的静态变量blade.kit.http.Header
-
'Location' header name
- HEADER_PROXY_AUTHORIZATION - 类 中的静态变量blade.kit.http.Header
-
'Proxy-Authorization' header name
- HEADER_REFERER - 类 中的静态变量blade.kit.http.Header
-
'Referer' header name
- HEADER_SERVER - 类 中的静态变量blade.kit.http.Header
-
'Server' header name
- HEADER_USER_AGENT - 类 中的静态变量blade.kit.http.Header
-
'User-Agent' header name
- headers(Map<String, String>) - 类 中的方法blade.kit.http.HttpRequest
-
Set all headers found in given map where the keys are the header names and
the values are the header values
- headers() - 类 中的方法blade.kit.http.HttpRequest
-
Get all the response headers
- headers(String) - 类 中的方法blade.kit.http.HttpRequest
-
Get all values of the given header from the response
- HOME - 类 中的静态变量blade.kit.StringKit
-
- HTMLFilter - blade.kit.text中的类
-
HTML filtering utility for protecting against XSS (Cross Site Scripting).
- HTMLFilter() - 类 的构造器blade.kit.text.HTMLFilter
-
Default constructor.
- HTMLFilter(boolean) - 类 的构造器blade.kit.text.HTMLFilter
-
Set debug flag to true.
- HTMLFilter(Map<String, Object>) - 类 的构造器blade.kit.text.HTMLFilter
-
Map-parameter configurable constructor.
- htmlSpecialChars(String) - 类 中的静态方法blade.kit.text.HTMLFilter
-
- HttpRequest - blade.kit.http中的类
-
Http请求类
- HttpRequest(String, String) - 类 的构造器blade.kit.http.HttpRequest
-
Create HTTP connection wrapper
- HttpRequest(URL, String) - 类 的构造器blade.kit.http.HttpRequest
-
Create HTTP connection wrapper
- HttpRequest.CloseOperation<V> - blade.kit.http中的类
-
确保Closeable类关闭,使用适当的异常处理
- HttpRequest.FlushOperation<V> - blade.kit.http中的类
-
Class that and ensures a
Flushable gets flushed with proper
exception handling.
- HttpRequest.Operation<V> - blade.kit.http中的类
-
操作执行一个回调处理完成后和处理嵌套的异常
- HttpRequestException - blade.kit.http中的异常错误
-
HTTP请求异常
- HttpRequestException(IOException) - 异常错误 的构造器blade.kit.http.HttpRequestException
-
- ifModifiedSince(long) - 类 中的方法blade.kit.http.HttpRequest
-
Set the 'If-Modified-Since' request header to the given value
- ifNoneMatch(String) - 类 中的方法blade.kit.http.HttpRequest
-
Set the 'If-None-Match' request header to the given value
- ignoreCloseExceptions(boolean) - 类 中的方法blade.kit.http.HttpRequest
-
Set whether or not to ignore exceptions that occur from calling
Closeable.close()
The default value of this setting is
true
- ignoreCloseExceptions() - 类 中的方法blade.kit.http.HttpRequest
-
- 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
-
- indentWithSpaces(int) - 类 中的静态方法blade.kit.json.PrettyPrint
-
Print every value on a separate line.
- indentWithTabs() - 类 中的静态方法blade.kit.json.PrettyPrint
-
Do not break lines, but still insert whitespace between values.
- index() - 类 中的方法blade.kit.io.FastByteBuffer
-
当前缓冲位于缓冲区的索引位
- INDEX - 类 中的静态变量blade.kit.StringKit
-
- indexOfExtension(String) - 类 中的静态方法blade.kit.FileKit
-
获取扩展名的索引位,即最后一个"."
- indexOfLastSeparator(String) - 类 中的静态方法blade.kit.FileKit
-
返回最后一个文件分隔符的索引位,如果文件为null,则返回-1
- INFO - 类 中的静态变量blade.kit.log.Level
-
- info(Object) - 类 中的方法blade.kit.log.Log4jLogger
-
- info(Object, Object...) - 类 中的方法blade.kit.log.Log4jLogger
-
- info(Object, Throwable) - 类 中的方法blade.kit.log.Log4jLogger
-
- info(Object, Throwable, Object...) - 类 中的方法blade.kit.log.Log4jLogger
-
- 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
-
- 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
-
年
- intHeader(String) - 类 中的方法blade.kit.http.HttpRequest
-
Get an integer header from the response falling back to returning -1 if the
header is missing or parsing fails
- intHeader(String, int) - 类 中的方法blade.kit.http.HttpRequest
-
Get an integer header value from the response falling back to the given
default value if the header is missing or if parsing fails
- 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字母和空格' '。
- isAlwaysMakeTags() - 类 中的方法blade.kit.text.HTMLFilter
-
- isAnyBlank(String...) - 类 中的静态方法blade.kit.StringKit
-
- isAnyEmpty(String...) - 类 中的静态方法blade.kit.StringKit
-
- isArray() - 类 中的方法blade.kit.json.JsonArray
-
- isArray() - 类 中的方法blade.kit.json.JsonValue
-
Detects whether this value represents a JSON array.
- 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
-
验证空白字符
- isBodyEmpty() - 类 中的方法blade.kit.http.HttpRequest
-
Is the response body empty?
- isBoolean() - 类 中的方法blade.kit.json.JsonValue
-
Detects whether this value represents a boolean value.
- isChinese(char) - 类 中的静态方法blade.kit.CharKit
-
- isChinese(String) - 类 中的静态方法blade.kit.PatternKit
-
验证中文
- isChineseStr(String) - 类 中的静态方法blade.kit.StringKit
-
- 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() - 类 中的方法blade.kit.json.JsonArray
-
Returns true if this array contains no elements.
- isEmpty() - 类 中的方法blade.kit.json.JsonObject
-
Returns true if this object contains no members.
- isEmpty(String) - 类 中的静态方法blade.kit.StringKit
-
检查字符串是否为null或空字符串""。
- isErrorEnabled() - 类 中的方法blade.kit.log.Logger
-
- isExpiredDay(Date) - 类 中的静态方法blade.kit.DateKit
-
- isFalse(boolean) - 类 中的静态方法blade.kit.Assert
-
- isFalse(boolean, String, Object...) - 类 中的静态方法blade.kit.Assert
-
- isFalse() - 类 中的方法blade.kit.json.JsonValue
-
Detects whether this value represents the JSON literal false.
- 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
-
- isInfoEnabled() - 类 中的方法blade.kit.log.Logger
-
- 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() - 类 中的方法blade.kit.json.JsonValue
-
Detects whether this value represents the JSON literal null.
- isNumber() - 类 中的方法blade.kit.json.JsonValue
-
Detects whether this value represents a JSON number.
- isNumber(String) - 类 中的静态方法blade.kit.PatternKit
-
检测是否是数字
- isNumber(String) - 类 中的静态方法blade.kit.StringKit
-
判断字符串是否为数字和有正确的值
- isNumeric(String) - 类 中的静态方法blade.kit.StringKit
-
判断字符串是否只包含unicode数字。
- isNumericSpace(String) - 类 中的静态方法blade.kit.StringKit
-
判断字符串是否只包含unicode数字和空格' '。
- isObject() - 类 中的方法blade.kit.json.JsonObject
-
- isObject() - 类 中的方法blade.kit.json.JsonValue
-
Detects whether this value represents a JSON object.
- isOs2() - 类 中的方法blade.kit.SystemKit.OsInfo
-
判断当前OS的类型。
- isParam(String) - 类 中的静态方法blade.kit.PathKit
-
- isPhone(String) - 类 中的静态方法blade.kit.PatternKit
-
验证固定电话号码
- isPostcode(String) - 类 中的静态方法blade.kit.PatternKit
-
匹配中国邮政编码
- isPresent(String) - 类 中的静态方法blade.kit.ReflectKit
-
Check whether the
Class identified by the supplied name is present.
- 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
-
- isString() - 类 中的方法blade.kit.json.JsonValue
-
Detects whether this value represents a JSON string.
- isStripComments() - 类 中的方法blade.kit.text.HTMLFilter
-
- 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
-
- isTrue() - 类 中的方法blade.kit.json.JsonValue
-
Detects whether this value represents the JSON literal true.
- isUppercaseLetter(char) - 类 中的静态方法blade.kit.CharKit
-
- isURL(String) - 类 中的静态方法blade.kit.PatternKit
-
验证URL地址
- isWarnEnabled() - 类 中的方法blade.kit.log.Logger
-
- 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
-
Returns an iterator over the values of this array in document order.
- iterator() - 类 中的方法blade.kit.json.JsonObject
-
Returns an iterator over the members of this object in document order.
- PARAM_CHARSET - 类 中的静态变量blade.kit.http.Header
-
'charset' header value parameter
- parameter(String, String) - 类 中的方法blade.kit.http.HttpRequest
-
Get parameter with given name from header value in response
- parameters(String) - 类 中的方法blade.kit.http.HttpRequest
-
Get all parameters from header value in response
This will be all key=value pairs after the first ';' that are separated by
a ';'
- parse(String) - 类 中的静态方法blade.kit.json.Json
-
Parses the given input string as JSON.
- parse(Reader) - 类 中的静态方法blade.kit.json.Json
-
Reads the entire input stream from the given reader and parses it as
JSON.
- parse(Object) - 类 中的静态方法blade.kit.json.Json
-
对象转换为JsonValue对象
- parse(Map<K, V>) - 类 中的静态方法blade.kit.json.Json
-
- ParseException - blade.kit.json中的异常错误
-
An unchecked exception to indicate that an input does not qualify as valid JSON.
- parseStringToLongList(String, String) - 类 中的静态方法blade.kit.StringKit
-
将String to long list
- parseStrInt(String) - 类 中的静态方法blade.kit.StringKit
-
- parseToMap(JsonObject) - 类 中的静态方法blade.kit.json.Json
-
- parseToMap(String) - 类 中的静态方法blade.kit.json.Json
-
- part(String, String) - 类 中的方法blade.kit.http.HttpRequest
-
Write part of a multipart request to the request body
- part(String, String, String) - 类 中的方法blade.kit.http.HttpRequest
-
Write part of a multipart request to the request body
- part(String, String, String, String) - 类 中的方法blade.kit.http.HttpRequest
-
Write part of a multipart request to the request body
- part(String, Number) - 类 中的方法blade.kit.http.HttpRequest
-
Write part of a multipart request to the request body
- part(String, String, Number) - 类 中的方法blade.kit.http.HttpRequest
-
Write part of a multipart request to the request body
- part(String, File) - 类 中的方法blade.kit.http.HttpRequest
-
Write part of a multipart request to the request body
- part(String, String, File) - 类 中的方法blade.kit.http.HttpRequest
-
Write part of a multipart request to the request body
- part(String, String, String, File) - 类 中的方法blade.kit.http.HttpRequest
-
Write part of a multipart request to the request body
- part(String, InputStream) - 类 中的方法blade.kit.http.HttpRequest
-
Write part of a multipart request to the request body
- part(String, String, String, InputStream) - 类 中的方法blade.kit.http.HttpRequest
-
Write part of a multipart request to the request body
- partHeader(String, String) - 类 中的方法blade.kit.http.HttpRequest
-
Write a multipart header to the response body
- PathKit - blade.kit中的类
-
路径工具类,处理request上的路径
- PatternKit - blade.kit中的类
-
正则工具类
提供验证邮箱、手机号、电话号码、身份证号码、数字等方法
- PatternKit() - 类 的构造器blade.kit.PatternKit
-
- post(String) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'POST' request to the given URL
- post(URL) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'POST' request to the given URL
- post(String, Map<?, ?>, boolean) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'POST' request to the given URL along with the query params
- post(String, boolean, Object...) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'POST' request to the given URL along with the query params
- POST - 类 中的静态变量blade.kit.http.MethodType
-
'POST' request method
- PRETTY_PRINT - 类 中的静态变量blade.kit.json.WriterConfig
-
Write JSON in pretty-print, with each value on a separate line and an indentation of two
spaces.
- PrettyPrint - blade.kit.json中的类
-
Enables human readable JSON output by inserting whitespace between values.after commas and
colons.
- PrettyPrint(char[]) - 类 的构造器blade.kit.json.PrettyPrint
-
- print() - 类 中的方法blade.kit.TimwKit
-
打印数字列
- printAvg() - 类 中的方法blade.kit.TimwKit
-
打印数字列
- processLine(String) - 接口 中的方法blade.kit.io.LineProcessor
-
This method will be called once for each line.
- progress(UploadProgress) - 类 中的方法blade.kit.http.HttpRequest
-
Set the UploadProgress callback for this request
- propagate(Throwable) - 类 中的静态方法blade.kit.base.ThrowableKit
-
Propagates
throwable as-is if it is an instance of
RuntimeException or
Error, or else as a last resort, wraps
it in a
RuntimeException then propagates.
- propagateIfInstanceOf(Throwable, Class<X>) - 类 中的静态方法blade.kit.base.ThrowableKit
-
Propagates throwable exactly as-is, if and only if it is an
instance of declaredType.
- propagateIfPossible(Throwable) - 类 中的静态方法blade.kit.base.ThrowableKit
-
- propagateIfPossible(Throwable, Class<X>) - 类 中的静态方法blade.kit.base.ThrowableKit
-
Propagates
throwable exactly as-is, if and only if it is an
instance of
RuntimeException,
Error, or
declaredType.
- propagateIfPossible(Throwable, Class<X1>, Class<X2>) - 类 中的静态方法blade.kit.base.ThrowableKit
-
Propagates
throwable exactly as-is, if and only if it is an
instance of
RuntimeException,
Error,
declaredType1,
or
declaredType2.
- PropertyKit - blade.kit中的类
-
properties文件工具类
- PropertyKit() - 类 的构造器blade.kit.PropertyKit
-
- proxyAuthorization(String) - 类 中的方法blade.kit.http.HttpRequest
-
Set the 'Proxy-Authorization' header to given value
- proxyBasic(String, String) - 类 中的方法blade.kit.http.HttpRequest
-
Set the 'Proxy-Authorization' header to given values in Basic authentication
format
- proxyHost(String) - 类 中的静态方法blade.kit.http.HttpRequest
-
Set the 'http.proxyHost' and 'https.proxyHost' properties to the given host
value.
- proxyPort(int) - 类 中的静态方法blade.kit.http.HttpRequest
-
Set the 'http.proxyPort' and 'https.proxyPort' properties to the given port
number.
- put(String) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'PUT' request to the given URL
- put(URL) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'PUT' request to the given URL
- put(String, Map<?, ?>, boolean) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'PUT' request to the given URL along with the query params
- put(String, boolean, Object...) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'PUT' request to the given URL along with the query params
- PUT - 类 中的静态变量blade.kit.http.MethodType
-
'PUT' request method
- random(int) - 类 中的静态方法blade.kit.StringKit
-
随机获取字符串
- readBytes(String) - 类 中的静态方法blade.kit.FileKit
-
通过文件随机读取来加速
- readBytes(File) - 类 中的静态方法blade.kit.FileKit
-
通过文件随机读取来加速
- readBytes(InputStream) - 类 中的静态方法blade.kit.StreamKit
-
将指定InputStream的所有内容全部读出到一个byte数组中。
- readBytes(InputStream, boolean) - 类 中的静态方法blade.kit.StreamKit
-
将指定InputStream的所有内容全部读出到一个byte数组中。
- readBytes(File) - 类 中的静态方法blade.kit.StreamKit
-
将指定File的所有内容全部读出到一个byte数组中。
- readBytes(File, boolean) - 类 中的静态方法blade.kit.StreamKit
-
将指定File的所有内容全部读出到一个byte数组中。
- readBytesByFast(InputStream) - 类 中的静态方法blade.kit.StreamKit
-
通过快速缓冲将指定InputStream的所有内容全部读出到一个byte数组中。
- readBytesByFast(InputStream, boolean) - 类 中的静态方法blade.kit.StreamKit
-
通过快速缓冲将指定InputStream的所有内容全部读出到一个byte数组中。
- reader(String) - 类 中的方法blade.kit.http.HttpRequest
-
Get reader to response body using given character set.
- reader() - 类 中的方法blade.kit.http.HttpRequest
-
- readFrom(Reader) - 类 中的静态方法blade.kit.json.JsonValue
-
- readFrom(String) - 类 中的静态方法blade.kit.json.JsonValue
-
- readLine() - 类 中的方法blade.kit.io.LineReader
-
Reads a line of text.
- readLines(Readable) - 类 中的静态方法blade.kit.io.CharStreams
-
Reads all of the lines from a
Readable object.
- readLines(Readable, LineProcessor<T>) - 类 中的静态方法blade.kit.io.CharStreams
-
Streams lines from a
Readable object, stopping when the processor
returns
false or all lines have been read and returning the result
produced by the processor.
- readText(InputStream) - 类 中的静态方法blade.kit.StreamKit
-
将指定输入流的所有文本全部读出到一个字符串中.
- readText(InputStream, String) - 类 中的静态方法blade.kit.StreamKit
-
将指定输入流的所有文本全部读出到一个字符串中.
- readText(InputStream, String, int) - 类 中的静态方法blade.kit.StreamKit
-
将指定输入流的所有文本全部读出到一个字符串中.
- readText(InputStream, String, boolean) - 类 中的静态方法blade.kit.StreamKit
-
将指定输入流的所有文本全部读出到一个字符串中.
- readText(Reader, boolean) - 类 中的静态方法blade.kit.StreamKit
-
将指定输入流的所有文本全部读出到一个字符串中.
- readText(Reader) - 类 中的静态方法blade.kit.StreamKit
-
将指定Reader的所有文本全部读出到一个字符串中.
- readText(Reader, int) - 类 中的静态方法blade.kit.StreamKit
-
将指定Reader的所有文本全部读出到一个字符串中.
- readTimeout(int) - 类 中的方法blade.kit.http.HttpRequest
-
Set read timeout on connection to given value
- receive(File) - 类 中的方法blade.kit.http.HttpRequest
-
Stream response body to file
- receive(OutputStream) - 类 中的方法blade.kit.http.HttpRequest
-
Stream response to given output stream
- receive(PrintStream) - 类 中的方法blade.kit.http.HttpRequest
-
Stream response to given print stream
- receive(Appendable) - 类 中的方法blade.kit.http.HttpRequest
-
Receive response into the given appendable
- receive(Writer) - 类 中的方法blade.kit.http.HttpRequest
-
Receive response into the given writer
- referer(String) - 类 中的方法blade.kit.http.HttpRequest
-
Set the 'Referer' header to given value
- ReflectKit - blade.kit中的类
-
有关 Reflection 处理的工具类。
- ReflectKit() - 类 的构造器blade.kit.ReflectKit
-
- remove(int) - 类 中的方法blade.kit.json.JsonArray
-
Removes the element at the specified index from this array.
- remove(String) - 类 中的方法blade.kit.json.JsonObject
-
Removes a member with the specified name from this object.
- render() - 类 中的方法blade.kit.timw.TimwMonitor
-
打印全部时间值
- renderAvg() - 类 中的方法blade.kit.timw.TimwMonitor
-
打印全部时间值
- replace(String, String, String) - 类 中的静态方法blade.kit.StringKit
-
替换字符串
- RequestOutputStream - blade.kit.http中的类
-
请求输出流包装
- RequestOutputStream(OutputStream, String, int) - 类 的构造器blade.kit.http.RequestOutputStream
-
Create request output stream
- reset() - 类 中的方法blade.kit.io.ByteArrayOutputStream
-
- reset() - 类 中的方法blade.kit.io.FastByteArrayOutputStream
-
- reset() - 类 中的方法blade.kit.io.FastByteBuffer
-
- reset() - 类 中的静态方法blade.kit.TaskKit
-
重启动定时任务服务
- resizeThreadPool(int) - 类 中的静态方法blade.kit.TaskKit
-
调整线程池大小
- resolve(String, String) - 类 中的静态方法blade.kit.FileKit
-
根据指定url和相对路径,计算出相对路径所对应的完整url。
- responseMsg - 类 中的变量blade.kit.ShellKit.CommandResult
-
- result - 类 中的变量blade.kit.ShellKit.CommandResult
-
- round(double) - 类 中的静态方法blade.kit.StringKit
-
提供小数位四舍五入处理。
- roundlong(double) - 类 中的静态方法blade.kit.StringKit
-
提供小数位四舍五入处理。
- run() - 类 中的方法blade.kit.http.HttpRequest.Operation
-
执行操作
- SAVE - 类 中的静态变量blade.kit.StringKit
-
- scanPackageClass(String) - 类 中的静态方法blade.kit.ReflectKit
-
扫描包下面所有的类
- scheduleAtFixedRate(Runnable, long) - 类 中的静态方法blade.kit.TaskKit
-
立即启动,并以固定的频率来运行任务。
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - 类 中的静态方法blade.kit.TaskKit
-
在指定的延时之后开始以固定的频率来运行任务。
- scheduleAtFixedRate(Runnable, String, long, TimeUnit) - 类 中的静态方法blade.kit.TaskKit
-
在指定的时间点开始以固定的频率运行任务。
- scheduleAtFixedRate(Runnable, Date, long, TimeUnit) - 类 中的静态方法blade.kit.TaskKit
-
在指定的时间点开始以固定的频率运行任务。
- scheduleWithFixedDelay(Runnable, long) - 类 中的静态方法blade.kit.TaskKit
-
立即启动,两次任务间保持固定的时间间隔
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - 类 中的静态方法blade.kit.TaskKit
-
在指定的延时之后启动,两次任务间保持固定的时间间隔
- scheduleWithFixedDelay(Runnable, String, long, TimeUnit) - 类 中的静态方法blade.kit.TaskKit
-
在指定的时间点启动,两次任务间保持固定的时间间隔
- scheduleWithFixedDelay(Runnable, Date, long, TimeUnit) - 类 中的静态方法blade.kit.TaskKit
-
在指定的时间点启动,两次任务间保持固定的时间间隔
- send(File) - 类 中的方法blade.kit.http.HttpRequest
-
Write contents of file to request body
- send(byte[]) - 类 中的方法blade.kit.http.HttpRequest
-
Write byte array to request body
- send(InputStream) - 类 中的方法blade.kit.http.HttpRequest
-
Write stream to request body
The given stream will be closed once sending completes
- send(Reader) - 类 中的方法blade.kit.http.HttpRequest
-
Write reader to request body
The given reader will be closed once sending completes
- send(String) - 类 中的方法blade.kit.http.HttpRequest
-
- send(MailTemplate, String) - 类 中的静态方法blade.kit.MailKit
-
根据模板发送
- send(String, String, String) - 类 中的静态方法blade.kit.MailKit
-
发送邮件
- send(String, String, String, String...) - 类 中的静态方法blade.kit.MailKit
-
发送邮件并发送附件
- send(String, String, String, List<String>) - 类 中的静态方法blade.kit.MailKit
-
发送邮件并发送附件
- sendAndCc(String, String, String, String) - 类 中的静态方法blade.kit.MailKit
-
发送并抄送
- sendAndCc(String, String, String, String, String...) - 类 中的静态方法blade.kit.MailKit
-
发送邮件并抄送,带附件
- sendAndCc(String, String, String, String, List<String>) - 类 中的静态方法blade.kit.MailKit
-
发送邮件并抄送,带附件
- sendEmail() - 类 中的方法blade.kit.mail.EmailHandle
-
发送邮件
- sendProcess(String, String, String, String, String, String, String, List<String>) - 类 中的静态方法blade.kit.MailKit
-
发送邮件
- serialize(Object) - 类 中的静态方法blade.kit.SerializeKit
-
序列化
- SerializeKit - blade.kit中的类
-
序列化类
- SerializeKit() - 类 的构造器blade.kit.SerializeKit
-
- server() - 类 中的方法blade.kit.http.HttpRequest
-
Get the 'Server' header from the response
- serverError() - 类 中的方法blade.kit.http.HttpRequest
-
Is the response code a 500 Internal Server Error?
- set(int, int) - 类 中的方法blade.kit.json.JsonArray
-
Replaces the element at the specified position in this array with the JSON representation of
the specified int value.
- set(int, long) - 类 中的方法blade.kit.json.JsonArray
-
Replaces the element at the specified position in this array with the JSON representation of
the specified long value.
- set(int, float) - 类 中的方法blade.kit.json.JsonArray
-
Replaces the element at the specified position in this array with the JSON representation of
the specified float value.
- set(int, double) - 类 中的方法blade.kit.json.JsonArray
-
Replaces the element at the specified position in this array with the JSON representation of
the specified double value.
- set(int, boolean) - 类 中的方法blade.kit.json.JsonArray
-
Replaces the element at the specified position in this array with the JSON representation of
the specified boolean value.
- set(int, String) - 类 中的方法blade.kit.json.JsonArray
-
Replaces the element at the specified position in this array with the JSON representation of
the specified string.
- set(int, JsonValue) - 类 中的方法blade.kit.json.JsonArray
-
Replaces the element at the specified position in this array with the specified JSON value.
- set(String, int) - 类 中的方法blade.kit.json.JsonObject
-
Sets the value of the member with the specified name to the JSON representation of the
specified int value.
- set(String, long) - 类 中的方法blade.kit.json.JsonObject
-
Sets the value of the member with the specified name to the JSON representation of the
specified long value.
- set(String, float) - 类 中的方法blade.kit.json.JsonObject
-
Sets the value of the member with the specified name to the JSON representation of the
specified float value.
- set(String, double) - 类 中的方法blade.kit.json.JsonObject
-
Sets the value of the member with the specified name to the JSON representation of the
specified double value.
- set(String, boolean) - 类 中的方法blade.kit.json.JsonObject
-
Sets the value of the member with the specified name to the JSON representation of the
specified boolean value.
- set(String, String) - 类 中的方法blade.kit.json.JsonObject
-
Sets the value of the member with the specified name to the JSON representation of the
specified string.
- set(String, JsonValue) - 类 中的方法blade.kit.json.JsonObject
-
Sets the value of the member with the specified name to the specified JSON value.
- setBody(String) - 类 中的方法blade.kit.mail.EmailHandle
-
设置邮件内容,并设置其为文本格式或HTML文件格式,编码方式为UTF-8
- setConnectionFactory(ConnectionFactory) - 类 中的静态方法blade.kit.http.HttpRequest
-
设置一个ConnectionFactory,用于创建新的请求
- setCopyTo(String) - 类 中的方法blade.kit.mail.EmailHandle
-
发送抄送
- setCopyToList(String) - 类 中的方法blade.kit.mail.EmailHandle
-
发送抄送
- setFrom(String) - 类 中的方法blade.kit.mail.EmailHandle
-
设置发件人地址
- setLevel(int) - 类 中的方法blade.kit.log.Logger
-
- setLoggerFactory(LoggerFactory) - 类 中的静态方法blade.kit.log.Logger
-
- setNamePass(String, String) - 类 中的方法blade.kit.mail.EmailHandle
-
进行用户身份验证时,设置用户名和密码
- setNeedAuth(boolean) - 类 中的方法blade.kit.mail.EmailHandle
-
设置SMTP的身份认证
- setProperty(Object, String, Object) - 类 中的静态方法blade.kit.ReflectKit
-
用setter设置bean属性
- setSubject(String) - 类 中的方法blade.kit.mail.EmailHandle
-
设置邮件主题
- setTo(String) - 类 中的方法blade.kit.mail.EmailHandle
-
设置收件人地址
- setToList(String) - 类 中的方法blade.kit.mail.EmailHandle
-
设置收件人地址
- sha1(String) - 类 中的静态方法blade.kit.EncrypKit
-
- ShellKit - blade.kit中的类
-
shell操作
- ShellKit() - 类 的构造器blade.kit.ShellKit
-
- ShellKit.CommandResult - blade.kit中的类
-
- SHORT_ZERO - 类 中的静态变量blade.kit.Emptys
-
- SimpleLogger - blade.kit.log中的类
-
默认日志实现
- SimpleLogger() - 类 的构造器blade.kit.log.SimpleLogger
-
- SimpleLogger(String) - 类 的构造器blade.kit.log.SimpleLogger
-
- SimpleLoggerFactory - blade.kit.log中的类
-
- SimpleLoggerFactory() - 类 的构造器blade.kit.log.SimpleLoggerFactory
-
- singleLine() - 类 中的静态方法blade.kit.json.PrettyPrint
-
Print every value on a separate line.
- size() - 类 中的方法blade.kit.io.FastByteArrayOutputStream
-
- size() - 类 中的方法blade.kit.io.FastByteBuffer
-
- size() - 类 中的方法blade.kit.json.JsonArray
-
Returns the number of elements in this array.
- size() - 类 中的方法blade.kit.json.JsonObject
-
Returns the number of members (name/value pairs) in this object.
- size() - 类 中的方法blade.kit.timw.TimwMonitor
-
- size() - 类 中的方法blade.kit.TimwKit
-
返回参与均值计算的数字个数
- skipFully(Reader, long) - 类 中的静态方法blade.kit.io.CharStreams
-
Discards n characters of data from the reader.
- SMTP_126 - 类 中的静态变量blade.kit.MailKit
-
- SMTP_163 - 类 中的静态变量blade.kit.MailKit
-
- SMTP_GMAIL - 类 中的静态变量blade.kit.MailKit
-
- SMTP_QQ - 类 中的静态变量blade.kit.MailKit
-
常见的邮件发送协议地址
- SMTP_SINA - 类 中的静态变量blade.kit.MailKit
-
- sortMap(Map<K, V>, Comparator<Map.Entry<K, V>>) - 类 中的静态方法blade.kit.CollectionKit
-
map sort
- split(String, int) - 类 中的静态方法blade.kit.StringKit
-
根据指定长度 分隔字符串
- split(String) - 类 中的静态方法blade.kit.StringKit
-
将字符串按空白字符分割。
- split(String, char) - 类 中的静态方法blade.kit.StringKit
-
将字符串按指定字符分割。
- split(String, String) - 类 中的静态方法blade.kit.StringKit
-
将字符串按指定字符分割。
- split(String, String, int) - 类 中的静态方法blade.kit.StringKit
-
将字符串按指定字符分割。
- splitc(String, String) - 类 中的静态方法blade.kit.StringKit
-
- splitc(String, char) - 类 中的静态方法blade.kit.StringKit
-
- splitc(String, char[]) - 类 中的静态方法blade.kit.StringKit
-
- splitNoCompress(String, String) - 类 中的静态方法blade.kit.StringKit
-
Splits a string in several parts (tokens) that are separated by delimiter.
- start() - 类 中的方法blade.kit.timw.TimwMonitor
-
一个计时开始
- startPart() - 类 中的方法blade.kit.http.HttpRequest
-
Start part of a multipart
- state(boolean, String) - 类 中的静态方法blade.kit.Assert
-
- stream() - 类 中的方法blade.kit.http.HttpRequest
-
Get stream to response body
- StreamKit - blade.kit中的类
-
基于流的工具类
- StreamKit() - 类 的构造器blade.kit.StreamKit
-
- StringBuilderWriter - blade.kit.io中的类
-
- StringBuilderWriter() - 类 的构造器blade.kit.io.StringBuilderWriter
-
- StringBuilderWriter(int) - 类 的构造器blade.kit.io.StringBuilderWriter
-
Construct a new
StringBuilder instance with the specified capacity.
- StringBuilderWriter(StringBuilder) - 类 的构造器blade.kit.io.StringBuilderWriter
-
- stringConnect(String[], String) - 类 中的静态方法blade.kit.StringKit
-
用特殊的字符连接字符串
- stringFilter(String) - 类 中的静态方法blade.kit.StringKit
-
过滤字符串里的的特殊字符
- stringKeyWorldFilter(String) - 类 中的静态方法blade.kit.StringKit
-
- StringKit - blade.kit中的类
-
有关字符串处理的工具类。
- StringKit() - 类 的构造器blade.kit.StringKit
-
- stringSpilit(String, String) - 类 中的静态方法blade.kit.StringKit
-
分割字符串
- subtract(Set<T>, Set<T>) - 类 中的静态方法blade.kit.CollectionKit
-
- SUCCESS - 类 中的静态变量blade.kit.StringKit
-
- swapCase(String) - 类 中的静态方法blade.kit.StringKit
-
反转字符串的大小写。
- synchronizedMap() - 类 中的静态方法blade.kit.CollectionKit
-
- synchronizedOutputStream(OutputStream) - 类 中的静态方法blade.kit.StreamKit
-
取得同步化的输出流.
- synchronizedOutputStream(OutputStream, Object) - 类 中的静态方法blade.kit.StreamKit
-
取得同步化的输出流.
- SystemKit - blade.kit中的类
-
取得有关系统信息的工具类。
- SystemKit.HostInfo - blade.kit中的类
-
代表当前主机的信息。
- SystemKit.JavaInfo - blade.kit中的类
-
代表Java Implementation的信息。
- SystemKit.JavaRuntimeInfo - blade.kit中的类
-
代表当前运行的JRE的信息。
- SystemKit.JavaSpecInfo - blade.kit中的类
-
代表Java Specification的信息。
- SystemKit.JvmInfo - blade.kit中的类
-
代表Java Virtual Machine Implementation的信息。
- SystemKit.JvmSpecInfo - blade.kit中的类
-
代表Java Virutal Machine Specification的信息。
- SystemKit.OsInfo - blade.kit中的类
-
代表当前OS的信息。
- SystemKit.UserInfo - blade.kit中的类
-
代表当前用户的信息。
- TaskKit - blade.kit中的类
-
定时任务
- TaskKit() - 类 的构造器blade.kit.TaskKit
-
- tempDate - 类 中的静态变量blade.kit.DateKit
-
date = 1901-01-01
- ThrowableKit - blade.kit.base中的类
-
Static utility methods pertaining to instances of
Throwable.
- throwExceptionOrError(Throwable) - 类 中的静态方法blade.kit.ExceptionKit
-
抛出Throwable,但不需要声明throws Throwable,区分Exception 或Error。
- throwRuntimeExceptionOrError(Throwable) - 类 中的静态方法blade.kit.ExceptionKit
-
抛出Throwable,但不需要声明throws Throwable,区分 RuntimeException、Exception
或Error。
- TimeKit - blade.kit中的类
-
时间处理类
- 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
-
- toJSONString(Object) - 类 中的静态方法blade.kit.json.JSONKit
-
- toJSONString(Map<K, V>) - 类 中的静态方法blade.kit.json.JSONKit
-
- toJSONString(List<T>) - 类 中的静态方法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
-
- 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.http.HttpRequest
-
- toString() - 类 中的方法blade.kit.io.ByteArray
-
- toString(Readable) - 类 中的静态方法blade.kit.io.CharStreams
-
- toString() - 类 中的方法blade.kit.io.FastByteArrayOutputStream
-
- toString(String) - 类 中的方法blade.kit.io.FastByteArrayOutputStream
-
- toString() - 类 中的方法blade.kit.io.StringBuilderWriter
-
- toString(InputStream) - 类 中的静态方法blade.kit.IOKit
-
- toString(File) - 类 中的静态方法blade.kit.IOKit
-
- toString(Reader) - 类 中的静态方法blade.kit.IOKit
-
- toString() - 类 中的方法blade.kit.json.JsonValue
-
Returns the JSON string for this value in its minimal form, without any additional whitespace.
- toString(WriterConfig) - 类 中的方法blade.kit.json.JsonValue
-
Returns the JSON string for this value using the given formatting.
- 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(String) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'TRACE' request to the given URL
- trace(URL) - 类 中的静态方法blade.kit.http.HttpRequest
-
Start a 'TRACE' request to the given URL
- TRACE - 类 中的静态变量blade.kit.http.MethodType
-
'TRACE' request method
- TRACE - 类 中的静态变量blade.kit.log.Level
-
- trace(Object) - 类 中的方法blade.kit.log.Log4jLogger
-
- trace(Object, Object...) - 类 中的方法blade.kit.log.Log4jLogger
-
- trace(Object, Throwable) - 类 中的方法blade.kit.log.Log4jLogger
-
- trace(Object, Throwable, Object...) - 类 中的方法blade.kit.log.Log4jLogger
-
- 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。
- TRUE - 类 中的静态变量blade.kit.json.Json
-
Represents the JSON literal true.
- TRUE - 类 中的静态变量blade.kit.json.JsonValue
-
- trustAllCerts() - 类 中的方法blade.kit.http.HttpRequest
-
Configure HTTPS connection to trust all certificates
This method does nothing if the current request is not a HTTPS request
- trustAllHosts() - 类 中的方法blade.kit.http.HttpRequest
-
Configure HTTPS connection to trust all hosts using a custom
HostnameVerifier that always returns
true for each
host verified
This method does nothing if the current request is not a HTTPS request