- C_LIBRARY_NAME - 类 中的静态变量net.gdface.utils.Platform
-
Canonical name of this platform's C runtime library.
- ChainedParamReader - org.apache.bytecode中的类
-
Description: In ParamReader class, user cannot get inherited method parameter
from the class they passed in for performance reasons This class
is walks up the inheritance chain.
- ChainedParamReader(Class) - 类 的构造器org.apache.bytecode.ChainedParamReader
-
Processes a given class's parameter names.
- changedProperties(Properties) - 类 中的方法net.gdface.utils.Configuration
-
返回如果指定了 Properties.defaults,则返回所有相对增加或修改的值
否则返回所有值
- checkArgument(boolean) - 类 中的静态方法net.gdface.utils.ConditionChecks
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkArgument(boolean, String, Object...) - 类 中的静态方法net.gdface.utils.ConditionChecks
-
Ensures the truth of an expression involving one or more parameters to the calling method.
- checkNotNull(T) - 类 中的静态方法net.gdface.utils.CollectionUtils
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, Object) - 类 中的静态方法net.gdface.utils.CollectionUtils
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, Class<X>, String, Object...) - 类 中的静态方法net.gdface.utils.ConditionChecks
-
reference为null时抛出 declareType 异常
- checkNotNull(T, Class<X>, String, Object) - 类 中的静态方法net.gdface.utils.ConditionChecks
-
- checkNotNull(T, Class<X>, Object, String, Object...) - 类 中的静态方法net.gdface.utils.ConditionChecks
-
reference为null时抛出 declareType 异常
- checkNotNull(T, Class<X>, Object, String, Object) - 类 中的静态方法net.gdface.utils.ConditionChecks
-
- checkNotNull(T, Class<X>, Object) - 类 中的静态方法net.gdface.utils.ConditionChecks
-
reference为null时抛出 declareType 异常
- checkNotNull(T) - 类 中的静态方法net.gdface.utils.ConditionChecks
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNull(T, String, Object...) - 类 中的静态方法net.gdface.utils.ConditionChecks
-
Ensures that an object reference passed as a parameter to the calling method is not null.
- checkNotNullElement(C) - 类 中的静态方法net.gdface.utils.CollectionUtils
-
Ensures that a collection reference passed as a parameter to the calling method not exists null element if it's not null.
- checkState(boolean) - 类 中的静态方法net.gdface.utils.ConditionChecks
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkState(boolean, String, Object...) - 类 中的静态方法net.gdface.utils.ConditionChecks
-
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
- checkTrue(boolean, Class<X>, String, Object...) - 类 中的静态方法net.gdface.utils.ConditionChecks
-
执行表达式,为false时抛出 declareType 异常
- checkTrue(boolean, Class<X>, String, Object) - 类 中的静态方法net.gdface.utils.ConditionChecks
-
- checkTrue(boolean, Class<X>, Object, String, Object...) - 类 中的静态方法net.gdface.utils.ConditionChecks
-
执行表达式,为false时抛出 declareType 异常
- checkTrue(boolean, Class<X>, Object, String, Object) - 类 中的静态方法net.gdface.utils.ConditionChecks
-
- checkTrue(boolean, Class<X>, Object) - 类 中的静态方法net.gdface.utils.ConditionChecks
-
执行表达式,为false时抛出 declareType 异常
- ClassLoaderUtils - net.gdface.utils中的类
-
- ClassLoaderUtils() - 类 的构造器net.gdface.utils.ClassLoaderUtils
-
- ClassLoaderUtils.ParentStrategy - net.gdface.utils中的枚举
-
parent为
null时策略
defaultParentLoader 使用default parent class loader,参见
URLClassLoader.newInstance(URL[])
threadContextLoader 使用当前线程的Thread Context ClassLoader作为parent,参见
Thread.getContextClassLoader()
currentClassLoader 使用当前类(
ClassLoaderUtils)的class loader
- ClassReader - org.apache.bytecode中的类
-
This is the class file reader for obtaining the parameter names
for declared methods in a class.
- ClassReader(byte[], Map) - 类 的构造器org.apache.bytecode.ClassReader
-
- ClassResourceUtils - net.gdface.utils中的类
-
classpath resource 工具
- ClassResourceUtils() - 类 的构造器net.gdface.utils.ClassResourceUtils
-
- ClassResourceUtils.FileFilter - net.gdface.utils中的接口
-
文件名过滤器接口
- ClassResourceUtils.TypeFilter - net.gdface.utils中的枚举
-
- clazz - 类 中的变量net.gdface.utils.BaseParameterNames
-
- cleanNull(T[]) - 类 中的静态方法net.gdface.utils.ArrayUtils
-
清除array中为null的元素
- clearGlobalImportedClasses() - 类 中的静态方法net.gdface.utils.AnnotationProxy
-
- clone(T[]) - 类 中的静态方法net.gdface.utils.ArrayUtils
-
Shallow clones an array returning a typecast result and handling
null.
- close() - 类 中的方法net.gdface.image.BaseLazyImage
-
释放资源
- close(R) - 类 中的方法net.gdface.utils.ResourcePool
-
资源对象放回队列时调用,子类可重写此方法
- cmd(String) - 类 中的方法net.gdface.utils.CmdExecutor
-
添加一条普通命令
- CmdExecutor - net.gdface.utils中的类
-
linux命令行执行器
- CmdExecutor() - 类 的构造器net.gdface.utils.CmdExecutor
-
- CmdExecutor(String) - 类 的构造器net.gdface.utils.CmdExecutor
-
- cmdSeparator(String) - 类 中的方法net.gdface.utils.CmdExecutor
-
- CollectionUtils - net.gdface.utils中的类
-
- CollectionUtils.DualTransformer<L,R> - net.gdface.utils中的接口
-
- CollectionUtils.Function<F,T> - net.gdface.utils中的接口
-
- compile(Class<I>, Object) - 类 中的方法net.gdface.utils.InterfaceNonimplDecorator
-
创建接口方法与代理对象调用对应的方法的映射,如果找不到抛出异常
- ConditionChecks - net.gdface.utils中的类
-
条件检查工具类
- Configuration - net.gdface.utils中的类
-
读取配置文件(properties)中的参数
- Configuration(ClassLoader, String) - 类 的构造器net.gdface.utils.Configuration
-
使用指定的ClassLoader加载properties文件propFile
- Configuration(File) - 类 的构造器net.gdface.utils.Configuration
-
从File构造对象
- Configuration() - 类 的构造器net.gdface.utils.Configuration
-
- Configuration(Properties) - 类 的构造器net.gdface.utils.Configuration
-
- Configuration(URL) - 类 的构造器net.gdface.utils.Configuration
-
- ConfigUtils - net.gdface.utils中的类
-
配置文件读取工具类
- ConfigUtils() - 类 的构造器net.gdface.utils.ConfigUtils
-
- container - 类 中的变量net.gdface.utils.InterfaceContainer
-
接口容器实例
- convertName(String, boolean) - 类 中的静态方法net.gdface.utils.NameStringUtils
-
- copyToTempFromJar(String, Class<?>) - 类 中的静态方法net.gdface.utils.NativeUtils
-
copy file from current JAR archive to system temporary directory
The file from JAR is copied into system temporary directory and then loaded.
- copyToTempFromJar(String) - 类 中的静态方法net.gdface.utils.NativeUtils
-
- CoreDebugLog - net.gdface.utils中的类
-
- CoreDebugLog() - 类 的构造器net.gdface.utils.CoreDebugLog
-
- CoreDebugLog.AndroidOutput - net.gdface.utils中的类
-
- CoreDebugLog.OutputString - net.gdface.utils中的接口
-
消息输出接口
应用层通过实现此接口实现日志输出
- CoreDebugLog.StandardOutput - net.gdface.utils中的类
-
- create(byte[]) - 接口 中的方法net.gdface.image.LazyImageFactory
-
创建并打开 BaseLazyImage 实例
- create(File, String) - 接口 中的方法net.gdface.image.LazyImageFactory
-
用本地图像文件创建 BaseLazyImage 实例
- create(T) - 接口 中的方法net.gdface.image.LazyImageFactory
-
通过多数据源创建 BaseLazyImage 实例
- createAnnotation() - 类 中的方法net.gdface.utils.AnnotationProxy
-
Create the annotation represented by this builder.
- createByImageObject(T) - 接口 中的方法net.gdface.image.LazyImageFactory
-
- createResponse() - 类 中的方法net.gdface.web.DefaultResponseFactory
-
- createResponse() - 接口 中的方法net.gdface.web.ResponseFactory
-
- createURI(String) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- createURI(String) - 类 中的静态方法net.gdface.utils.MiscellaneousUtils
-
将URL字符串转换为URI对象
在转换过程中会将自动对不符合URI规范的字符进行编码,
在转换过程中先从字符串生成URL对象,如果String不能转换成URL对象,则抛出异常
- get() - 类 中的方法net.gdface.utils.BaseTls
-
- get() - 类 中的方法net.gdface.utils.BaseVolatile
-
- get(Object) - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties
-
如果指定的key为受保护的key则对返回值解密再返回
- get() - 接口 中的方法net.gdface.utils.ILazyInitVariable
-
返回延迟初始化的 T 实例
- get() - 接口 中的方法net.gdface.utils.VolatileVariable.VariableGetter
-
- getAxis2Conf() - 类 中的静态方法net.gdface.utils.FaceUtilitsX
-
通过环境变量CATALINA_HOME,获取axis2/WEB-INF/conf的位置
如果没有定义CATALINA_HOME或没有找到/webapps/axis2/WEB-INF/conf,则抛出FileNotFoundException
- getByteBuffer(T) - 类 中的静态方法net.gdface.utils.BinaryUtils
-
将数据对象src转换为ByteBuffer
- getByteBuffer(T) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getByteBufferNotEmpty(T) - 类 中的静态方法net.gdface.utils.BinaryUtils
-
- getByteBufferNotEmpty(T) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getByteBufferOrNull(T) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getBytes(T) - 类 中的静态方法net.gdface.utils.BinaryUtils
-
将数据对象
src转换为字节数组(byte[])
src的数据类型可以是byte[],
InputStream,
ByteBuffer,
String(base64编码),
File,
URL,
URI
否则抛出
IllegalArgumentException
对象转换为InputStream或byte[]时,可能会抛出
IOException
当
src为
File或
FileInputStream时,使用NIO方式(
BinaryUtils.readBytes(FileInputStream))读取
- getBytes(T) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getBytes(Class) - 类 中的静态方法org.apache.bytecode.ClassReader
-
Loads the bytecode for a given class, by using the class's defining
classloader and assuming that for a class named P.C, the bytecodes are
in a resource named /P/C.class.
- getBytesInBuffer(ByteBuffer) - 类 中的静态方法net.gdface.utils.BinaryUtils
-
返回buffer中所有字节(position~limit),不改变buffer状态
- getBytesInBuffer(ByteBuffer) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getBytesNotEmpty(T) - 类 中的静态方法net.gdface.utils.BinaryUtils
-
- getBytesNotEmpty(T) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getBytesOrNull(T) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getCause(Throwable) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getCause(Throwable) - 类 中的静态方法net.gdface.utils.SimpleTypes
-
返回导致异常的原因(cause)
- getConstructor(Class<T>, Class<?>...) - 类 中的静态方法net.gdface.utils.MiscellaneousUtils
-
根据指定的参数返回,查找类的构造方法
该方法会称尝试调用Class.getConstructor(Class...)查找,如果成功则返回构造器对象,
否则会遍历类所有公开构造器,使用Class.isAssignableFrom(Class)来对参数类型比较,
返回参数类型匹配父类的构造器对象,如果还是找不到则抛出异常
- getCount() - 类 中的方法net.gdface.utils.TimeCostProbe
-
- getErrorMessage() - 类 中的方法net.gdface.web.DefaultResponse
-
- getExitingExecutorService(ThreadPoolExecutor, long, TimeUnit) - 类 中的静态方法net.gdface.utils.ThreadFactoryBuilder
-
- getFilesUnchecked(Class<?>, String, ClassResourceUtils.FileFilter) - 类 中的静态方法net.gdface.utils.ClassResourceUtils
-
- getFilesUnchedked(Class<?>, String) - 类 中的静态方法net.gdface.utils.ClassResourceUtils
-
- getFormatName(byte[]) - 类 中的静态方法net.gdface.utils.FaceUtilitsX
-
通过 ImageIO.getImageReaders(Object)获取图像类型,返回文件格式名,如"jpeg","gif"
用于保存图像文件时的后缀名
- getGlobalImportedClasses() - 类 中的静态方法net.gdface.utils.AnnotationProxy
-
- getGlobalImportedClassNames() - 类 中的静态方法net.gdface.utils.AnnotationProxy
-
- getHeight() - 类 中的方法net.gdface.image.BaseLazyImage
-
- getHeight() - 接口 中的方法net.gdface.image.ImageMatrix
-
- getImgBytes() - 类 中的方法net.gdface.image.BaseLazyImage
-
返回图像数据字节数组
如果图像数据在本地文件中,则方法第一次被调用时将数据从文件中读取到内存
- getImportedClasses() - 类 中的方法net.gdface.utils.AnnotationProxy
-
- getInputStream(T) - 类 中的静态方法net.gdface.utils.BinaryUtils
-
将对象转换为InputStream
类型可以是byte[],ByteBuffer,InputStream,String(base64编码),File,URL,URI,否则抛出RuntimeException
- getInputStream(T) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getInterfaceClass() - 类 中的方法net.gdface.utils.BaseInterfaceDecorator
-
返回代理的接口类
- getJdkToolsJar() - 类 中的静态方法net.gdface.utils.ClassLoaderUtils
-
返回 jdk/lib/tools.jar路径
- getKey() - 类 中的方法net.gdface.utils.Pair
-
Gets the left for this pair.
- getLazyImageFactory() - 类 中的静态方法net.gdface.image.BaseLazyImage
-
- getLeft() - 类 中的方法net.gdface.utils.Pair
-
Gets the left element from this pair.
- getLocalFile() - 类 中的方法net.gdface.image.BaseLazyImage
-
- getMatrixBGR() - 接口 中的方法net.gdface.image.ImageMatrix
-
对图像解码返回BGR格式矩阵数据
- getMatrixData(MatType) - 类 中的方法net.gdface.image.BaseLazyImage
-
- getMatrixData(MatType) - 接口 中的方法net.gdface.image.ImageMatrix
-
对图像解码返回指定格式数据
- getMatrixGray() - 接口 中的方法net.gdface.image.ImageMatrix
-
对图像数据指定的区域解码返回灰度图像矩阵
- getMatrixRGB() - 接口 中的方法net.gdface.image.ImageMatrix
-
对图像解码返回RGB格式矩阵数据
- getMatrixRGBA() - 接口 中的方法net.gdface.image.ImageMatrix
-
对图像解码返回RGBA格式矩阵数据
- getMaxShareCount() - 类 中的方法net.gdface.utils.ShareLock
-
- getMd5() - 类 中的方法net.gdface.image.BaseLazyImage
-
- getMD5(byte[]) - 类 中的静态方法net.gdface.utils.BinaryUtils
-
生成MD5校验码
- getMD5(ByteBuffer) - 类 中的静态方法net.gdface.utils.BinaryUtils
-
生成MD5校验码
- getMD5(byte[]) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getMD5(ByteBuffer) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getMD5String(byte[]) - 类 中的静态方法net.gdface.utils.BinaryUtils
-
生成MD5校验码字符串
- getMD5String(ByteBuffer) - 类 中的静态方法net.gdface.utils.BinaryUtils
-
生成MD5校验码字符串
- getMD5String(byte[]) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getMD5String(ByteBuffer) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getMime() - 类 中的方法net.gdface.image.BaseLazyImage
-
- getNativeLibraryResourcePrefix() - 类 中的静态方法net.gdface.utils.Platform
-
Generate a canonical String prefix based on the current OS
type/arch/name.
- getOSName() - 类 中的静态方法net.gdface.utils.Platform
-
- getOSType() - 类 中的静态方法net.gdface.utils.Platform
-
- getOutTimeUnit() - 类 中的方法net.gdface.utils.TimeCostProbe
-
- getParameterizedType(Class<?>) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getParameterizedType(Class<?>) - 类 中的静态方法net.gdface.utils.SimpleTypes
-
返回clazz泛型超类的参数对象
如果超类不是泛型对象,则抛出IllegalArgumentException
- getParameterizedTypeNoThrow(Class<?>) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getParameterizedTypeNoThrow(Class<?>) - 类 中的静态方法net.gdface.utils.SimpleTypes
-
返回clazz泛型超类的参数对象
如果无法获取泛型参数对象,返回null
- getParameterNames(Member) - 类 中的方法net.gdface.utils.BaseParameterNames
-
获取构造函数或方法的参数名
- getParameterNames(String, Class<?>[]) - 类 中的方法net.gdface.utils.BaseParameterNames
-
获取构造函数或方法的参数名
name为null时,获取构造函数的参数名
- getParameterNames(Constructor) - 类 中的方法org.apache.bytecode.ChainedParamReader
-
Returns the names of the declared parameters for the given constructor.
- getParameterNames(Method) - 类 中的方法org.apache.bytecode.ChainedParamReader
-
Returns the names of the declared parameters for the given method.
- getParameterNames(String) - 类 中的方法org.apache.bytecode.MethodTable
-
- getParameterNames(Constructor) - 类 中的方法org.apache.bytecode.ParamReader
-
Returns the names of the declared parameters for the given constructor.
- getParameterNames(Method) - 类 中的方法org.apache.bytecode.ParamReader
-
Returns the names of the declared parameters for the given method.
- getParameterNames(Member, Class[]) - 类 中的方法org.apache.bytecode.ParamReader
-
- getParameterNamesFromDebugInfo(Method) - 类 中的静态方法org.apache.bytecode.ParamNameExtractor
-
Retrieves a list of function parameter names from a method.
- getParameterNamesUnchecked(String, Class<?>[]) - 类 中的方法net.gdface.utils.BaseParameterNames
-
- getPrefix() - 类 中的方法net.gdface.utils.Configuration
-
- getProperty(String) - 类 中的方法net.gdface.utils.Configuration
-
- getProperty(String, String) - 类 中的方法net.gdface.utils.Configuration
-
- getProperty(String) - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties
-
- getPropertyBaseType(String, T) - 类 中的方法net.gdface.utils.Configuration
-
读取指定的key,将之转换成与defaultValue类型相同的对象,如果key不存在或转换出错则返回defaultValue
- getPropertyBoolean(String) - 类 中的方法net.gdface.utils.Configuration
-
- getPropertyBoolean(String, Boolean) - 类 中的方法net.gdface.utils.Configuration
-
- getPropertyByte(String) - 类 中的方法net.gdface.utils.Configuration
-
- getPropertyByte(String, Byte) - 类 中的方法net.gdface.utils.Configuration
-
- getPropertyDouble(String) - 类 中的方法net.gdface.utils.Configuration
-
- getPropertyDouble(String, Double) - 类 中的方法net.gdface.utils.Configuration
-
- getPropertyFloat(String) - 类 中的方法net.gdface.utils.Configuration
-
- getPropertyFloat(String, Float) - 类 中的方法net.gdface.utils.Configuration
-
- getPropertyInteger(String) - 类 中的方法net.gdface.utils.Configuration
-
- getPropertyInteger(String, Integer) - 类 中的方法net.gdface.utils.Configuration
-
- getPropertyLong(String) - 类 中的方法net.gdface.utils.Configuration
-
- getPropertyLong(String, Long) - 类 中的方法net.gdface.utils.Configuration
-
- getPropertyShort(String) - 类 中的方法net.gdface.utils.Configuration
-
- getPropertyShort(String, Short) - 类 中的方法net.gdface.utils.Configuration
-
- getRawClass(Type) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getRawClass(Type) - 类 中的静态方法net.gdface.utils.SimpleTypes
-
以递归方式返回指定类型(Type)的原始类型
- getRawClassOfSuperPamamType(Class<?>) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getRawClassOfSuperPamamType(Object) - 类 中的静态方法net.gdface.utils.FaceUtilits
-
- getRawClassOfSuperPamamType(Class<?>) - 类 中的静态方法net.gdface.utils.SimpleTypes
-
返回type的父类泛型参数的原始类型
- getRawClassOfSuperPamamType(Object) - 类 中的静态方法net.gdface.utils.SimpleTypes
-
返回obj的父类泛型参数的原始类型
- getResource(Class<?>, String) - 类 中的静态方法net.gdface.utils.ClassResourceUtils
-
Finds a resource with the given name.
- getResourceAsStream(Class<?>, String) - 类 中的静态方法net.gdface.utils.ClassResourceUtils
-
Returns an input stream for reading the specified resource.
- getResourceFileList(Class<?>, String) - 类 中的静态方法net.gdface.utils.ClassResourceUtils
-
List file names(directory excluded) for a resource folder.
- getResourceList(Class<?>, String, ClassResourceUtils.TypeFilter) - 类 中的静态方法net.gdface.utils.ClassResourceUtils
-
List file names for a resource folder.
- getResult() - 类 中的方法net.gdface.web.DefaultResponse
-
- getResult() - 接口 中的方法net.gdface.web.Response
-
返回调用结果对象
- getResult() - 异常错误 中的方法net.gdface.web.TranformValueException
-
正常返回值
- getRight() - 类 中的方法net.gdface.utils.Pair
-
Gets the right element from this pair.
- getRuntimeProperty(String) - 类 中的静态方法net.gdface.utils.FaceUtilitsX
-
- getServerStackTraceMessage() - 异常错误 中的方法net.gdface.exception.ServiceRuntime
-
已过时。
返回服务器端异常的堆栈信息
- getServerStackTraceMessage() - 异常错误 中的方法net.gdface.exception.ServiceRuntimeException
-
返回服务器端异常的堆栈信息
- getSignature(Member, Class[]) - 类 中的静态方法org.apache.bytecode.ClassReader
-
- getStackTrace() - 类 中的方法net.gdface.web.DefaultResponse
-
- getSuffix() - 类 中的方法net.gdface.image.BaseLazyImage
-
- getTemporaryDir() - 类 中的静态方法net.gdface.utils.NativeUtils
-
- getTimeCost(TimeUnit) - 类 中的方法net.gdface.utils.TimeCostProbe
-
- getTimeCostMills() - 类 中的方法net.gdface.utils.TimeCostProbe
-
- getValue(String) - 类 中的方法net.gdface.utils.AnnotationProxy
-
返回指定字段的值
- getValue() - 类 中的方法net.gdface.utils.Pair
-
Gets the value for this pair.
- getValues() - 类 中的方法net.gdface.utils.AnnotationProxy
-
返回所有字段的值
- getWidth() - 类 中的方法net.gdface.image.BaseLazyImage
-
- getWidth() - 接口 中的方法net.gdface.image.ImageMatrix
-
- GNU - 类 中的静态变量net.gdface.utils.Platform
-
- LazyImageFactory - net.gdface.image中的接口
-
创建 lazy image的工厂类接口
- left - 类 中的变量net.gdface.utils.Pair
-
Left object
- LINUX - 类 中的静态变量net.gdface.utils.Platform
-
- load(Reader) - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties
-
- load(InputStream) - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties
-
- loadAllProperties(String, String, String, Class<?>, boolean) - 类 中的静态方法net.gdface.utils.ConfigUtils
-
顺序加载不同位置的properties文件,加载顺序为:
1.调用ClassLoader.getResource(String)方法在clazz所在位置查找,如果失败则抛出异常
2.如果class在jar包中,则尝试读取在jar所在位置..
- loadClasses(Iterable<String>, String, boolean) - 类 中的静态方法net.gdface.utils.MiscellaneousUtils
-
将指定的类名列表加载为类返回类列表,
- loadClasses(Iterable<String>, String) - 类 中的静态方法net.gdface.utils.MiscellaneousUtils
-
将指定的类名列表加载为类返回类列表,
- loadClasses(String, String, boolean) - 类 中的静态方法net.gdface.utils.MiscellaneousUtils
-
将指定的类名列表加载为类返回类列表,
- loadClasses(String, String) - 类 中的静态方法net.gdface.utils.MiscellaneousUtils
-
将指定的类名列表加载为类返回类列表,
- loadFromJar(String) - 类 中的静态方法net.gdface.utils.NativeUtils
-
- loadFromXML(InputStream) - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties
-
- loadLibraryFromJar(String, Class<?>) - 类 中的静态方法net.gdface.utils.NativeUtils
-
Loads library from current JAR archive
- loadLibraryFromJar(String) - 类 中的静态方法net.gdface.utils.NativeUtils
-
从jar包中加载指定的动态库
- loadLibraryFromResource(String, Class<?>) - 类 中的静态方法net.gdface.utils.NativeUtils
-
从资源中加载动态库
先尝试寻找'/lib/${os_prefix}/${name}',找不到再尝试'/${os_prefix}/${name}'
- loadProperties(File) - 类 中的静态方法net.gdface.utils.ConfigUtils
-
load properties with the parameters given in the given local file path propPath to Properties
- loadPropertiesInUserHome(Properties, String) - 类 中的静态方法net.gdface.utils.ConfigUtils
-
基于user.home,加载相对路径propPath指定的properties文件
- loadPropertiesInUserHome(String) - 类 中的静态方法net.gdface.utils.ConfigUtils
-
基于user.home,加载相对路径propPath指定的properties文件
- loadProvider(Class<T>, T) - 类 中的静态方法net.gdface.utils.SPIUtils
-
SPI(Service Provider Interface)机制加载接口实例实例,
没有找到返回默认实例
- loadResponseFactory() - 类 中的静态方法net.gdface.web.DefaultResponseFactory
-
- localFile - 类 中的变量net.gdface.image.BaseLazyImage
-
图像数据本地存储文件
- lock() - 类 中的方法net.gdface.utils.ShareLock
-
- lockInterruptibly() - 类 中的方法net.gdface.utils.ShareLock
-
- log(String) - 类 中的方法net.gdface.utils.CoreDebugLog.AndroidOutput
-
- log(String, Object...) - 类 中的方法net.gdface.utils.CoreDebugLog
-
输出日志信息
example:
log("name : {},age:{}","tom",23);
- log(boolean, String, Object...) - 类 中的方法net.gdface.utils.CoreDebugLog
-
当needLog为true时输出日志信息
- log(String) - 接口 中的方法net.gdface.utils.CoreDebugLog.OutputString
-
日志信息输出
- log(String) - 类 中的方法net.gdface.utils.CoreDebugLog.StandardOutput
-
- log(PrintStream, String, Object...) - 类 中的静态方法net.gdface.utils.SampleLog
-
已过时。
向printStream输出日志信息
example:
log("name : {},age:{}","tom",23);
- log(String, Object...) - 类 中的静态方法net.gdface.utils.SampleLog
-
已过时。
向控制台输出日志信息
- log(PrintStream, String, Object...) - 类 中的静态方法net.gdface.utils.SimpleLog
-
向printStream输出日志信息
example:
log("name : {},age:{}","tom",23);
- log(boolean, PrintStream, String, Object...) - 类 中的静态方法net.gdface.utils.SimpleLog
-
- log(String, Object...) - 类 中的静态方法net.gdface.utils.SimpleLog
-
向控制台输出日志信息
- log(boolean, String, Object...) - 类 中的静态方法net.gdface.utils.SimpleLog
-
向控制台输出日志信息
- log(String, Throwable) - 类 中的静态方法net.gdface.utils.SimpleLog
-
- log(Throwable) - 类 中的静态方法net.gdface.utils.SimpleLog
-
- log(String) - 类 中的方法net.gdface.utils.TimeCostProbe
-
输出耗时统计信息
- log(String, TimeUnit) - 类 中的方法net.gdface.utils.TimeCostProbe
-
以unit为时间单位输出统计信息
- log() - 类 中的方法net.gdface.utils.TimeCostProbe
-
- logObjects(Object) - 类 中的静态方法net.gdface.utils.SimpleLog
-
向控制台输出日志信息
- logObjects(Object, Object...) - 类 中的静态方法net.gdface.utils.SimpleLog
-
向控制台输出日志信息
- logString(String, Object...) - 类 中的静态方法net.gdface.utils.SimpleLog
-
返回格式化的日志信息字符串
example:
logString("name : {},age:{}","tom",23);
- logTrace(boolean, Throwable) - 类 中的方法net.gdface.utils.CoreDebugLog
-
输出异常堆栈
- logTrace(Throwable) - 类 中的方法net.gdface.utils.CoreDebugLog
-
输出异常堆栈