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

A

addAttribute(Element, String, String) - 类 中的方法com.library.common.XmlHelper
Add the attribute name and value under specified element
addChildElement(Element, String) - 类 中的方法com.library.common.XmlHelper
Add a element under specified parent element
addComment(Element, String) - 类 中的方法com.library.common.XmlHelper
Add the specified comment under specified element
addMethod(Object, Object, String, Class) - 类 中的静态方法com.library.common.ReflectHelper
Add method.
applyXSL(String, String, String) - 类 中的方法com.library.common.XmlHelper
Transform XML to HTML
ArrayHelper - com.library.common中的类
数组操作工具类
ArrayHelper() - 类 的构造器com.library.common.ArrayHelper
 

C

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.

D

dateDiff(String, Date, Date) - 类 中的静态方法com.library.common.DateTimeHelper
Returns the number of intervals between two dates.
DateTimeHelper - com.library.common中的类
General convenience methods for working with date time
DateTimeHelper() - 类 的构造器com.library.common.DateTimeHelper
 
deleteDirectory(String) - 类 中的静态方法com.library.common.IOHelper
Deletes a directory recursively.
deleteFile(String) - 类 中的静态方法com.library.common.IOHelper
Deletes a file
doInvoke(String) - 类 中的方法com.library.common.DynamicCompileHelper
调用
downFileFromUrl(String, String) - 类 中的静态方法com.library.common.IOHelper
Download URL file to local file
downSourceFromUrl(String, String) - 类 中的静态方法com.library.common.IOHelper
Copies bytes from the URL source to a file destination.
DynamicCompileHelper - com.library.common中的类
Java字节码的操纵之动态编译
DynamicCompileHelper(String, String) - 类 的构造器com.library.common.DynamicCompileHelper
Constructor

E

endsWithIgnoreCase(String, String) - 类 中的静态方法com.library.common.StringHelper
Check a String ends with another string ignoring the case.
escape(String) - 类 中的静态方法com.library.common.StringHelper
Escapes the characters in a String using XML entities.
escape(boolean, String) - 类 中的静态方法com.library.common.StringHelper
Escapes the characters in a String using XML entities only if the passed boolean is true.
eval(String) - 类 中的静态方法com.library.common.DynamicCompileHelper
Eval calculate object.
extractNumber(String) - 类 中的静态方法com.library.common.StringHelper
Extract number string.

F

find(String, String) - 类 中的静态方法com.library.common.StringHelper
Find list.
findAttributeByXPath(String) - 类 中的方法com.library.common.XmlHelper
Get attribute by XPath
findElementByXPath(String) - 类 中的方法com.library.common.XmlHelper
Get element by XPath
findElementsByXPath(String) - 类 中的方法com.library.common.XmlHelper
Find elements by x path list.

G

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.

H

HttpHelper - com.library.common中的类
The type Http helper.
HttpHelper() - 类 的构造器com.library.common.HttpHelper
 

I

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
isJson(String) - 类 中的静态方法com.library.common.JsonHelper
简单判断是否是json格式的字符串
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

J

join(Object[], String) - 类 中的静态方法com.library.common.StringHelper
Join string.
join(Iterable<?>, String) - 类 中的静态方法com.library.common.StringHelper
Join string.
JsonHelper - com.library.common中的类
The type Json helper.
JsonHelper() - 类 的构造器com.library.common.JsonHelper
 

L

listFileNamesInDirectoryRecursive(String, String) - 类 中的静态方法com.library.common.IOHelper
Finds file names within a given directory (and its all subdirectories).
listFilesInDirectory(String) - 类 中的静态方法com.library.common.IOHelper
Finds files within a given directory.
listFilesInDirectory(String, String) - 类 中的静态方法com.library.common.IOHelper
Finds files within a given directory.
listFilesInDirectory(String, String[]) - 类 中的静态方法com.library.common.IOHelper
Finds files within a given directory which match an array of extensions.
listFilesInDirectoryRecursive(String) - 类 中的静态方法com.library.common.IOHelper
Finds files within a given directory (and its subdirectories).
listFilesInDirectoryRecursive(String, String) - 类 中的静态方法com.library.common.IOHelper
Finds files within a given directory (and its all subdirectories).
listFilesInDirectoryRecursive(String, String[]) - 类 中的静态方法com.library.common.IOHelper
Finds files within a given directory (and its subdirectories) which match an array of extensions.
listFilesInDirectoryRecursive(String, String, String) - 类 中的静态方法com.library.common.IOHelper
Finds files within a given directory (and its specified subdirectories).
loadClass(String) - 类 中的静态方法com.library.common.ClassHelper
加载类(将自动初始化)
loadClass(String, boolean) - 类 中的静态方法com.library.common.ClassHelper
加载类

