- capitalFirstLetter(String) - 类 中的静态方法com.library.common.StringHelper
-
Capital first letter string.
- castBoolean(Object) - 类 中的静态方法com.library.common.CastHelper
-
转为 boolean 型
- castBoolean(Object, boolean) - 类 中的静态方法com.library.common.CastHelper
-
转为 boolean 型(提供默认值)
- castDouble(Object) - 类 中的静态方法com.library.common.CastHelper
-
转为 double 型
- castDouble(Object, double) - 类 中的静态方法com.library.common.CastHelper
-
转为 double 型(提供默认值)
- CastHelper - com.library.common中的类
-
Created by kcgw001 on 2016/3/31.
- CastHelper() - 类 的构造器com.library.common.CastHelper
-
- castInt(Object) - 类 中的静态方法com.library.common.CastHelper
-
转为 int 型
- castInt(Object, int) - 类 中的静态方法com.library.common.CastHelper
-
转为 int 型(提供默认值)
- castLong(Object) - 类 中的静态方法com.library.common.CastHelper
-
转为 long 型
- castLong(Object, long) - 类 中的静态方法com.library.common.CastHelper
-
转为 long 型(提供默认值)
- castString(Object) - 类 中的静态方法com.library.common.CastHelper
-
转为 String 型
- castString(Object, String) - 类 中的静态方法com.library.common.CastHelper
-
转为 String 型(提供默认值)
- changeString2boolean(String) - 类 中的静态方法com.library.common.StringHelper
-
Change string 2 boolean boolean.
- ClassHelper - com.library.common中的类
-
The type Class helper.
- ClassHelper() - 类 的构造器com.library.common.ClassHelper
-
- cleanDirectory(String) - 类 中的静态方法com.library.common.IOHelper
-
Cleans a directory without deleting it.
- closePidsByName(String) - 类 中的静态方法com.library.common.ProcessHelper
-
Close pids by name.
- CollectionHelper - com.library.common中的类
-
The type Collection helper.
- CollectionHelper() - 类 的构造器com.library.common.CollectionHelper
-
- com.library.common - 程序包 com.library.common
-
- concat(Object[], Object[]) - 类 中的静态方法com.library.common.ArrayHelper
-
连接数组
- concatenateStringArrays(String[], String[]) - 类 中的静态方法com.library.common.StringHelper
-
Concatenate the given String arrays into one, with overlapping array
elements included twice.
- contains(T[], T) - 类 中的静态方法com.library.common.ArrayHelper
-
判断对象是否在数组中
- containsAny(String, char[]) - 类 中的静态方法com.library.common.StringHelper
-
Checks if the String contains any character in the given set of
characters.
- contentEquals(String, String) - 类 中的静态方法com.library.common.IOHelper
-
Compares the contents of two files to determine if they are equal or not.
- copyDirectory(String, String) - 类 中的静态方法com.library.common.IOHelper
-
Copies a whole directory to a new location
- copyDirectoryUnderDirectory(String, String) - 类 中的静态方法com.library.common.IOHelper
-
Copies a whole directory to within another directory
- copyFile(String, String) - 类 中的静态方法com.library.common.IOHelper
-
Copies a file to a new location.
- copyFile(File, File) - 类 中的静态方法com.library.common.IOHelper
-
Copies a file to a new location.
- copyFileToDirectory(String, String) - 类 中的静态方法com.library.common.IOHelper
-
Copies a file to a directory
- countOccurrencesOf(String, String) - 类 中的静态方法com.library.common.StringHelper
-
Count the occurrences of the substring in string s.
- createDocument() - 类 中的方法com.library.common.XmlHelper
-
Create the instance of the Document class
- createDocumentRoot(String) - 类 中的方法com.library.common.XmlHelper
-
Create a root element for object document
- createNestDirectory(String) - 类 中的静态方法com.library.common.IOHelper
-
Makes a directory, including any necessary but nonexistent parent
directories.
- createProcessingInstruction(String, String) - 类 中的方法com.library.common.XmlHelper
-
Create the Processing Instruction
- creatFile(String) - 类 中的静态方法com.library.common.IOHelper
-
Creat file.
- getAllDifferences(String, String) - 类 中的方法com.library.common.XmlHelper
-
Gets all differences.
- getAttribute(Element, String) - 类 中的方法com.library.common.XmlHelper
-
Get the attribute of the specified element
- getAttributeText(Element, String) - 类 中的方法com.library.common.XmlHelper
-
Get the attribute text of the specified element
- getBaseName(String) - 类 中的静态方法com.library.common.IOHelper
-
Gets the base name, minus the full path and extension, from a full
filename.
- getBetweenString(String, String, String) - 类 中的静态方法com.library.common.StringHelper
-
Gets between string.
- getChildElement(Element, String) - 类 中的方法com.library.common.XmlHelper
-
Get the specified child element
- getChildElements(Element, String) - 类 中的方法com.library.common.XmlHelper
-
Get the specified child element
- getChildText(Element, String) - 类 中的方法com.library.common.XmlHelper
-
Get the text of the specified child element
- getClassLoader() - 类 中的静态方法com.library.common.ClassHelper
-
获取类加载器
- getClassPath() - 类 中的静态方法com.library.common.ClassHelper
-
获取类路径
- getCollectionsInfo(List<?>) - 类 中的静态方法com.library.common.ReflectHelper
-
Gets collections info.
- getDiffCount(String, String) - 类 中的方法com.library.common.XmlHelper
-
Get the number of the difference
- getDocument() - 类 中的方法com.library.common.XmlHelper
-
Gets document.
- getErrorResult() - 类 中的静态方法com.library.common.ProcessHelper
-
Gets error result.
- getExtension(String) - 类 中的静态方法com.library.common.IOHelper
-
Gets the extension of a filename.
- getFreeSpace(String) - 类 中的静态方法com.library.common.IOHelper
-
Get the free space on a drive
- getFreeSpace() - 类 中的静态方法com.library.common.IOHelper
-
Returns the disk size of the volume which holds the working directory.
- getFullPath(String) - 类 中的静态方法com.library.common.IOHelper
-
Gets the full path from a full filename, which is the prefix + path.
- getFullPathNoEndSeparator(String) - 类 中的静态方法com.library.common.IOHelper
-
Gets the full path from a full filename, which is the prefix + path, and
also excluding the final directory separator.
- getMethod(Object, String) - 类 中的静态方法com.library.common.ReflectHelper
-
Gets method.
- getName(String) - 类 中的静态方法com.library.common.IOHelper
-
Gets the name minus the path from a full filename.
- getNowString() - 类 中的静态方法com.library.common.DateTimeHelper
-
Convert Date Now to string
- getObjectInfo(Object) - 类 中的静态方法com.library.common.ReflectHelper
-
Gets object info.
- getPath(String) - 类 中的静态方法com.library.common.IOHelper
-
Gets the path from a full filename, which excludes the prefix.
- getPathNoEndSeparator(String) - 类 中的静态方法com.library.common.IOHelper
-
Gets the path from a full filename, which excludes the prefix, and also
excluding the final directory separator.
- getPrefix(String) - 类 中的静态方法com.library.common.IOHelper
-
Gets the prefix from a full filename C:\dev\project\file.txt - C:\
- getRandomInt(int, int) - 类 中的静态方法com.library.common.StringHelper
-
get a random Integer with the range [min, max)
- getRandomIntWithoutDuplicate(int, int, int) - 类 中的静态方法com.library.common.StringHelper
-
get a integer array filled with random integer without duplicate [min,
max)
- getRootElement() - 类 中的方法com.library.common.XmlHelper
-
Get the root element
- getSizeOfDirectory(String) - 类 中的静态方法com.library.common.IOHelper
-
Counts the size of a directory recursively (sum of the length of all
files).
- getSizeOfFile(String) - 类 中的静态方法com.library.common.IOHelper
-
Get the size of the specified file
- getSourceFromUrl(String) - 类 中的静态方法com.library.common.IOHelper
-
Convert from a URL to a String
- getStreamResult(Process) - 类 中的静态方法com.library.common.ProcessHelper
-
Gets stream result.
- getStreamResult(Process, int) - 类 中的静态方法com.library.common.ProcessHelper
-
Gets stream result.
- getStreamResult(Process, int, boolean) - 类 中的静态方法com.library.common.ProcessHelper
-
Gets stream result.
- getStreamResult(Process, long, boolean, boolean) - 类 中的静态方法com.library.common.ProcessHelper
-
Gets stream result.
- getTempDirectory() - 类 中的静态方法com.library.common.IOHelper
-
Returns the path to the system temporary directory.
- getText(Element) - 类 中的方法com.library.common.XmlHelper
-
Get the text of the specified element
- getTokensArray(String, String) - 类 中的静态方法com.library.common.StringHelper
-
This method is used to split the given string into different tokens at
the occurrence of specified delimiter
- getTokensList(String, String) - 类 中的静态方法com.library.common.StringHelper
-
This method is used to split the given string into different tokens at
the occurrence of specified delimiter
- getUserDirectory() - 类 中的静态方法com.library.common.IOHelper
-
Returns the path to the user's home directory.
- Invoke(String) - 类 中的方法com.library.common.DynamicCompileHelper
-
自动调用
- IOHelper - com.library.common中的类
-
A generic IO Utility based on Apache Commons-IO library
- IOHelper() - 类 的构造器com.library.common.IOHelper
-
- isDate(String) - 类 中的静态方法com.library.common.DateTimeHelper
-
Checks if the string can be converted into Date or not
- isDouble(Class<?>) - 类 中的静态方法com.library.common.ClassHelper
-
是否为 double 类型(包括 Double 类型)
- isDouble(String) - 类 中的静态方法com.library.common.StringHelper
-
Check whether the string is double format or not
- isEmail(String) - 类 中的静态方法com.library.common.StringHelper
-
Check whether the string is email format or not
- isEmpty(Object[]) - 类 中的静态方法com.library.common.ArrayHelper
-
判断数组是否为空
- isEmpty(Collection<?>) - 类 中的静态方法com.library.common.CollectionHelper
-
判断 Collection 是否为空
- isEmpty(Map<?, ?>) - 类 中的静态方法com.library.common.CollectionHelper
-
判断 Map 是否为空
- isEmpty(String) - 类 中的静态方法com.library.common.StringHelper
-
判断字符串是否为空
- isIdentical(String, String) - 类 中的方法com.library.common.XmlHelper
-
Two XML documents are considered to be "identical" if they contain the
same elements and attributes in the same order.
- isInt(Class<?>) - 类 中的静态方法com.library.common.ClassHelper
-
是否为 int 类型(包括 Integer 类型)
- isInteger(String) - 类 中的静态方法com.library.common.StringHelper
-
Check whether the string is Integer format or not
- isLetter(String) - 类 中的静态方法com.library.common.StringHelper
-
Check if the string is letter or not
- isLong(Class<?>) - 类 中的静态方法com.library.common.ClassHelper
-
是否为 long 类型(包括 Long 类型)
- isMac() - 类 中的静态方法com.library.common.OSHelper
-
Is mac boolean.
- isNotEmpty(Object[]) - 类 中的静态方法com.library.common.ArrayHelper
-
判断数组是否非空
- isNotEmpty(Collection<?>) - 类 中的静态方法com.library.common.CollectionHelper
-
判断 Collection 是否非空
- isNotEmpty(Map<?, ?>) - 类 中的静态方法com.library.common.CollectionHelper
-
判断 Map 是否非空
- isNotEmpty(String) - 类 中的静态方法com.library.common.StringHelper
-
判断字符串是否非空
- isNumber(String) - 类 中的静态方法com.library.common.StringHelper
-
Check if the string is a number or not
- isSameDay(String, String) - 类 中的静态方法com.library.common.DateTimeHelper
-
Checks if two strings can be converted into Date are on the same day
ignoring time.
- isSameInstant(String, String) - 类 中的静态方法com.library.common.DateTimeHelper
-
Checks if two strings can be converted into Date are the same instant in
time.
- isSimilar(String, String) - 类 中的方法com.library.common.XmlHelper
-
Two documents are considered to be "similar" if they contain the same
elements and attributes regardless of order.
- isString(Class<?>) - 类 中的静态方法com.library.common.ClassHelper
-
是否为 String 类型
- isUnix() - 类 中的静态方法com.library.common.OSHelper
-
Is unix boolean.
- isWindows() - 类 中的静态方法com.library.common.OSHelper
-
Is windows boolean.
- iterateElements(String, HashMap<String, String>) - 类 中的方法com.library.common.XmlHelper
-
Iterate all elements under specified parent element and put the element
name and element text into HashMap