- capitalize(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Capitalizes a string, changing the first letter to upper case.
- CharUtil - com.cottsoft.framework.util中的类
-
- CharUtil() - 类 的构造器com.cottsoft.framework.util.CharUtil
-
- ClassUtil - com.cottsoft.framework.util中的类
-
- ClassUtil() - 类 的构造器com.cottsoft.framework.util.ClassUtil
-
- clear() - 类 中的方法com.cottsoft.framework.context.Context
-
- clear() - 接口 中的方法com.cottsoft.framework.context.IContext
-
- clone(Object) - 类 中的静态方法com.cottsoft.framework.util.ObjectUtil
-
Clone an object by invoking it's clone() method, even if it
is not overridden.
- close(InputStream) - 类 中的静态方法com.cottsoft.framework.util.FileUtil
-
Description:
关闭InputStream
- close(OutputStream) - 类 中的静态方法com.cottsoft.framework.util.FileUtil
-
Description:
关闭OutputStream
- close(Reader) - 类 中的静态方法com.cottsoft.framework.util.FileUtil
-
Description:
关闭Reader
- close(Writer) - 类 中的静态方法com.cottsoft.framework.util.FileUtil
-
Description:
关闭Writer
- close(RandomAccessFile) - 类 中的静态方法com.cottsoft.framework.util.FileUtil
-
Description:
关闭RandomAccessFile
- code() - 枚举 中的方法com.cottsoft.framework.constant.code.EECode
-
- COLON - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- com.cottsoft.framework - 程序包 com.cottsoft.framework
-
- com.cottsoft.framework.config - 程序包 com.cottsoft.framework.config
-
- com.cottsoft.framework.constant - 程序包 com.cottsoft.framework.constant
-
- com.cottsoft.framework.constant.code - 程序包 com.cottsoft.framework.constant.code
-
- com.cottsoft.framework.context - 程序包 com.cottsoft.framework.context
-
- com.cottsoft.framework.exception - 程序包 com.cottsoft.framework.exception
-
- com.cottsoft.framework.util - 程序包 com.cottsoft.framework.util
-
- com.cottsoft.framework.xml - 程序包 com.cottsoft.framework.xml
-
- COMMA - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- compare(String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Description:
判断两个字符串是否值相等
- compareDeclarations(Method, Method) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Compares method declarations: signature and return types.
- compareIgnoreCase(String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Description:
判断两个字符串是否值相等,忽略大小写
- compareParameters(Class[], Class[]) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Compares method or ctor parameters.
- compareSignatures(Method, Method) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Compares method signatures: names and parameters.
- compareSignatures(Constructor<?>, Constructor<?>) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Compares constructor signatures: names and parameters.
- compareSignatures(Field, Field) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
- compress(String) - 类 中的静态方法com.cottsoft.framework.util.GZipUtil
-
Description:
Gzip压缩
- compressChars(String, char) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Compress multiple occurrences of given char into one appearance.
- connect(String, String, int, String, String) - 类 中的方法com.cottsoft.framework.util.FtpUtil
-
Description:
FTP连接
- Constants - com.cottsoft.framework.constant中的接口
-
- containsElement(Object, Object) - 类 中的静态方法com.cottsoft.framework.util.ObjectUtil
-
Returns true if first argument contains provided element. s
- containsOnlyDigits(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Returns true if string contains only digits.
- containsOnlyWhitespaces(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Returns true if string contains only white spaces.
- Context - com.cottsoft.framework.context中的类
-
- Context() - 类 的构造器com.cottsoft.framework.context.Context
-
- CONTEXT_PATH - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- convertCharset(String, String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Converts string charset.
- convertToImage(byte[]) - 类 中的静态方法com.cottsoft.framework.util.ImageUtil
-
Description:
将一个图片字节流转换成一个图片对象
- copy(String, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Description:
复制字符串中从开始到指定的位置
- copyright() - 类 中的静态方法com.cottsoft.framework.Framework
-
Copy Right Information.
- count(String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Counts substring occurrences in a source string.
- count(String, String, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- count(String, char) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- count(String, char, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- countIgnoreCase(String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Count substring occurrences in a source string, ignoring case.
- createFolder(String) - 类 中的静态方法com.cottsoft.framework.util.FileUtil
-
Description:
根据传进来的参数,创建目录
- crop(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Crops string by setting empty strings to null.
- cropAll(String[]) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Crops all elements of string array.
- cutFromIndexOf(String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Cuts the string from the first index of provided substring to the end.
- cutFromIndexOf(String, char) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Cuts the string from the first index of provided char to the end.
- cutPrefix(String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Cuts prefix if exists.
- cutSuffix(String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Cuts sufix if exists.
- cutSurrounding(String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- cutSurrounding(String, String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Removes surrounding prefix and suffixes.
- cutToIndexOf(String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Cuts the string from beginning to the first index of provided substring.
- cutToIndexOf(String, char) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Cuts the string from beginning to the first index of provided char.
- EECode - com.cottsoft.framework.constant.code中的枚举
-
- EHTTP - com.cottsoft.framework.constant.code中的枚举
-
- EMPTY - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- EMPTY_ARRAY - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- encrypt(String, String) - 类 中的静态方法com.cottsoft.framework.util.PasswordUtil
-
Description:
根据用户名和明文密码进行加密
- encrypt(String, String, byte[]) - 类 中的静态方法com.cottsoft.framework.util.SecurityUtil
-
Description:
加密明文字符串
- encrypt(String, String) - 类 中的静态方法com.cottsoft.framework.util.SecurityUtil
-
Description:
加密明文字符串
- endsWithChar(String, char) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Returns if string ends with provided character.
- endsWithIgnoreCase(String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Tests if this string ends with the specified suffix.
- endsWithOne(String, String[]) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Checks if string ends with at least one string from the provided array.
- endsWithOneIgnoreCase(String, String[]) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Checks if string ends with at least one string from the provided array.
- EntityUtil - com.cottsoft.framework.util中的类
-
- EntityUtil() - 类 的构造器com.cottsoft.framework.util.EntityUtil
-
- EQUALS - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- equals(Object, Object) - 类 中的静态方法com.cottsoft.framework.util.ObjectUtil
-
Safely compares two objects just like equals() would, except
it allows any of the 2 objects to be null.
- equals(String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Compares 2 strings.
- equals(String[], String[]) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Compares two string arrays.
- equalsEx(Object, Object) - 类 中的静态方法com.cottsoft.framework.util.ObjectUtil
-
Compares two objects or two object arrays.
- equalsIgnoreCase(String[], String[]) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Compares two string arrays.
- equalsOne(char, char[]) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Match if one character equals to any of the given character.
- equalsOne(String, String[]) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Compares string with at least one from the provided array.
- equalsOneIgnoreCase(String, String[]) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Compares string with at least one from the provided array, ignoring case.
- equalsType(Object, Object) - 类 中的静态方法com.cottsoft.framework.util.ObjectUtil
-
Non-symmetric utility for comparing the types of two objects.
- escapeJava(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Escapes a string using java rules.
- EXCLAMATION_MARK - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- FALSE - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- FileUtil - com.cottsoft.framework.util中的类
-
- FileUtil() - 类 的构造器com.cottsoft.framework.util.FileUtil
-
- findCommonPrefix(String...) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds common prefix for several strings.
- findDeclaredMethod(Class<?>, String) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
- findElement(Element, String, String, String) - 类 中的方法com.cottsoft.framework.xml.XmlLoader
-
Description:
从一个Document对象的节点Element中找到指定的节点对象
- findElement(Element, String) - 类 中的方法com.cottsoft.framework.xml.XmlLoader
-
Description:
用于从一个节点中定向找其子节点,通常同名的子节不会出现多个,如果出现多个,则返回第一个
- findElementList(Element, String, String, String) - 类 中的方法com.cottsoft.framework.xml.XmlLoader
-
Description:
从一个Document对象的节点Element中找到指定的节点对象
- findFirstDiff(char[], int, char[]) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Finds index of the first character in given array the differs from the
given set of characters.
- findFirstDiff(char[], int, char) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Finds index of the first character in given array the differs from the
given set of characters.
- findFirstEqual(char[], int, char[]) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Finds index of the first character in given array the matches any from the
given set of characters.
- findFirstEqual(char[], int, char) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Finds index of the first character in given array the matches any from the
given set of characters.
- findMethod(Class<?>, String) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns method from an object, matched by name.
- flush() - 类 中的方法com.cottsoft.framework.xml.XmlLoader
-
Description:
刷新已经加载的XML模板。
- forceAccess(AccessibleObject) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Suppress access check against a reflection object.
- format(Date) - 类 中的静态方法com.cottsoft.framework.util.DateUtil
-
Description:
将日期转换为yyyy-MM-dd HH:mm:ss
- format(Date, String) - 类 中的静态方法com.cottsoft.framework.util.DateUtil
-
Description:
根据类型格式化
- format(String) - 类 中的静态方法com.cottsoft.framework.util.DateUtil
-
Description:
将格式为日期的字符串转换为Date
- format(String, String) - 类 中的静态方法com.cottsoft.framework.util.DateUtil
-
Description:
将格式为日期的字符串转换为Date
- formatMap(Class<?>, Map<String, Object>, String) - 类 中的静态方法com.cottsoft.framework.util.ClassUtil
-
Description:
格式化对象,并将MAP中的VAL赋值给对应的属性
- formatNumber(String, String, Object, Map<String, Object>) - 类 中的静态方法com.cottsoft.framework.util.ClassUtil
-
Description:
格式华数字
- formatYmd(Date) - 类 中的静态方法com.cottsoft.framework.util.DateUtil
-
Description:
将日期转换为yyyy-MM-dd
- Framework - com.cottsoft.framework中的类
-
- Framework() - 类 的构造器com.cottsoft.framework.Framework
-
- FrameworkException - com.cottsoft.framework.exception中的异常错误
-
- FrameworkException() - 异常错误 的构造器com.cottsoft.framework.exception.FrameworkException
-
- FrameworkException(EECode) - 异常错误 的构造器com.cottsoft.framework.exception.FrameworkException
-
- FrameworkException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.cottsoft.framework.exception.FrameworkException
-
- FrameworkException(String, Throwable, boolean, boolean, EECode) - 异常错误 的构造器com.cottsoft.framework.exception.FrameworkException
-
- FrameworkException(String, Throwable) - 异常错误 的构造器com.cottsoft.framework.exception.FrameworkException
-
- FrameworkException(String, Throwable, EECode) - 异常错误 的构造器com.cottsoft.framework.exception.FrameworkException
-
- FrameworkException(String) - 异常错误 的构造器com.cottsoft.framework.exception.FrameworkException
-
- FrameworkException(String, EECode) - 异常错误 的构造器com.cottsoft.framework.exception.FrameworkException
-
- FrameworkException(Throwable) - 异常错误 的构造器com.cottsoft.framework.exception.FrameworkException
-
- FrameworkException(Throwable, EECode) - 异常错误 的构造器com.cottsoft.framework.exception.FrameworkException
-
- FrameworkException(Object) - 异常错误 的构造器com.cottsoft.framework.exception.FrameworkException
-
- FrameworkException(Object, EECode) - 异常错误 的构造器com.cottsoft.framework.exception.FrameworkException
-
- FrameworkException(Object, Throwable) - 异常错误 的构造器com.cottsoft.framework.exception.FrameworkException
-
- FrameworkException(Object, Throwable, EECode) - 异常错误 的构造器com.cottsoft.framework.exception.FrameworkException
-
- fromCamelCase(String, char) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Changes CamelCase string to lower case words separated by provided
separator character.
- FtpUtil - com.cottsoft.framework.util中的类
-
- generateId(String) - 类 中的静态方法com.cottsoft.framework.util.EntityUtil
-
Description:
生成主键ID
- get(String) - 枚举 中的静态方法com.cottsoft.framework.constant.code.EECode
-
- get() - 类 中的方法com.cottsoft.framework.util.HttpUtil
-
发送 get请求
- getAccessibleFields(Class<?>) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
- getAccessibleFields(Class<?>, Class<Object>) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
- getAccessibleMethods(Class<?>) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns array of all methods that are accessible from given class.
- getAccessibleMethods(Class<?>, Class<Object>) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns array of all methods that are accessible from given class, upto limit
(usually Object.class).
- getAttributeValue(Element, String) - 类 中的方法com.cottsoft.framework.xml.XmlLoader
-
Description:
根据节点属性名获取属性值
- getBean(String) - 类 中的静态方法com.cottsoft.framework.context.SpringApplicationContext
-
- getBeanPropertyGetterName(Method) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns beans property getter name or null if method is not a real getter.
- getBeanPropertySetterName(Method) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns beans property setter name or null if method is not a real setter.
- getClasses(Object...) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns classes from array of specified objects.
- getCode() - 异常错误 中的方法com.cottsoft.framework.exception.FrameworkException
-
- getComponentType(Type) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns component type of the given type.
- getComponentType(Type, int) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns the component type of the given type.
- getContext() - 类 中的静态方法com.cottsoft.framework.context.SpringApplicationContext
-
- getCurrentMethod() - 类 中的静态方法com.cottsoft.framework.util.ClassUtil
-
Description:
获取当前方法
- getEntityMap(Object) - 类 中的静态方法com.cottsoft.framework.util.EntityUtil
-
Description:
将Bean转为Map
- getGenericSupertype(Class<?>, int) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
- getGenericSupertype(Class<?>) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
- getGenricClass(Class<?>, int) - 类 中的静态方法com.cottsoft.framework.util.ClassUtil
-
Description:
- getInstance() - 类 中的静态方法com.cottsoft.framework.context.Context
-
- getInstance() - 类 中的静态方法com.cottsoft.framework.util.FtpUtil
-
Description:
基于线程同步的获取实例的方法
- getJavaVendor() - 类 中的静态方法com.cottsoft.framework.util.JvmUtil
-
Description:
获取当前Java 虚拟机实现供应商
- getJavaVersion() - 类 中的静态方法com.cottsoft.framework.util.JvmUtil
-
Description:
获取Java 运行时环境规范版本
- getKeystore() - 类 中的方法com.cottsoft.framework.util.HttpSsl
-
- getMethod0(Class<?>, String, Class<?>...) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Invokes private Class.getMethod0() without throwing NoSuchMethodException.
- getNotNullObject(Class<T>, T) - 类 中的静态方法com.cottsoft.framework.util.ObjectUtil
-
Description:
如前传入的对象t为null,则通过返映实例货传入的类型实例
- getParameters() - 枚举 中的方法com.cottsoft.framework.constant.code.EECode
-
- getPrivateKey() - 类 中的方法com.cottsoft.framework.util.HttpSsl
-
- getSalt() - 类 中的静态方法com.cottsoft.framework.util.SecurityUtil
-
Description:
获取加密算法中使用的盐值,解密中使用的盐值必须与加密中使用的相同才能完成操作.
- getStaticSalt() - 类 中的静态方法com.cottsoft.framework.util.SecurityUtil
-
Description:
产出盐
- getSuperclasses(Class<?>) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns all superclasses.
- getSupportedFields(Class<?>) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
- getSupportedFields(Class<?>, Class<Object>) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
- getSupportedMethods(Class<?>) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
- getSupportedMethods(Class<?>, Class<Object>) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns a Method array of the methods to which instances of the specified
respond except for those methods defined in the class specified by limit
or any of its superclasses.
- getSystemDate() - 类 中的静态方法com.cottsoft.framework.util.DateUtil
-
Description:
获取当前时间
- getToday() - 类 中的静态方法com.cottsoft.framework.util.DateUtil
-
Description:
获取当前时间
- getUUid() - 类 中的静态方法com.cottsoft.framework.util.UuidUtil
-
Description:
生成UUID
- getValue(String) - 类 中的方法com.cottsoft.framework.context.Context
-
- getValue(String) - 接口 中的方法com.cottsoft.framework.context.IContext
-
- getXml(String) - 类 中的方法com.cottsoft.framework.xml.XmlLoader
-
Description:
根据Key值从缓存中获取Document对象
- getXmlFiles() - 类 中的方法com.cottsoft.framework.xml.XmlLoader
-
- getXmlRoot() - 类 中的方法com.cottsoft.framework.xml.XmlLoader
-
- GIF - 类 中的静态变量com.cottsoft.framework.util.ImageUtil
-
- GlobalConfig - com.cottsoft.framework.config中的类
-
- GlobalConfig() - 类 的构造器com.cottsoft.framework.config.GlobalConfig
-
- GZipUtil - com.cottsoft.framework.util中的类
-
- GZipUtil() - 类 的构造器com.cottsoft.framework.util.GZipUtil
-
- IContext - com.cottsoft.framework.context中的接口
-
- ImageUtil - com.cottsoft.framework.util中的类
-
- ImageUtil() - 类 的构造器com.cottsoft.framework.util.ImageUtil
-
- indexOf(String, String, int, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds first occurrence of a substring in the given source but within
limited range [start, end).
- indexOf(String, char, int, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds the first occurrence of a character in the given source but within
limited range (start, end].
- indexOf(String, String[]) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds the very first index of a substring from the specified array.
- indexOf(String, String[], int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds the very first index of a substring from the specified array.
- indexOfChars(String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- indexOfChars(String, String, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Returns the very first index of any char from provided string, starting
from specified index offset.
- indexOfChars(String, char[]) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- indexOfChars(String, char[], int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Returns the very first index of any char from provided string, starting
from specified index offset.
- indexOfIgnoreCase(String, char, int, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds the first occurrence of a character in the given source but within
limited range (start, end].
- indexOfIgnoreCase(String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds first index of a substring in the given source string with ignored
case.
- indexOfIgnoreCase(String, String, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds first index of a substring in the given source string with ignored
case.
- indexOfIgnoreCase(String, String, int, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds first index of a substring in the given source string and range
with ignored case.
- indexOfIgnoreCase(String, String[]) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds the very first index of a substring from the specified array.
- indexOfIgnoreCase(String, String[], int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds the very first index of a substring from the specified array.
- indexOfNonWhitespace(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- indexOfNonWhitespace(String, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- indexOfNonWhitespace(String, int, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- indexOfRegion(String, String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- indexOfRegion(String, String, String, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Returns indexes of the first region without escaping character.
- indexOfRegion(String, String, String, char) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- indexOfRegion(String, String, String, char, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Returns indexes of the first string region.
- indexOfUnescapedChar(String, char, char) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- indexOfUnescapedChar(String, char, char, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- indexOfWhitespace(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Returns first index of a whitespace character.
- indexOfWhitespace(String, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- indexOfWhitespace(String, int, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Returns first index of a whitespace character, starting from specified
index offset.
- insert(String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- insert(String, String, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Inserts a string on provided offset.
- invoke(Class<?>, Object, String, Class[], Object[]) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Invokes accessible method of an object.
- invoke(Object, String, Class[], Object[]) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Invokes accessible method of an object.
- invoke(Object, String, Object[]) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Invokes accessible method of an object without specifying parameter types.
- invoke(Class<?>, Object, String, Object[]) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
- invokeDeclared(Class<?>, Object, String, Class[], Object[]) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Invokes any method of a class, even private ones.
- invokeDeclared(Object, String, Class[], Object[]) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Invokes any method of a class suppressing java access checking.
- invokeDeclared(Object, String, Object[]) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
- invokeDeclared(Class<?>, Object, String, Object[]) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
- isAjax(HttpServletRequest) - 类 中的静态方法com.cottsoft.framework.util.RequestUtil
-
Description:
判断是否AJAX请求
- isAllBlank(String...) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Determines if string array contains just blank strings.
- isAllEmpty(String...) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Determines if string array contains empty strings.
- isAssignableFrom(Member, Member) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns true if the first member is accessible from second one.
- isBeanProperty(Method) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns true if method is a bean property.
- isBeanPropertyGetter(Method) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns true if method is bean getter.
- isBeanPropertySetter(Method) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns true if method is bean setter.
- isBlank(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- isCharAtEqual(String, int, char) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Safely compares provided char with char on given location.
- isCharAtEscaped(String, int, char) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Returns true if character at provided index position is
escaped by escape character.
- isDigit(char) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
- isEmpty(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Description:
判断字符串是否为空
Determines if a string is empty (null or zero-length).
- isExist(String) - 类 中的静态方法com.cottsoft.framework.util.FileUtil
-
Description:
判断文件或路径是否存在
- isInstanceOf(Object, Class<?>) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Dynamic version of instanceof.
- isInterfaceImpl(Class<?>, Class<?>) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns true if provided class is interface implementation.
- isLetter(char) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
- isLetterOrDigit(char) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
- isLowercaseLetter(char) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Returns true if specified character is lowercase ASCII.
- isNotBlank(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Determines if string is not blank.
- isNotEmpty(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Determines if a string is not empty.
- isNotLessThan14() - 类 中的静态方法com.cottsoft.framework.util.JvmUtil
-
Description:
判断录前JVM版本是否不低于1.4
- isNotLessThan15() - 类 中的静态方法com.cottsoft.framework.util.JvmUtil
-
Description:
判断录前JVM版本是否不低于1.5
- isNotLessThan16() - 类 中的静态方法com.cottsoft.framework.util.JvmUtil
-
Description:
判断录前JVM版本是否不低于1.6
- isNotLessThan17() - 类 中的静态方法com.cottsoft.framework.util.JvmUtil
-
Description:
判断录前JVM版本是否不低于1.7
- isNotLessThan18() - 类 中的静态方法com.cottsoft.framework.util.JvmUtil
-
Description:
判断录前JVM版本是否不低于1.8
- ISO_8859_1 - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- isObjectMethod(Method) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns true if method defined in Object class.
- isPropertyNameChar(char) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
- isPublic(Member) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns true if class member is public.
- isPublic(Class<?>) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns true if class is public.
- isPublicPublic(Member) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns true if class member is public and if its declaring class is also public.
- isSubclass(Class<?>, Class<?>) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Determines if first class match the destination and simulates kind
of instanceof.
- isTrue(String) - 类 中的静态方法com.cottsoft.framework.util.BoolUtil
-
Description:
根据字符串判断是否为BOOL值true;
- isUppercaseLetter(char) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Returns true if specified character is uppercase ASCII.
- isUserDefinedMethod(Method) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns true if method is user defined and not defined in Object class.
- isWhitespace(char) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Returns true if character is a white space (<= ' ').
- isWordChar(char) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
- lastIndexOf(String, String, int, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- lastIndexOf(String, char, int, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds last index of a character in the given source string in specified
range [end, start]
- lastIndexOf(String, String[]) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds the very last index of a substring from the specified array.
- lastIndexOf(String, String[], int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds the very last index of a substring from the specified array.
- lastIndexOfIgnoreCase(String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds last index of a substring in the given source string with ignored
case.
- lastIndexOfIgnoreCase(String, String, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds last index of a substring in the given source string with ignored
case.
- lastIndexOfIgnoreCase(String, String, int, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds last index of a substring in the given source string with ignored
case in specified range.
- lastIndexOfIgnoreCase(String, char, int, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds last index of a character in the given source string in specified
range [end, start]
- lastIndexOfIgnoreCase(String, String[]) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds the very last index of a substring from the specified array.
- lastIndexOfIgnoreCase(String, String[], int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Finds the very last index of a substring from the specified array.
- lastIndexOfNonWhitespace(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- lastIndexOfNonWhitespace(String, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- lastIndexOfNonWhitespace(String, int, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- lastIndexOfWhitespace(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- lastIndexOfWhitespace(String, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Returns last index of a whitespace.
- lastIndexOfWhitespace(String, int, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Returns last index of a whitespace.
- LEFT_BRACE - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- LEFT_BRACKET - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- LEFT_CHEV - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- LEFT_SQ_BRACKET - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- length(Object) - 类 中的静态方法com.cottsoft.framework.util.ObjectUtil
-
Returns length of the object.
- LIMIT - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- list2Array(List<String>) - 类 中的静态方法com.cottsoft.framework.util.ListUtil
-
Description:
LIST转数组
- ListUtil - com.cottsoft.framework.util中的类
-
- ListUtil() - 类 的构造器com.cottsoft.framework.util.ListUtil
-
- loadXmlWithMap(Map<String, String>) - 类 中的方法com.cottsoft.framework.xml.XmlLoader
-
Description:
使用Dom4j加载XML到内存中,加载的文件为传入MAP中的文件,缓存中KEY的值为传入MAP的KEY值
- loadXmlWithRoot(String) - 类 中的方法com.cottsoft.framework.xml.XmlLoader
-
Description:
使用Dom4j加载XML到内存中,加载的文件为传入目录中的所有XML文件,缓存中KEY的值为XML根节点NAME属性的值
- readAnnotationValue(Annotation, String) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Reads annotation value.
- readFileToByteValueArray(String) - 类 中的静态方法com.cottsoft.framework.util.FileUtil
-
Description:
读取本地一个文件,并将其字符数组中的每一个字节值转成一个INT类型的数组
- readFileToByteValueArray(File) - 类 中的静态方法com.cottsoft.framework.util.FileUtil
-
Description:
读取本地一个文件,并将其字符数组中的每一个字节值转成一个INT类型的数组
- readFileToByteValueArray(FileInputStream) - 类 中的静态方法com.cottsoft.framework.util.FileUtil
-
Description:
将一个文件入流中的每一个字节值转成一个INT类型的数组
- ReflectUtil - com.cottsoft.framework.util中的类
-
- ReflectUtil() - 类 的构造器com.cottsoft.framework.util.ReflectUtil
-
- remove(String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Removes all substring occurrences from the string.
- remove(String, char) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Removes a single character from string.
- removeAll() - 类 中的方法com.cottsoft.framework.xml.XmlLoader
-
Description:
清空缓存中的Document对象
- removeChars(String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Removes all characters contained in provided string.
- removeChars(String, char...) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Removes set of characters from string.
- removeXml(String) - 类 中的方法com.cottsoft.framework.xml.XmlLoader
-
Description:
从MAP中删除一个已存在的Document对象
- repeat(String, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Creates a new string that contains the provided string a number of times.
- repeat(char, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
- replace(String, String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Replaces all occurrences of a certain pattern in a string with a
replacement string.
- replace(String, String[], String[]) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Replaces many substring at once.
- replaceChar(String, char, char) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Replaces all occurrences of a character in a string.
- replaceChars(String, char[], char[]) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Replaces all occurrences of a characters in a string.
- replaceFirst(String, String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Replaces the very first occurrence of a substring with supplied string.
- replaceFirst(String, char, char) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Replaces the very first occurrence of a character in a string.
- replaceIgnoreCase(String, String[], String[]) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Replaces many substring at once.
- replaceLast(String, String, String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Replaces the very last occurrence of a substring with supplied string.
- replaceLast(String, char, char) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Replaces the very last occurrence of a character in a string.
- RequestUtil - com.cottsoft.framework.util中的类
-
- RequestUtil() - 类 的构造器com.cottsoft.framework.util.RequestUtil
-
- RETURN - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- reverse(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Reverse a string.
- RIGHT_BRACE - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- RIGHT_BRACKET - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- RIGHT_CHEV - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- RIGHT_SQ_BRACKET - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- ROOT - 类 中的静态变量com.cottsoft.framework.util.FtpUtil
-
FTP根目录
- TAB - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- title(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Makes a title-cased string from given input.
- toAscii(char) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Returns ASCII value of a char.
- toAsciiByteArray(char[]) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Converts char array into
ASCII array.
- toAsciiByteArray(CharSequence) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Converts char sequence into ASCII byte array.
- toByteArray(char[]) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Converts char array to byte array using default Jodd encoding.
- toByteArray(char[], String) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Converts char array to byte array using provided encoding.
- toCamelCase(String, boolean, char) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Converts separated string value to CamelCase.
- toChar(byte) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Converts (signed) byte to (unsigned) char.
- toCharArray(byte[]) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Converts byte array of default Jodd encoding to char array.
- toCharArray(byte[], String) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Converts byte array of specific encoding to char array.
- toClass(Type) - 类 中的静态方法com.cottsoft.framework.util.ReflectUtil
-
Returns
Class for the given
type.
- toLowerAscii(char) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Lowers uppercase ASCII char.
- toRawByteArray(char[]) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Converts char array into byte array by replacing each character with two bytes.
- toRawCharArray(byte[]) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
- toSafeString(Object) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Converts safely an object to a string.
- toSimpleByteArray(char[]) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Converts char array into byte array by stripping the high byte of each character.
- toSimpleByteArray(CharSequence) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Converts char sequence into byte array.
- toSimpleCharArray(byte[]) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Converts byte array to char array by simply extending bytes to chars.
- toString() - 枚举 中的方法com.cottsoft.framework.constant.code.EECode
-
- toString() - 枚举 中的方法com.cottsoft.framework.constant.code.EHTTP
-
- toString(Object) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Converts safely an object to a string.
- toStringArray(Object) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Converts an object to a String Array.
- toUpperAscii(char) - 类 中的静态方法com.cottsoft.framework.util.CharUtil
-
Uppers lowercase ASCII char.
- trimAll(String[]) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Trims array of strings.
- trimDown(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Trims string and sets to null if trimmed string is empty.
- trimDownAll(String[]) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Trims array of strings where empty strings are set to null.
- trimLeft(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Trim whitespaces from the left.
- trimRight(String) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Trim whitespaces from the right.
- TRUE - 接口 中的静态变量com.cottsoft.framework.constant.Constants
-
- truncate(String, int) - 类 中的静态方法com.cottsoft.framework.util.StringUtil
-
Sets the maximum length of the string.