M

main(String[]) - 类 中的静态方法com.library.common.ClassHelper
The entry point of application.
main(String[]) - 类 中的静态方法com.library.common.DynamicCompileHelper
测试入口
main(String[]) - 类 中的静态方法com.library.common.IOHelper
The entry point of application.
main(String[]) - 类 中的静态方法com.library.common.JsonHelper
The entry point of application.
main(String[]) - 类 中的静态方法com.library.common.OSHelper
The entry point of application.
mergeStringArrays(String[], String[]) - 类 中的静态方法com.library.common.StringHelper
This method can be used to merge 2 arrays of string values.
moveDirectoryUnderDirectory(String, String) - 类 中的静态方法com.library.common.IOHelper
Moves a directory to the destination directory.
moveFile(String, String) - 类 中的静态方法com.library.common.IOHelper
Moves a file
moveFileToDirectory(String, String) - 类 中的静态方法com.library.common.IOHelper
Moves a file to a directory.

N

newInstance(String) - 类 中的静态方法com.library.common.ReflectHelper
通过反射创建实例
newInstance(Class<?>) - 类 中的静态方法com.library.common.ReflectHelper
通过反射创建实例
now() - 类 中的静态方法com.library.common.DateTimeHelper
Get Date Now

O

okResult - 类 中的静态变量com.library.common.ProcessHelper
The constant okResult.
OSHelper - com.library.common中的类
The type Os helper.
OSHelper() - 类 的构造器com.library.common.OSHelper
 

P

parseJsonToPairs(String) - 类 中的静态方法com.library.common.JsonHelper
Parse json to pairs map.
ProcessHelper - com.library.common中的类
Created by kcgw001 on 2016/3/29.
ProcessHelper() - 类 的构造器com.library.common.ProcessHelper
 

R

read(String) - 类 中的静态方法com.library.common.TextFileHelper
Read a file as a single string:
readFileToString(String) - 类 中的静态方法com.library.common.IOHelper
Reads the contents of a file into a String
readLinesToList(String) - 类 中的静态方法com.library.common.IOHelper
Reads the contents of a file line by line to a List of Strings
readXMLFile(String) - 类 中的方法com.library.common.XmlHelper
Read and parse XML file
ReflectHelper - com.library.common中的类
The type Reflect helper.
ReflectHelper() - 类 的构造器com.library.common.ReflectHelper
 
removeAttribute(Element, String) - 类 中的方法com.library.common.XmlHelper
Remove the specified Attribute under specified element
removeChildElement(Element, String) - 类 中的方法com.library.common.XmlHelper
Remove the specified child Element under Parent element
removeSpecialChar(String) - 类 中的静态方法com.library.common.StringHelper
Remove special char string.

S

saveTo(String) - 类 中的方法com.library.common.XmlHelper
Save document to specified XML file
sendGet(String) - 类 中的静态方法com.library.common.HttpHelper
Send get list.
sendGet(String, String) - 类 中的静态方法com.library.common.HttpHelper
Send get list.
sendGet(String, String, int) - 类 中的静态方法com.library.common.HttpHelper
Send get list.
sendGet(String, Map<String, String>) - 类 中的静态方法com.library.common.HttpHelper
Send get list.
sendGet(String, Map<String, String>, int) - 类 中的静态方法com.library.common.HttpHelper
Send get list.
sendGet(String, Map<String, String>, String, int) - 类 中的静态方法com.library.common.HttpHelper
Send get list.
sendPost(String) - 类 中的方法com.library.common.HttpHelper
Send post list.
sendPost(String, String) - 类 中的方法com.library.common.HttpHelper
Send post list.
sendPost(String, String, Map<String, String>) - 类 中的方法com.library.common.HttpHelper
Send post list.
sendPost(String, String, Map<String, String>, String) - 类 中的方法com.library.common.HttpHelper
Send post list.
setAttributeText(Element, String, String) - 类 中的方法com.library.common.XmlHelper
Set the attribute text of the specified element
setClassName(String) - 类 中的方法com.library.common.DynamicCompileHelper
指定类名称
setDocument(Document) - 类 中的方法com.library.common.XmlHelper
Sets document.
setMethod(Object, String, Object) - 类 中的静态方法com.library.common.ReflectHelper
Sets method.
setMethod(Object, String, Object, Class) - 类 中的静态方法com.library.common.ReflectHelper
Sets method.
setMethod(Class, String, Object, Class) - 类 中的静态方法com.library.common.ReflectHelper
Sets method.
setOutPath(String) - 类 中的方法com.library.common.DynamicCompileHelper
设定输出路径
setSource(String) - 类 中的方法com.library.common.DynamicCompileHelper
设定参与编译的源代码
setText(Element, String) - 类 中的方法com.library.common.XmlHelper
Set the element text for the specified element
startsWithIgnoreCase(String, String) - 类 中的静态方法com.library.common.StringHelper
Check a String starts with another string ignoring the case.
StringHelper - com.library.common中的类
General convenience methods for working with Strings
StringHelper() - 类 的构造器com.library.common.StringHelper
 
strToXML(String) - 类 中的方法com.library.common.XmlHelper
Str to xml xml helper.

T

TextFileHelper - com.library.common中的类
Static functions for reading and writing text files as a single string, and treating a file as an ArrayList.
TextFileHelper(String, String) - 类 的构造器com.library.common.TextFileHelper
Read a file, split by any regular expression:
TextFileHelper(String) - 类 的构造器com.library.common.TextFileHelper
Normally read by lines:
toDate(String, String) - 类 中的静态方法com.library.common.DateTimeHelper
Convert string to corresponding date format
toDate(String) - 类 中的静态方法com.library.common.DateTimeHelper
Convert string to corresponding date format
toDateTime(String, String) - 类 中的静态方法com.library.common.DateTimeHelper
Convert string to corresponding date format
toDateTime(String) - 类 中的静态方法com.library.common.DateTimeHelper
Convert string to corresponding date format
toString() - 类 中的方法com.library.common.DynamicCompileHelper
 
trimAllWhitespace(String) - 类 中的静态方法com.library.common.StringHelper
Trim all whitespace from the given String: leading, trailing, and inbetween characters.
trimArray(String[]) - 类 中的静态方法com.library.common.StringHelper
This method can be used to trim all the String values in the string array.
trimList(List<String>) - 类 中的静态方法com.library.common.StringHelper
This method can be used to trim all the String values in the string list.

U

uncapitalFirstLetter(String) - 类 中的静态方法com.library.common.StringHelper
Uncapitalizes a String changing the first letter to title case as per Character.toLowerCase(char).
unquote(String) - 类 中的静态方法com.library.common.StringHelper
This String util method removes single or double quotes from a string if its quoted. for input string = "mystr1" output will be = mystr1 for input string = 'mystr2' output will be = mystr2
urlDecode(String) - 类 中的静态方法com.library.common.StringHelper
Url decode string.
urlEncode(String) - 类 中的静态方法com.library.common.StringHelper
Url encode string. url转码

W

wait(Double) - 类 中的静态方法com.library.common.DateTimeHelper
Wait specified second
wait(int) - 类 中的静态方法com.library.common.DateTimeHelper
Wait specified second
wildcardMatch(String, String, IOCase) - 类 中的静态方法com.library.common.IOHelper
Checks a filename to see if it matches the specified wildcard matcher, always testing case-sensitive.
wildcardMatch(String, String) - 类 中的静态方法com.library.common.IOHelper
Checks a filename to see if it matches the specified wildcard matcher, always testing case-sensitive.
write(String, String) - 类 中的静态方法com.library.common.TextFileHelper
Write a single file in one method call:
write(String) - 类 中的方法com.library.common.TextFileHelper
Write.
writeLinesToFile(String, List<String>) - 类 中的静态方法com.library.common.IOHelper
Writes a List of Strings to the specified File line by line.
writeStringToFile(String, String) - 类 中的静态方法com.library.common.IOHelper
Writes a String to a file creating the file if it does not exist.

X

XmlHelper - com.library.common中的类
General convenience methods for working with XML
XmlHelper() - 类 的构造器com.library.common.XmlHelper
 
A C D E F G H I J L M N O P R S T U W X 
跳过导航链接

Copyright © 2017. All rights reserved.