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

A

accept(String) - 接口 中的方法net.gdface.utils.ClassResourceUtils.FileFilter
Tests if a specified file should be included in a file list.
add(long) - 类 中的方法net.gdface.utils.TimeCostProbe
计时结果相加
add(TimeCostProbe) - 类 中的方法net.gdface.utils.TimeCostProbe
计时结果相加
addAll(T[], T...) - 类 中的静态方法net.gdface.utils.ArrayUtils
Adds all the elements of the given arrays into a new array.
addCount() - 类 中的方法net.gdface.utils.TimeCostProbe
 
addDelayedShutdownHook(ExecutorService, long, TimeUnit) - 类 中的静态方法net.gdface.utils.ThreadFactoryBuilder
 
AES128ECBNoPadding - net.gdface.utils.encrypt中的类
 
AES128ECBNoPadding() - 类 的构造器net.gdface.utils.encrypt.AES128ECBNoPadding
 
AIX - 类 中的静态变量net.gdface.utils.Platform
 
allPrimitiveTypes() - 类 中的静态方法net.gdface.utils.Primitives
Returns an immutable set of all nine primitive types (including void).
allWrapperTypes() - 类 中的静态方法net.gdface.utils.Primitives
Returns an immutable set of all nine primitive-wrapper types (including Void).
ANDROID - 类 中的静态变量net.gdface.utils.Platform
 
AndroidOutput(String) - 类 的构造器net.gdface.utils.CoreDebugLog.AndroidOutput
构造方法
AndroidOutput() - 类 的构造器net.gdface.utils.CoreDebugLog.AndroidOutput
使用默认日志标签的构造方法
AnnotationProxy<A extends java.lang.annotation.Annotation> - net.gdface.utils中的类
Description:
InvocationHandler implementation of Annotation that pretends it is a "real" source code annotation.
AnnotationProxy(A) - 类 的构造器net.gdface.utils.AnnotationProxy
Create a new AnnotationProxy instance.
annotationType() - 类 中的方法net.gdface.utils.AnnotationProxy
apply(F) - 接口 中的方法net.gdface.utils.CollectionUtils.Function
function interface
apply() - 类 中的方法net.gdface.utils.ResourcePool
(阻塞式)申请当前线程使用的资源对象,不可跨线程使用
InterruptedException封装到RuntimeException抛出
applyChecked() - 类 中的方法net.gdface.utils.ResourcePool
(阻塞式)申请当前线程使用的资源对象,不可跨线程使用
ARCH - 类 中的静态变量net.gdface.utils.Platform
Current platform architecture.
ArrayUtils - net.gdface.utils中的类
 
asByteArray(double[]) - 类 中的静态方法net.gdface.utils.BufferUtils
double[] TO byte[]
asByteArray(float[]) - 类 中的静态方法net.gdface.utils.BufferUtils
float[] TO byte[]
asByteArray(int[]) - 类 中的静态方法net.gdface.utils.BufferUtils
int[] TO byte[]
asByteArray(long[]) - 类 中的静态方法net.gdface.utils.BufferUtils
long[] TO byte[]
asByteArray(short[]) - 类 中的静态方法net.gdface.utils.BufferUtils
short[] TO byte[]
asByteBuffer(DoubleBuffer) - 类 中的静态方法net.gdface.utils.BufferUtils
DoubleBuffer TO ByteBuffer
asByteBuffer(FloatBuffer) - 类 中的静态方法net.gdface.utils.BufferUtils
FloatBuffer TO ByteBuffer
asByteBuffer(IntBuffer) - 类 中的静态方法net.gdface.utils.BufferUtils
IntBuffer TO ByteBuffer
asByteBuffer(LongBuffer) - 类 中的静态方法net.gdface.utils.BufferUtils
LongBuffer TO ByteBuffer
asByteBuffer(ShortBuffer) - 类 中的静态方法net.gdface.utils.BufferUtils
ShortBuffer TO ByteBuffer
asDoubleArray(byte[]) - 类 中的静态方法net.gdface.utils.BufferUtils
byte[] TO double[]
asDualTransformer(CollectionUtils.Function<L, R>, CollectionUtils.Function<R, L>) - 类 中的静态方法net.gdface.utils.CollectionUtils
 
asFloatArray(byte[]) - 类 中的静态方法net.gdface.utils.BufferUtils
byte[] TO float[]
asFromRightTransformer(CollectionUtils.DualTransformer<L, R>) - 类 中的静态方法net.gdface.utils.CollectionUtils
 
asIntArray(byte[]) - 类 中的静态方法net.gdface.utils.BufferUtils
byte[] TO int[]
asLongArray(byte[]) - 类 中的静态方法net.gdface.utils.BufferUtils
byte[] TO long[]
Assert - net.gdface.utils中的类
断言类
Assert() - 类 的构造器net.gdface.utils.Assert
 
assertValidCode(byte[], byte[]) - 类 中的静态方法net.gdface.utils.Assert
 
asShortArray(byte[]) - 类 中的静态方法net.gdface.utils.BufferUtils
byte[] TO short[]
asToRightTransformer(CollectionUtils.DualTransformer<L, R>) - 类 中的静态方法net.gdface.utils.CollectionUtils
 
autoClose - 类 中的变量net.gdface.image.BaseLazyImage
是否在读取图像结束时自动执行 BaseLazyImage.close()释放资源
默认为true

B

Base64DecodeFail - net.gdface.exception中的异常错误
已过时。
non-standard class name,instead use Base64DecodeFailException
Base64DecodeFail(Throwable) - 异常错误 的构造器net.gdface.exception.Base64DecodeFail
已过时。
 
Base64DecodeFail() - 异常错误 的构造器net.gdface.exception.Base64DecodeFail
已过时。
 
Base64DecodeFail(String) - 异常错误 的构造器net.gdface.exception.Base64DecodeFail
已过时。
 
Base64DecodeFail(String, Throwable) - 异常错误 的构造器net.gdface.exception.Base64DecodeFail
已过时。
 
Base64DecodeFailException - net.gdface.exception中的异常错误
Base64解码失败
Base64DecodeFailException(Throwable) - 异常错误 的构造器net.gdface.exception.Base64DecodeFailException
 
Base64DecodeFailException() - 异常错误 的构造器net.gdface.exception.Base64DecodeFailException
 
Base64DecodeFailException(String) - 异常错误 的构造器net.gdface.exception.Base64DecodeFailException
 
Base64DecodeFailException(String, Throwable) - 异常错误 的构造器net.gdface.exception.Base64DecodeFailException
 
Base64Utils - net.gdface.utils中的类
copy from org.apache.axiom.util.base64.Base64Utils(axiom-api-1.2.13.jar)
Base64Utils() - 类 的构造器net.gdface.utils.Base64Utils
 
BaseFaceException - net.gdface.exception中的异常错误
项目中所有异常的基类
BaseFaceException(Throwable) - 异常错误 的构造器net.gdface.exception.BaseFaceException
 
BaseFaceException() - 异常错误 的构造器net.gdface.exception.BaseFaceException
 
BaseFaceException(String) - 异常错误 的构造器net.gdface.exception.BaseFaceException
 
BaseFaceException(String, Throwable) - 异常错误 的构造器net.gdface.exception.BaseFaceException
 
BaseInterfaceDecorator<I,T> - net.gdface.utils中的类
实现接口实例的代理类
应用层可以根据需要继承此类重写BaseInterfaceDecorator.invoke(Object, Method, Object[])方法, 也可以通过注册侦听器InterfaceDecoratorProbe在方法调用时实现应用逻辑
BaseInterfaceDecorator(Class<I>, T) - 类 的构造器net.gdface.utils.BaseInterfaceDecorator
构造方法
BaseInterfaceDecorator(Class<I>, T, boolean) - 类 的构造器net.gdface.utils.BaseInterfaceDecorator
构造方法
BaseInterfaceDecorator(T) - 类 的构造器net.gdface.utils.BaseInterfaceDecorator
简化版构造函数
当delegate只实现了一个接口时,自动推断接口类型
BaseLazyImage - net.gdface.image中的类
图像数据处理对象
BaseLazyImage() - 类 的构造器net.gdface.image.BaseLazyImage
 
BaseLazyImage(byte[]) - 类 的构造器net.gdface.image.BaseLazyImage
 
BaseLazyImage(File, String) - 类 的构造器net.gdface.image.BaseLazyImage
用本地图像文件创建对象
BaseLazyVar() - 类 的构造器net.gdface.utils.ILazyInitVariable.BaseLazyVar
 
BaseParameterNames - net.gdface.utils中的类
获取构造函数或方法的参数名基类
当不能获取参数名的情况下, BaseParameterNames.returnFakeNameIfFailfalse时返回null,否则返回返回arg,arg2...格式的替代名
BaseParameterNames.returnFakeNameIfFail默认为true
BaseParameterNames(Class<?>) - 类 的构造器net.gdface.utils.BaseParameterNames
 
BaseTls<T> - net.gdface.utils中的类
基于Thread Local Storage的双重检查锁定实现ILazyInitVariable的抽象类
原理说明参见《The "Double-Checked Locking is Broken" Declaration》
BaseTls() - 类 的构造器net.gdface.utils.BaseTls
 
BaseVolatile<T> - net.gdface.utils中的类
基于volatile的双重检查锁定实现ILazyInitVariable的抽象类
原理说明参见《The "Double-Checked Locking is Broken" Declaration》
要求 JDK5 以上版本
BaseVolatile() - 类 的构造器net.gdface.utils.BaseVolatile
 
beforeInvoke(Object, Method, Object[]) - 类 中的方法net.gdface.utils.BaseInterfaceDecorator
顺序调用BaseInterfaceDecorator.listeners中的所有侦听器对象的 InterfaceDecoratorProbe.beforeInvoke(Object, Method, Object[])方法, BaseInterfaceDecorator.allowBreaktrue时,允许侦听器抛出异常,中断调用,否则输出错误日志
beforeInvoke(Object, Method, Object[]) - 接口 中的方法net.gdface.utils.InterfaceDecoratorProbe
接口方法调用前被调用
beforeInvoke(Object, Method, Object[]) - 类 中的方法net.gdface.utils.InterfaceDecoratorProbe.DefaultProbe
 
begin() - 类 中的方法net.gdface.utils.TimeCostProbe
计时开始
BinaryUtils - net.gdface.utils中的类
二进制数据(byte[],ByteBuffer)工具类
BinaryUtils() - 类 的构造器net.gdface.utils.BinaryUtils
 
BufferUtils - net.gdface.utils中的类
NIO Buffer工具类
BufferUtils() - 类 的构造器net.gdface.utils.BufferUtils
 
build() - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties.Builder
根据当前对象提供的参数创建EncryptedProperties实例
build() - 类 中的方法net.gdface.utils.ThreadFactoryBuilder
Returns a new thread factory using the options supplied during the building process.
buildClassLoader(String) - 类 中的静态方法net.gdface.utils.MiscellaneousUtils
根据class path 字符串创建 URLClassLoader实例
builder() - 类 中的静态方法net.gdface.utils.CmdExecutor
 
builder(String) - 类 中的静态方法net.gdface.utils.CmdExecutor
 
builder() - 类 中的静态方法net.gdface.utils.encrypt.EncryptedProperties
 

C

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
reference为null时抛出 declareType 异常 SeeConditionChecks.checkNotNull(Object, Class, String, Object[]) for details.
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
reference为null时抛出 declareType 异常 SeeConditionChecks.checkNotNull(Object, Class, Object, String, Object[]) for details.
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
执行表达式,为false时抛出 declareType 异常 See ConditionChecks.checkTrue(boolean, Class, String, Object...) for details.
checkTrue(boolean, Class<X>, Object, String, Object...) - 类 中的静态方法net.gdface.utils.ConditionChecks
执行表达式,为false时抛出 declareType 异常
checkTrue(boolean, Class<X>, Object, String, Object) - 类 中的静态方法net.gdface.utils.ConditionChecks
执行表达式,为false时抛出 declareType 异常 See ConditionChecks.checkTrue(boolean, Class,Object, String, Object...) for details.
checkTrue(boolean, Class<X>, Object) - 类 中的静态方法net.gdface.utils.ConditionChecks
执行表达式,为false时抛出 declareType 异常
ClassLoaderUtils - net.gdface.utils中的类
根据指定的libdirs,classpath创建URLClassLoader的工具类
classpath中"${jdk_tools_jar}"代表 $java_home/lib/tools.jar
参见 ClassLoaderUtils.toJarURLs(String...)
ClassLoaderUtils() - 类 的构造器net.gdface.utils.ClassLoaderUtils
 
ClassLoaderUtils.ParentStrategy - net.gdface.utils中的枚举
parentnull时策略
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.setOutput(OutputString)方法设置日志输出接口实例应用层可以实现在指定平台的日志输出
CoreDebugLog() - 类 的构造器net.gdface.utils.CoreDebugLog
 
CoreDebugLog.AndroidOutput - net.gdface.utils中的类
android平台日志(android.util.Log)控制台输出的CoreDebugLog.OutputString实现
非android平台调用会抛出RuntimeException异常
CoreDebugLog.OutputString - net.gdface.utils中的接口
消息输出接口
应用层通过实现此接口实现日志输出
CoreDebugLog.StandardOutput - net.gdface.utils中的类
基于标准控制台输出的CoreDebugLog.OutputString实现
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
通过平台支持的图像对象创建 BaseLazyImage实例
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对象,则抛出异常

D

decode(char[], int, int) - 类 中的静态方法net.gdface.utils.Base64Utils
 
decode(String) - 类 中的静态方法net.gdface.utils.Base64Utils
 
decode(char[], int, int, OutputStream) - 类 中的静态方法net.gdface.utils.Base64Utils
 
decode(String, OutputStream) - 类 中的静态方法net.gdface.utils.Base64Utils
 
decrypt(byte[], byte[]) - 类 中的静态方法net.gdface.utils.encrypt.AES128ECBNoPadding
解密
decrypt(String, String) - 类 中的静态方法net.gdface.utils.encrypt.AES128ECBNoPadding
解密
DEFAULT_OUTPUT - 类 中的静态变量net.gdface.utils.CoreDebugLog
 
DEFAULT_TAG - 类 中的静态变量net.gdface.utils.CoreDebugLog.AndroidOutput
默认日志标签
DefaultProbe() - 类 的构造器net.gdface.utils.InterfaceDecoratorProbe.DefaultProbe
 
DefaultResponse - net.gdface.web中的类
Response默认实现
DefaultResponse() - 类 的构造器net.gdface.web.DefaultResponse
 
DefaultResponseFactory - net.gdface.web中的类
ResponseFactory接口默认实现
DefaultResponseFactory() - 类 的构造器net.gdface.web.DefaultResponseFactory
 
delegate - 类 中的变量net.gdface.utils.BaseInterfaceDecorator
 
delegate() - 类 中的方法net.gdface.utils.BaseInterfaceDecorator
 
delegate() - 接口 中的方法net.gdface.utils.Delegator
 
delegate() - 类 中的方法net.gdface.web.DefaultResponse
 
delegate(Object) - 类 中的方法net.gdface.web.DefaultResponse
 
delegate() - 接口 中的方法net.gdface.web.Response
返回调用代理对象实例
delegate(Object) - 接口 中的方法net.gdface.web.Response
设置调用代理对象实例
Delegator<T> - net.gdface.utils中的接口
装饰者模式接口
DeleteFail - net.gdface.exception中的异常错误
已过时。
non-standard class name,instead use DeleteFailException
DeleteFail(Throwable) - 异常错误 的构造器net.gdface.exception.DeleteFail
已过时。
 
DeleteFail() - 异常错误 的构造器net.gdface.exception.DeleteFail
已过时。
 
DeleteFail(String) - 异常错误 的构造器net.gdface.exception.DeleteFail
已过时。
 
DeleteFail(String, Throwable) - 异常错误 的构造器net.gdface.exception.DeleteFail
已过时。
 
DeleteFailException - net.gdface.exception中的异常错误
删除记录失败
DeleteFailException(Throwable) - 异常错误 的构造器net.gdface.exception.DeleteFailException
 
DeleteFailException() - 异常错误 的构造器net.gdface.exception.DeleteFailException
 
DeleteFailException(String) - 异常错误 的构造器net.gdface.exception.DeleteFailException
 
DeleteFailException(String, Throwable) - 异常错误 的构造器net.gdface.exception.DeleteFailException
 
DeleteImgFail - net.gdface.exception中的异常错误
已过时。
non-standard class name,instead use DeleteImgFailException
DeleteImgFail(Throwable) - 异常错误 的构造器net.gdface.exception.DeleteImgFail
已过时。
 
DeleteImgFail() - 异常错误 的构造器net.gdface.exception.DeleteImgFail
已过时。
 
DeleteImgFail(String) - 异常错误 的构造器net.gdface.exception.DeleteImgFail
已过时。
 
DeleteImgFail(String, Throwable) - 异常错误 的构造器net.gdface.exception.DeleteImgFail
已过时。
 
DeleteImgFailException - net.gdface.exception中的异常错误
删除图像文件失败
DeleteImgFailException(Throwable) - 异常错误 的构造器net.gdface.exception.DeleteImgFailException
 
DeleteImgFailException() - 异常错误 的构造器net.gdface.exception.DeleteImgFailException
 
DeleteImgFailException(String) - 异常错误 的构造器net.gdface.exception.DeleteImgFailException
 
DeleteImgFailException(String, Throwable) - 异常错误 的构造器net.gdface.exception.DeleteImgFailException
 
doGet() - 类 中的方法net.gdface.utils.ILazyInitVariable.BaseLazyVar
返回 T 实例
doGet() - 类 中的方法net.gdface.utils.VolatileVariable
 
doGetParameterNames(Member) - 类 中的方法net.gdface.utils.BaseParameterNames
获取构造函数或方法的参数名
doGetParameterNames(Member) - 类 中的方法net.gdface.utils.ParameterNames
 
doInvoke(Object, Method, Object[]) - 类 中的方法net.gdface.utils.BaseInterfaceDecorator
 
doInvoke(Object, Method, Object[]) - 类 中的方法net.gdface.utils.InterfaceDecorator
 
doInvoke(Object, Method, Object[]) - 类 中的方法net.gdface.utils.InterfaceNonimplDecorator
 

E

elementsOf(String) - 类 中的静态方法net.gdface.utils.FaceUtilits
已过时。
elementsOf(String, String) - 类 中的静态方法net.gdface.utils.MiscellaneousUtils
inputdelim指定的分隔符切分为不含空格和分隔符的一组字符串
elementsOf(String) - 类 中的静态方法net.gdface.utils.MiscellaneousUtils
input用分隔符;,\t\r\f\n切分为不含空格和分隔符的一组字符串
enableAndroidLog(String) - 类 中的方法net.gdface.utils.CoreDebugLog
android平台设置输出控制台接口实例
enableConsoleLog() - 类 中的方法net.gdface.utils.CoreDebugLog
设置标准控制台日志输出接口实例
如果是android平台则使用默日志认标签(CoreDebugLog.AndroidOutput.DEFAULT_TAG)设置android平台的控制台输出接口实例
enableStrackTrace() - 类 中的静态方法net.gdface.web.DefaultResponse
开启输出堆栈信息(默认为不开启)
开发时为了调试需要获取详细的异常堆栈信息可以开启
encode(byte[]) - 类 中的静态方法net.gdface.utils.Base64Utils
Returns base64 representation of specified byte array.
encode(byte[], int, int) - 类 中的静态方法net.gdface.utils.Base64Utils
Returns base64 representation of specified byte array.
encode(byte[], int, int, StringBuffer) - 类 中的静态方法net.gdface.utils.Base64Utils
Outputs base64 representation of the specified byte array to the specified String Buffer
encode(byte[], int, int, OutputStream) - 类 中的静态方法net.gdface.utils.Base64Utils
Outputs base64 representation of the specified byte array to a byte stream.
encode(byte[], int, int, Writer) - 类 中的静态方法net.gdface.utils.Base64Utils
Outputs base64 representation of the specified byte array to a character stream.
encrypt(byte[], byte[]) - 类 中的静态方法net.gdface.utils.encrypt.AES128ECBNoPadding
加密
encrypt(String, String) - 类 中的静态方法net.gdface.utils.encrypt.AES128ECBNoPadding
加密
EncryptedProperties - net.gdface.utils.encrypt中的类
Properties的子类, 基于AES128ECBNoPadding实现对Properties中指定的property值提供加密保护
EncryptedProperties(Properties, String, Iterable<String>) - 类 的构造器net.gdface.utils.encrypt.EncryptedProperties
构造方法
EncryptedProperties(String, Iterable<String>) - 类 的构造器net.gdface.utils.encrypt.EncryptedProperties
构造方法
EncryptedProperties.Builder - net.gdface.utils.encrypt中的类
 
end() - 类 中的方法net.gdface.utils.TimeCostProbe
计时结束
equals(Map<K, V>, Map<K, V>) - 类 中的静态方法net.gdface.utils.FaceUtilits
已过时。
equals(Map<K, V>, Map<K, V>) - 类 中的静态方法net.gdface.utils.MiscellaneousUtils
比较两个Map是否相等
equals(Object) - 类 中的方法net.gdface.utils.Pair
Test this Pair for equality with another Object.
error() - 类 中的方法net.gdface.web.DefaultResponse
 
error() - 接口 中的方法net.gdface.web.Response
返回调用异常
errRedirect(boolean) - 类 中的方法net.gdface.utils.CmdExecutor
 
exec() - 类 中的方法net.gdface.utils.CmdExecutor
调用Runtime.exec(String[])执行命令
exec(StringBuffer, StringBuffer) - 类 中的方法net.gdface.utils.CmdExecutor
调用Runtime.exec(String[])执行命令

F

FACEException - net.gdface.exception中的异常错误
已过时。
non-standard class name,instead use BaseFaceException
FACEException(Throwable) - 异常错误 的构造器net.gdface.exception.FACEException
已过时。
 
FACEException() - 异常错误 的构造器net.gdface.exception.FACEException
已过时。
 
FACEException(String) - 异常错误 的构造器net.gdface.exception.FACEException
已过时。
 
FACEException(String, Throwable) - 异常错误 的构造器net.gdface.exception.FACEException
已过时。
 
FaceUtilits - net.gdface.utils中的类
已过时。
FaceUtilits() - 类 的构造器net.gdface.utils.FaceUtilits
已过时。
 
FaceUtilitsX - net.gdface.utils中的类
 
FaceUtilitsX() - 类 的构造器net.gdface.utils.FaceUtilitsX
 
finalize() - 类 中的方法net.gdface.image.BaseLazyImage
 
findAttributeReaders(Class) - 类 中的静态方法org.apache.bytecode.ClassReader
 
firstUpperCase(String) - 类 中的静态方法net.gdface.utils.NameStringUtils
字符串首字母大写
fold(String, int) - 类 中的静态方法net.gdface.utils.MiscellaneousUtils
返回折叠字符串
format(String, Object...) - 类 中的静态方法net.gdface.utils.ConditionChecks
Substitutes each %s in template with an argument.
free() - 类 中的方法net.gdface.utils.ResourcePool
释放当前线程占用的资源对象,放回资源队列
FREEBSD - 类 中的静态变量net.gdface.utils.Platform
 
fromRight(R) - 接口 中的方法net.gdface.utils.CollectionUtils.DualTransformer
cast R to L

G

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
调用 BinaryUtils.getByteBuffer(Object)返回非空ByteBuffer
如果返回null或空,则抛出IOException
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[]时,可能会抛出IOExceptionsrcFileFileInputStream时,使用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
调用 BinaryUtils.getBytes(Object)返回非空字节数组
如果返回null或空字节数组,则抛出IOException
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
参见 ClassResourceUtils.getResourceFileList(Class, String),
IOException封装为RuntimeException,
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
返回当前 LazyImageFactory实例
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
获取构造函数或方法的参数名
namenull时,获取构造函数的参数名
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
 

H

HAS_AWT - 类 中的静态变量net.gdface.utils.Platform
Whether this platform provides the AWT Component class; also false if running headless.
HAS_BUFFERS - 类 中的静态变量net.gdface.utils.Platform
Whether this platform provides NIO Buffers.
HAS_DLL_CALLBACKS - 类 中的静态变量net.gdface.utils.Platform
Whether in-DLL callbacks are supported.
hasEmpty(byte[]...) - 类 中的静态方法net.gdface.utils.Judge
判断所有数组对象是不是有为null或空的,只要有一个,就返回true;
hasEmpty(String...) - 类 中的静态方法net.gdface.utils.Judge
判断所有数组对象是不是有为null或空的,只要有一个,就返回true;
hasEmpty(T...) - 类 中的静态方法net.gdface.utils.Judge
判断所有Collection对象是不是有为null或空的,只要有一个,就返回true;
hasEmpty(Buffer...) - 类 中的静态方法net.gdface.utils.Judge
判断所有Buffer中是否有为null或空的,只要有一个就返回true,
hasEmpty(Collection<Buffer>) - 类 中的静态方法net.gdface.utils.Judge
判断Collection中所有Buffer中是否有为null或空的,只要有一个就返回true,
hasEmpty(T[]...) - 类 中的静态方法net.gdface.utils.Judge
判断所有数组对象是不是有为null或空的,只要有一个,就返回true;
hashCode() - 类 中的方法net.gdface.utils.Pair
Generate a hash code for this Pair.
hasNull(Object...) - 类 中的静态方法net.gdface.utils.ArrayUtils
 
hasNull(T...) - 类 中的静态方法net.gdface.utils.Judge
判断所有参数是不是有为null的,只要有一个,就返回true;
hasRuntimeExec() - 类 中的静态方法net.gdface.utils.Platform
 
height - 类 中的变量net.gdface.image.BaseLazyImage
 
hex2ByteBuffer(String) - 类 中的静态方法net.gdface.utils.BinaryUtils
convert HEX string to ByteBuffer
hex2ByteBuffer(String) - 类 中的静态方法net.gdface.utils.FaceUtilits
已过时。
hex2Bytes(String) - 类 中的静态方法net.gdface.utils.BinaryUtils
convert HEX string to byte array
hex2Bytes(String) - 类 中的静态方法net.gdface.utils.FaceUtilits
已过时。

I

ILazyInitVariable<T> - net.gdface.utils中的接口
延迟初始化(Lazy initialization)变量封装接口
ILazyInitVariable.BaseLazyVar<T> - net.gdface.utils中的类
 
ImageError - net.gdface.image中的异常错误
已过时。
non-standard class name,instead use ImageErrorException
ImageError(Throwable) - 异常错误 的构造器net.gdface.image.ImageError
已过时。
 
ImageError() - 异常错误 的构造器net.gdface.image.ImageError
已过时。
 
ImageError(String) - 异常错误 的构造器net.gdface.image.ImageError
已过时。
 
ImageError(String, Throwable) - 异常错误 的构造器net.gdface.image.ImageError
已过时。
 
ImageErrorException - net.gdface.image中的异常错误
获取图像异常
ImageErrorException(Throwable) - 异常错误 的构造器net.gdface.image.ImageErrorException
 
ImageErrorException() - 异常错误 的构造器net.gdface.image.ImageErrorException
 
ImageErrorException(String) - 异常错误 的构造器net.gdface.image.ImageErrorException
 
ImageErrorException(String, Throwable) - 异常错误 的构造器net.gdface.image.ImageErrorException
 
ImageMatrix - net.gdface.image中的接口
图像矩阵读写接口
imgBytes - 类 中的变量net.gdface.image.BaseLazyImage
图像原始数据(未解码)
indexOfFirstNull(Object...) - 类 中的静态方法net.gdface.utils.ArrayUtils
返回第一个为null元素的索引,没找到返回-1,如果输入为null则返回-2
InsertFail - net.gdface.exception中的异常错误
已过时。
non-standard class name,instead use InsertFailException
InsertFail(Throwable) - 异常错误 的构造器net.gdface.exception.InsertFail
已过时。
 
InsertFail() - 异常错误 的构造器net.gdface.exception.InsertFail
已过时。
 
InsertFail(String) - 异常错误 的构造器net.gdface.exception.InsertFail
已过时。
 
InsertFail(String, Throwable) - 异常错误 的构造器net.gdface.exception.InsertFail
已过时。
 
InsertFailException - net.gdface.exception中的异常错误
插入记录失败
InsertFailException(Throwable) - 异常错误 的构造器net.gdface.exception.InsertFailException
 
InsertFailException() - 异常错误 的构造器net.gdface.exception.InsertFailException
 
InsertFailException(String) - 异常错误 的构造器net.gdface.exception.InsertFailException
 
InsertFailException(String, Throwable) - 异常错误 的构造器net.gdface.exception.InsertFailException
 
interfaceClass - 类 中的变量net.gdface.utils.BaseInterfaceDecorator
 
InterfaceContainer<I> - net.gdface.utils中的类
实现接口实例的级联容器
InterfaceContainer() - 类 的构造器net.gdface.utils.InterfaceContainer
 
InterfaceContainer(Class<I>) - 类 的构造器net.gdface.utils.InterfaceContainer
 
InterfaceDecorator<I,T> - net.gdface.utils中的类
实现接口实例的代理类
InterfaceDecorator(Class<I>, T, boolean) - 类 的构造器net.gdface.utils.InterfaceDecorator
构造方法
InterfaceDecorator(Class<I>, T) - 类 的构造器net.gdface.utils.InterfaceDecorator
构造方法
InterfaceDecorator(T) - 类 的构造器net.gdface.utils.InterfaceDecorator
简化版构造函数
当delegate只实现了一个接口时,自动推断接口类型
InterfaceDecoratorProbe - net.gdface.utils中的接口
InterfaceDecorator方法调用侦听器
InterfaceDecoratorProbe.DefaultProbe - net.gdface.utils中的类
InterfaceDecoratorProbe的默认实现(DO NOTHING)
InterfaceNonimplDecorator<I> - net.gdface.utils中的类
实现在实例上代理调用接口
InterfaceNonimplDecorator(Class<I>, Object, boolean) - 类 的构造器net.gdface.utils.InterfaceNonimplDecorator
构造方法
InterfaceNonimplDecorator(Class<I>, Object) - 类 的构造器net.gdface.utils.InterfaceNonimplDecorator
构造方法
IntResourcePool(Collection<Integer>) - 类 的构造器net.gdface.utils.ResourcePool.IntResourcePool
 
IntResourcePool(Integer...) - 类 的构造器net.gdface.utils.ResourcePool.IntResourcePool
 
IntResourcePool(int, int, int) - 类 的构造器net.gdface.utils.ResourcePool.IntResourcePool
 
IntResourcePool(int) - 类 的构造器net.gdface.utils.ResourcePool.IntResourcePool
构造方法
起始为0,步长为1
invoke(Object, Method, Object[]) - 类 中的方法net.gdface.utils.AnnotationProxy
invoke(Object, Method, Object[]) - 类 中的方法net.gdface.utils.BaseInterfaceDecorator
执行接口方法调用,在调用前,调用成功后,调用发生异常,调用结束时执行所有注册的侦听器(InterfaceDecoratorProbe)
invokeMethods - 类 中的变量net.gdface.utils.InterfaceNonimplDecorator
 
isAIX() - 类 中的静态方法net.gdface.utils.Platform
 
isAix() - 类 中的静态方法net.gdface.utils.Platform
已过时。 
isAndroid() - 类 中的静态方法net.gdface.utils.Platform
 
isARM() - 类 中的静态方法net.gdface.utils.Platform
 
isBuilding() - 类 中的静态方法net.gdface.utils.FaceUtilitsX
当类被加载的时候,根据环境变量‘is_building’判断当前是运行状态还是代码编译构建状态
如果没有定义环境变量,则默认为false
isEmpty() - 类 中的方法net.gdface.utils.AnnotationProxy
返回是否有定义字段
isEmpty(byte[]) - 类 中的静态方法net.gdface.utils.Judge
判断数组对象是不是有为null或空的
isEmpty(String) - 类 中的静态方法net.gdface.utils.Judge
判断对象是不是为null或空的
isEmpty(Buffer) - 类 中的静态方法net.gdface.utils.Judge
判断对象是不是为null或空的
isEmpty(T) - 类 中的静态方法net.gdface.utils.Judge
判断Collection对象是不是有为null或空的
isEmpty(T[]) - 类 中的静态方法net.gdface.utils.Judge
判断所有数组对象是不是有为null或空的,只要有一个,就返回true;
isFreeBSD() - 类 中的静态方法net.gdface.utils.Platform
 
isGNU() - 类 中的静态方法net.gdface.utils.Platform
 
isIntel() - 类 中的静态方法net.gdface.utils.Platform
 
isJavaReserved(String) - 类 中的静态方法net.gdface.utils.NameStringUtils
 
iskFreeBSD() - 类 中的静态方法net.gdface.utils.Platform
 
isLinux() - 类 中的静态方法net.gdface.utils.Platform
 
isMac() - 类 中的静态方法net.gdface.utils.Platform
 
isNestable() - 类 中的方法net.gdface.utils.ResourcePool
是否允许嵌套
isNetBSD() - 类 中的静态方法net.gdface.utils.Platform
 
isNetworkError(Throwable) - 类 中的静态方法net.gdface.utils.FaceUtilits
已过时。
isNetworkError(Throwable) - 类 中的静态方法net.gdface.utils.SimpleTypes
递归方式判断一个RuntimeException异常的原因是不是来自网络通信异常(超时,连接错误)
SocketTimeoutException,ConnectException
isNull(T) - 类 中的静态方法net.gdface.utils.Judge
判断参数是不是为null
isOpenBSD() - 类 中的静态方法net.gdface.utils.Platform
 
isPPC() - 类 中的静态方法net.gdface.utils.Platform
 
isResourceFolder(Class<?>, String) - 类 中的静态方法net.gdface.utils.ClassResourceUtils
check if input path is folder
isSolaris() - 类 中的静态方法net.gdface.utils.Platform
 
isSPARC() - 类 中的静态方法net.gdface.utils.Platform
 
isSuccess() - 类 中的方法net.gdface.web.DefaultResponse
 
isSuccess() - 接口 中的方法net.gdface.web.Response
返回调用是否成功标志
isThriftReserved(String) - 类 中的静态方法net.gdface.utils.NameStringUtils
 
isTrue(boolean, String) - 类 中的静态方法net.gdface.utils.Assert
 
isTrue(boolean, String, String) - 类 中的静态方法net.gdface.utils.Assert
 
isValidBase64Encoding(String) - 类 中的静态方法net.gdface.utils.Base64Utils
checks input string for invalid Base64 characters
isWindows() - 类 中的静态方法net.gdface.utils.Platform
Returns true for any windows variant.
isWindowsCE() - 类 中的静态方法net.gdface.utils.Platform
 
isWrapperType(Class<?>) - 类 中的静态方法net.gdface.utils.Primitives
Returns true if type is one of the nine primitive-wrapper types, such as Integer.
isX11() - 类 中的静态方法net.gdface.utils.Platform
 

J

Judge - net.gdface.utils中的类
条件判断
Judge() - 类 的构造器net.gdface.utils.Judge
 

K

KFREEBSD - 类 中的静态变量net.gdface.utils.Platform
 

L

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
从jar包中加载指定名字的动态库
先尝试寻找'/lib/${os_prefix}/${name}',找不到再尝试'/${os_prefix}/${name}' os_prefix由Platform.getNativeLibraryResourcePrefix()计算
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
SPI(Service Provider Interface)加载ResponseFactory接口实例, 没有找到则返回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
needLogtrue时输出日志信息
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
输出异常堆栈

M

MAC - 类 中的静态变量net.gdface.utils.Platform
 
main(String[]) - 类 中的静态方法net.gdface.utils.encrypt.AES128ECBNoPadding
 
makeURLClassLoader(ClassLoader, String...) - 类 中的静态方法net.gdface.utils.ClassLoaderUtils
 
makeURLClassLoader(ClassLoader, boolean, String...) - 类 中的静态方法net.gdface.utils.ClassLoaderUtils
 
makeURLClassLoader(ClassLoader, boolean, String[], String[]) - 类 中的静态方法net.gdface.utils.ClassLoaderUtils
根据libdirs提供的lib路径和classpath创建URLClassLoader实例
如果所有的参数中都没有找URL(jar或class 文件夹),则抛出异常
makeURLClassLoader(ClassLoader, boolean, Collection<String>, Collection<String>) - 类 中的静态方法net.gdface.utils.ClassLoaderUtils
 
MATH_LIBRARY_NAME - 类 中的静态变量net.gdface.utils.Platform
Canonical name of this platform's math library.
matrixBGR - 类 中的变量net.gdface.image.BaseLazyImage
BGR格式的图像矩阵数据(全图)
matrixGray - 类 中的变量net.gdface.image.BaseLazyImage
灰度图像矩阵数据(全图)
matrixRGB - 类 中的变量net.gdface.image.BaseLazyImage
RGB格式的图像矩阵数据(全图)
matrixRGBA - 类 中的变量net.gdface.image.BaseLazyImage
RGBA格式的图像矩阵数据(全图)
MatType - net.gdface.image中的枚举
图像矩阵格式定义
md5 - 类 中的变量net.gdface.image.BaseLazyImage
图像数据的MD5校验码
merge(Iterator<K>, Iterator<V>) - 类 中的静态方法net.gdface.utils.CollectionUtils
合并两个迭代器的数据为一个Map
要求两个迭代器的元素个数必须一致, 如果keys中的元素为null, 则该元素和values对应value的会自动被忽略
merge(Iterable<K>, Iterable<V>) - 类 中的静态方法net.gdface.utils.CollectionUtils
合并两个Iterable的数据为一个Map
要求两个迭代器的元素个数必须一致 如果keys中的元素为null, 则该元素和values对应value的会自动被忽略
merge(K[], V[]) - 类 中的静态方法net.gdface.utils.CollectionUtils
合并两个数组的数据为一个Map
如果keys中的元素为null, 则该元素和values对应value的会自动被忽略
MethodTable - org.apache.bytecode中的类
 
MethodTable(Class) - 类 的构造器org.apache.bytecode.MethodTable
 
mime - 类 中的变量net.gdface.image.BaseLazyImage
图像文件对应的MIME类型
MiscellaneousUtils - net.gdface.utils中的类
杂项(未分类)工具箱
MiscellaneousUtils() - 类 的构造器net.gdface.utils.MiscellaneousUtils
 

N

NameStringUtils - net.gdface.utils中的类
 
NameStringUtils() - 类 的构造器net.gdface.utils.NameStringUtils
 
NATIVE_FOLDER_PATH_PREFIX - 类 中的静态变量net.gdface.utils.NativeUtils
 
NativeUtils - net.gdface.utils中的类
从jar包中加载指定路径下的动态库
net.gdface.exception - 程序包 net.gdface.exception
 
net.gdface.image - 程序包 net.gdface.image
 
net.gdface.utils - 程序包 net.gdface.utils
 
net.gdface.utils.encrypt - 程序包 net.gdface.utils.encrypt
 
net.gdface.web - 程序包 net.gdface.web
 
NETBSD - 类 中的静态变量net.gdface.utils.Platform
 
newCondition() - 类 中的方法net.gdface.utils.ShareLock
 
newResource() - 类 中的方法net.gdface.utils.ResourcePool
创建一个新的资源对象
normalizeClasspath(String) - 类 中的静态方法net.gdface.utils.MiscellaneousUtils
归一化 class path字符串,将','转为指定平台的路径分隔符
normalizeDirPath(String) - 类 中的静态方法net.gdface.utils.ClassResourceUtils
Return a normalized directory path, end with "/", but not start with one
normalizePath(String) - 类 中的静态方法net.gdface.utils.ClassResourceUtils
Return a context-relative path, beginning with a "/", that represents the canonical version of the specified path after ".." and "." elements are resolved out.
normalizePath(String, boolean) - 类 中的静态方法net.gdface.utils.ClassResourceUtils
Return a context-relative path, that represents the canonical version of the specified path after ".." and "." elements are resolved out.
notEmpty(T[], String) - 类 中的静态方法net.gdface.utils.Assert
 
notEmpty(T, String) - 类 中的静态方法net.gdface.utils.Assert
 
notEmpty(T, String) - 类 中的静态方法net.gdface.utils.Assert
 
notEmpty(byte[], String) - 类 中的静态方法net.gdface.utils.Assert
 
notEmpty(String, String) - 类 中的静态方法net.gdface.utils.Assert
 
notEmpty(String, String, String) - 类 中的静态方法net.gdface.utils.Assert
 
notEmpty(Buffer, String) - 类 中的静态方法net.gdface.utils.Assert
 
notEmptyElement(String[], String) - 类 中的静态方法net.gdface.utils.Assert
 
notEmptyElement(Buffer[], String) - 类 中的静态方法net.gdface.utils.Assert
 
notEmptyElement(Collection<Buffer>, String) - 类 中的静态方法net.gdface.utils.Assert
 
NotFoundBean - net.gdface.exception中的异常错误
已过时。
non-standard class name,instead use NotFoundBeanException
NotFoundBean(Throwable) - 异常错误 的构造器net.gdface.exception.NotFoundBean
已过时。
 
NotFoundBean() - 异常错误 的构造器net.gdface.exception.NotFoundBean
已过时。
 
NotFoundBean(String) - 异常错误 的构造器net.gdface.exception.NotFoundBean
已过时。
 
NotFoundBean(String, Throwable) - 异常错误 的构造器net.gdface.exception.NotFoundBean
已过时。
 
NotFoundBeanException - net.gdface.exception中的异常错误
没有找到记录
NotFoundBeanException(Throwable) - 异常错误 的构造器net.gdface.exception.NotFoundBeanException
 
NotFoundBeanException() - 异常错误 的构造器net.gdface.exception.NotFoundBeanException
 
NotFoundBeanException(String) - 异常错误 的构造器net.gdface.exception.NotFoundBeanException
 
NotFoundBeanException(String, Throwable) - 异常错误 的构造器net.gdface.exception.NotFoundBeanException
 
NotFoundLazyImageFactoryException - net.gdface.image中的异常错误
没有找到LazyImageFactory实例异常
NotFoundLazyImageFactoryException(Throwable) - 异常错误 的构造器net.gdface.image.NotFoundLazyImageFactoryException
 
NotFoundLazyImageFactoryException() - 异常错误 的构造器net.gdface.image.NotFoundLazyImageFactoryException
 
NotFoundLazyImageFactoryException(String) - 异常错误 的构造器net.gdface.image.NotFoundLazyImageFactoryException
 
NotFoundLazyImageFactoryException(String, Throwable) - 异常错误 的构造器net.gdface.image.NotFoundLazyImageFactoryException
 
NotImage - net.gdface.image中的异常错误
已过时。
non-standard class name,instead use NotImageException
NotImage(Throwable) - 异常错误 的构造器net.gdface.image.NotImage
已过时。
 
NotImage() - 异常错误 的构造器net.gdface.image.NotImage
已过时。
 
NotImage(String) - 异常错误 的构造器net.gdface.image.NotImage
已过时。
 
NotImage(String, Throwable) - 异常错误 的构造器net.gdface.image.NotImage
已过时。
 
NotImageException - net.gdface.image中的异常错误
非图像数据
NotImageException(Throwable) - 异常错误 的构造器net.gdface.image.NotImageException
 
NotImageException() - 异常错误 的构造器net.gdface.image.NotImageException
 
NotImageException(String) - 异常错误 的构造器net.gdface.image.NotImageException
 
NotImageException(String, Throwable) - 异常错误 的构造器net.gdface.image.NotImageException
 
notLoadCodeTable() - 类 中的静态方法net.gdface.utils.FaceUtilitsX
当类被加载的时候,根据环境变量‘notLoadCodeTable’判断是否要加载code表
如果没有定义环境变量,则默认为false
notNull(T, String) - 类 中的静态方法net.gdface.utils.Assert
 
notNull(T, String, String) - 类 中的静态方法net.gdface.utils.Assert
 
notNullElement(T[], String) - 类 中的静态方法net.gdface.utils.Assert
 

O

of(A) - 类 中的静态方法net.gdface.utils.AnnotationProxy
为注解对象创建AnnotationProxy实例,如果注解对象已经是AnnotationProxy实例则返回, 如果如果注解对象已经的代理对象(InvocationHandler)是AnnotationProxy实例,则返回代理对象
of(L, R) - 类 中的静态方法net.gdface.utils.Pair
Obtains an pair of from two objects inferring the generic types.
onComplete(Object, Method, Object[], Object) - 类 中的方法net.gdface.utils.BaseInterfaceDecorator
onComplete(Object, Method, Object[], Object) - 类 中的方法net.gdface.utils.InterfaceDecoratorProbe.DefaultProbe
 
onComplete(Object, Method, Object[], Object) - 接口 中的方法net.gdface.utils.InterfaceDecoratorProbe
接口方法成功调用后被调用
onComplete(Object) - 类 中的方法net.gdface.web.DefaultResponse
 
onComplete() - 类 中的方法net.gdface.web.DefaultResponse
 
onComplete(Object) - 接口 中的方法net.gdface.web.Response
接口方法调用成功
onComplete() - 接口 中的方法net.gdface.web.Response
接口方法调用成功,调用方法返回类型为void
onDone(Object, Method, Object[]) - 类 中的方法net.gdface.utils.BaseInterfaceDecorator
onDone(Object, Method, Object[]) - 类 中的方法net.gdface.utils.InterfaceDecoratorProbe.DefaultProbe
 
onDone(Object, Method, Object[]) - 接口 中的方法net.gdface.utils.InterfaceDecoratorProbe
接口方法调用结束时被调用(不论成功或异常)
onError(Object, Method, Object[], Throwable) - 类 中的方法net.gdface.utils.BaseInterfaceDecorator
onError(Object, Method, Object[], Throwable) - 类 中的方法net.gdface.utils.InterfaceDecoratorProbe.DefaultProbe
 
onError(Object, Method, Object[], Throwable) - 接口 中的方法net.gdface.utils.InterfaceDecoratorProbe
接口方法调用抛出异常时被调用
onError(Exception) - 类 中的方法net.gdface.web.DefaultResponse
 
onError(Exception) - 接口 中的方法net.gdface.web.Response
接口方法调用抛出异常
open() - 类 中的方法net.gdface.image.BaseLazyImage
读取图像基本信息,检查图像数据有效性
open(R) - 类 中的方法net.gdface.utils.ResourcePool
资源从队形从取出时调用,子类可重写此方法
OPENBSD - 类 中的静态变量net.gdface.utils.Platform
 
org.apache.bytecode - 程序包 org.apache.bytecode
 

P

Pair<L,R> - net.gdface.utils中的类
A convenience class to represent name-value pairs.
Pair(L, R) - 类 的构造器net.gdface.utils.Pair
Creates a new pair
ParameterNames - net.gdface.utils中的类
基于解析类数据实现获取构造函数或方法的参数名
ParameterNames(Class<?>) - 类 的构造器net.gdface.utils.ParameterNames
 
ParamNameExtractor - org.apache.bytecode中的类
This class retrieves function parameter names from bytecode built with debugging symbols.
ParamNameExtractor() - 类 的构造器org.apache.bytecode.ParamNameExtractor
 
ParamReader - org.apache.bytecode中的类
This is the class file reader for obtaining the parameter names for declared methods in a class.
ParamReader(Class) - 类 的构造器org.apache.bytecode.ParamReader
Processes a class file, given it's class.
ParamReader(byte[]) - 类 的构造器org.apache.bytecode.ParamReader
Processes the given class bytes directly.
password(String) - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties.Builder
设置密钥
pathFromPackage(Package) - 类 中的静态方法net.gdface.utils.NameStringUtils
 
pathFromPpackage(String) - 类 中的静态方法net.gdface.utils.NameStringUtils
 
Platform - net.gdface.utils中的类
copy from jna-4.1.0.jar com.sun.jna.Platform but 'is64Bit' method
Primitives - net.gdface.utils中的类
Contains static utility methods pertaining to primitive types and their corresponding wrapper types.
print() - 类 中的方法net.gdface.utils.TimeCostProbe
向输出设备打印耗时统计信息
print(String) - 类 中的方法net.gdface.utils.TimeCostProbe
向输出设备打印耗时统计信息
printServerStackTrace() - 异常错误 中的方法net.gdface.exception.ServiceRuntime
已过时。
输出服务器端堆栈错误信息
printServerStackTrace(PrintStream) - 异常错误 中的方法net.gdface.exception.ServiceRuntime
已过时。
 
printServerStackTrace(PrintWriter) - 异常错误 中的方法net.gdface.exception.ServiceRuntime
已过时。
 
printServerStackTrace() - 异常错误 中的方法net.gdface.exception.ServiceRuntimeException
输出服务器端堆栈错误信息
printServerStackTrace(PrintStream) - 异常错误 中的方法net.gdface.exception.ServiceRuntimeException
 
printServerStackTrace(PrintWriter) - 异常错误 中的方法net.gdface.exception.ServiceRuntimeException
 
properties(Properties) - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties.Builder
 
protectedAll() - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties.Builder
设置保护所有key
protectedKey(String) - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties.Builder
指定要保护的key
protectedKeys(Iterable<String>) - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties.Builder
指定要保护的key
protectedKeys(String...) - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties.Builder
指定要保护的key
proxyInstance() - 类 中的方法net.gdface.utils.BaseInterfaceDecorator
根据当前对象创建新的接口实例
put(Object, Object) - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties
如果指定的key为受保护的key则对要设置的值加密后再加入hashTable

Q

queue - 类 中的变量net.gdface.utils.ResourcePool
资源队列

R

readAttributes() - 类 中的方法org.apache.bytecode.ClassReader
Reads an attributes array.
readBytes(InputStream) - 类 中的静态方法net.gdface.utils.BinaryUtils
InputStream读取字节数组
inFileInputStream时,调用BinaryUtils.readBytes(FileInputStream)(NIO方式)读取
结束时会关闭InputStream
readBytes(FileInputStream) - 类 中的静态方法net.gdface.utils.BinaryUtils
NIO方式从FileInputStream读取字节数组
结束时会关闭InputStream
readBytes(InputStream) - 类 中的静态方法net.gdface.utils.FaceUtilits
已过时。
readBytes(FileInputStream) - 类 中的静态方法net.gdface.utils.FaceUtilits
已过时。
readCode() - 类 中的方法org.apache.bytecode.ClassReader
Reads a code attribute.
readCode() - 类 中的方法org.apache.bytecode.ParamReader
 
readCpool() - 类 中的方法org.apache.bytecode.ClassReader
 
readInt() - 类 中的方法org.apache.bytecode.ClassReader
 
readLocalVariableTable() - 类 中的方法org.apache.bytecode.ParamReader
This is invoked when a LocalVariableTable attribute is encountered.
readMethodParameters() - 类 中的方法org.apache.bytecode.ParamReader
Reads a MethodParameters attribute.
readShort() - 类 中的方法org.apache.bytecode.ClassReader
 
register(I) - 类 中的方法net.gdface.utils.InterfaceContainer
将接口实例加入容器
registerListener(InterfaceDecoratorProbe) - 类 中的方法net.gdface.utils.BaseInterfaceDecorator
注册侦听器
重复注册返回false
registerListener(InterfaceDecoratorProbe, boolean) - 类 中的方法net.gdface.utils.BaseInterfaceDecorator
注册侦听器
重复注册返回false
resetPrefix() - 类 中的方法net.gdface.utils.Configuration
resolveClass(int) - 类 中的方法org.apache.bytecode.ClassReader
 
resolveField(int) - 类 中的方法org.apache.bytecode.ClassReader
 
resolveMethod(int) - 类 中的方法org.apache.bytecode.ClassReader
 
resolveNameAndType(int) - 类 中的方法org.apache.bytecode.ClassReader
 
resolveUtf8(int) - 类 中的方法org.apache.bytecode.ClassReader
 
RESOURCE_PREFIX - 类 中的静态变量net.gdface.utils.Platform
Canonical resource prefix for the current platform.
resourceExist(Class<?>, String) - 类 中的静态方法net.gdface.utils.ClassResourceUtils
Returns true if resource exist.
ResourcePool<R> - net.gdface.utils中的类
资源池管理对象
ResourcePool.apply(),ResourcePool.free()用于申请/释放资源,申请的资源对象不可跨线程调用,
通过重写ResourcePool.isNestable()方法决定是否允许嵌套调用
ResourcePool() - 类 的构造器net.gdface.utils.ResourcePool
 
ResourcePool(Collection<R>) - 类 的构造器net.gdface.utils.ResourcePool
构造方法
ResourcePool(R...) - 类 的构造器net.gdface.utils.ResourcePool
 
ResourcePool.IntResourcePool - net.gdface.utils中的类
以固定步长生成的一组数字为资源的资源池对象
Response - net.gdface.web中的接口
web响应数据接口
ResponseFactory - net.gdface.web中的接口
获取Response接口实例的工厂类接口
right - 类 中的变量net.gdface.utils.Pair
Right object
RO_FIELDS - 类 中的静态变量net.gdface.utils.Platform
Whether read-only (final) fields within Structures are supported.

S

SampleLog - net.gdface.utils中的类
已过时。
name spelling mistake, replaced by SimpleLog
SampleLog() - 类 的构造器net.gdface.utils.SampleLog
已过时。
 
save(File) - 类 中的方法net.gdface.image.BaseLazyImage
BaseLazyImage.md5为名字将文件保存在folder文件夹下
如果同名文件存在,且长度不为0时不覆盖
saveBytes(byte[], File, boolean) - 类 中的静态方法net.gdface.utils.BinaryUtils
NIO方式将data数据保存在file指定的文件中
如果file所在文件夹不存在,则会自动创建所有的文件夹
saveBytes(byte[], File, boolean) - 类 中的静态方法net.gdface.utils.FaceUtilits
saveImage(InputStream, File) - 类 中的静态方法net.gdface.utils.FaceUtilits
已过时。 
saveImageAutoName(byte[], File) - 类 中的静态方法net.gdface.utils.FaceUtilits
已过时。 
SaveImgFail - net.gdface.exception中的异常错误
已过时。
non-standard class name,instead use SaveImgFailException
SaveImgFail(Throwable) - 异常错误 的构造器net.gdface.exception.SaveImgFail
已过时。
 
SaveImgFail() - 异常错误 的构造器net.gdface.exception.SaveImgFail
已过时。
 
SaveImgFail(String) - 异常错误 的构造器net.gdface.exception.SaveImgFail
已过时。
 
SaveImgFail(String, Throwable) - 异常错误 的构造器net.gdface.exception.SaveImgFail
已过时。
 
SaveImgFailException - net.gdface.exception中的异常错误
图像存储失败
SaveImgFailException(Throwable) - 异常错误 的构造器net.gdface.exception.SaveImgFailException
 
SaveImgFailException() - 异常错误 的构造器net.gdface.exception.SaveImgFailException
 
SaveImgFailException(String) - 异常错误 的构造器net.gdface.exception.SaveImgFailException
 
SaveImgFailException(String, Throwable) - 异常错误 的构造器net.gdface.exception.SaveImgFailException
 
ServiceRuntime - net.gdface.exception中的异常错误
已过时。
non-standard class name,instead use ServiceRuntimeException
ServiceRuntime() - 异常错误 的构造器net.gdface.exception.ServiceRuntime
已过时。
 
ServiceRuntime(String) - 异常错误 的构造器net.gdface.exception.ServiceRuntime
已过时。
 
ServiceRuntime(String, Throwable) - 异常错误 的构造器net.gdface.exception.ServiceRuntime
已过时。
 
ServiceRuntime(Throwable) - 异常错误 的构造器net.gdface.exception.ServiceRuntime
已过时。
 
ServiceRuntimeException - net.gdface.exception中的异常错误
webservice调用产生的运行时异常
调用webservice方法时产生的所有RuntimeException在抛出到webservice客户时被封装在ServiceRuntimeException
调用 ServiceRuntimeException.getServerStackTraceMessage()可以获取服务器端的堆栈错误信息
调用ServiceRuntimeException.printServerStackTrace()输出服务器端的堆栈错误信息
ServiceRuntimeException() - 异常错误 的构造器net.gdface.exception.ServiceRuntimeException
 
ServiceRuntimeException(String) - 异常错误 的构造器net.gdface.exception.ServiceRuntimeException
 
ServiceRuntimeException(String, Throwable) - 异常错误 的构造器net.gdface.exception.ServiceRuntimeException
 
ServiceRuntimeException(Throwable) - 异常错误 的构造器net.gdface.exception.ServiceRuntimeException
 
setAutoClose(boolean) - 类 中的方法net.gdface.image.BaseLazyImage
 
setDaemon(boolean) - 类 中的方法net.gdface.utils.ThreadFactoryBuilder
Sets daemon or not for new threads created with this ThreadFactory.
setDebug(boolean) - 类 中的静态方法net.gdface.utils.BaseInterfaceDecorator
 
setErrorMessage(String) - 类 中的方法net.gdface.web.DefaultResponse
 
setLogOnError(boolean) - 类 中的方法net.gdface.utils.InterfaceContainer
设置当执行容器中的接口实例有异常抛出时是否日志输出(仅当skipOnError为true时有效)
setNameFormat(String) - 类 中的方法net.gdface.utils.ThreadFactoryBuilder
Sets the naming format to use when naming threads (Thread.setName(java.lang.String)) which are created with this ThreadFactory.
setOutput(CoreDebugLog.OutputString) - 类 中的方法net.gdface.utils.CoreDebugLog
设置输出接口实例
setOutTimeUnit(TimeUnit) - 类 中的方法net.gdface.utils.TimeCostProbe
设置输出时间单位
setParentLoaderStrategy(ClassLoaderUtils.ParentStrategy) - 类 中的静态方法net.gdface.utils.ClassLoaderUtils
 
setParentLoaderStrategy(String) - 类 中的静态方法net.gdface.utils.ClassLoaderUtils
 
setPrefix(String) - 类 中的方法net.gdface.utils.Configuration
如果参数为null,则prefix设置为""
setPriority(int) - 类 中的方法net.gdface.utils.ThreadFactoryBuilder
Sets the priority for new threads created with this ThreadFactory.
setProperty(String, String) - 类 中的方法net.gdface.utils.Configuration
 
setPropertyBoolean(String, Boolean) - 类 中的方法net.gdface.utils.Configuration
 
setPropertyBooleanIfAbsent(String, Boolean) - 类 中的方法net.gdface.utils.Configuration
 
setPropertyByte(String, Byte) - 类 中的方法net.gdface.utils.Configuration
 
setPropertyByteIfAbsent(String, Byte) - 类 中的方法net.gdface.utils.Configuration
 
setPropertyDouble(String, Double) - 类 中的方法net.gdface.utils.Configuration
 
setPropertyDoubleIfAbsent(String, Double) - 类 中的方法net.gdface.utils.Configuration
 
setPropertyFloat(String, Float) - 类 中的方法net.gdface.utils.Configuration
 
setPropertyFloatIfAbsent(String, Float) - 类 中的方法net.gdface.utils.Configuration
 
setPropertyIfAbsent(String, String) - 类 中的方法net.gdface.utils.Configuration
 
setPropertyInteger(String, Integer) - 类 中的方法net.gdface.utils.Configuration
 
setPropertyIntegerIfAbsent(String, Integer) - 类 中的方法net.gdface.utils.Configuration
 
setPropertyLong(String, Long) - 类 中的方法net.gdface.utils.Configuration
 
setPropertyLongIfAbsent(String, Long) - 类 中的方法net.gdface.utils.Configuration
 
setPropertyShort(String, Short) - 类 中的方法net.gdface.utils.Configuration
 
setPropertyShortIfAbsent(String, Short) - 类 中的方法net.gdface.utils.Configuration
 
setResult(Object) - 类 中的方法net.gdface.web.DefaultResponse
 
setResult(Object) - 接口 中的方法net.gdface.web.Response
设置调用结果对象
setReturnFakeNameIfFail(boolean) - 类 中的方法net.gdface.utils.BaseParameterNames
 
setServerStackTraceMessage(String) - 异常错误 中的方法net.gdface.exception.ServiceRuntime
已过时。
 
setServerStackTraceMessage(String) - 异常错误 中的方法net.gdface.exception.ServiceRuntimeException
 
setSkipOnError(boolean) - 类 中的方法net.gdface.utils.InterfaceContainer
设置当执行容器中的接口实例有异常抛出时的动作
true时跳过继续执行下一个容器
false时抛出异常
setStackTrace(String) - 类 中的方法net.gdface.web.DefaultResponse
 
setSuccess(boolean) - 类 中的方法net.gdface.web.DefaultResponse
 
setThreadFactory(ThreadFactory) - 类 中的方法net.gdface.utils.ThreadFactoryBuilder
Sets the backing ThreadFactory for new threads created with this ThreadFactory.
setTrace(boolean) - 类 中的方法net.gdface.utils.CoreDebugLog
设置CoreDebugLog.logTrace(Throwable)否则输出异常堆栈信息
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - 类 中的方法net.gdface.utils.ThreadFactoryBuilder
Sets the Thread.UncaughtExceptionHandler for new threads created with this ThreadFactory.
setValue(String, Object) - 类 中的方法net.gdface.utils.AnnotationProxy
设置指定的字段
ShareLock - net.gdface.utils中的类
共享锁
实现固定数目 ShareLock.maxShareCount 的资源共享锁,限制并发线程数目.
ShareLock(int) - 类 的构造器net.gdface.utils.ShareLock
 
SimpleLog - net.gdface.utils中的类
简单日志输出工具类
SimpleLog() - 类 的构造器net.gdface.utils.SimpleLog
 
SimpleTypes - net.gdface.utils中的类
类型工具(反射)
SimpleTypes() - 类 的构造器net.gdface.utils.SimpleTypes
 
skipAttributes() - 类 中的方法org.apache.bytecode.ClassReader
 
skipFully(int) - 类 中的方法org.apache.bytecode.ClassReader
Skips n bytes in the input stream.
SOLARIS - 类 中的静态变量net.gdface.utils.Platform
 
SPIUtils - net.gdface.utils中的类
 
stackLeve() - 类 中的方法net.gdface.utils.CoreDebugLog.AndroidOutput
 
stackLeve() - 接口 中的方法net.gdface.utils.CoreDebugLog.OutputString
返回输出行号类名所需要的堆栈级数
stackLeve() - 类 中的方法net.gdface.utils.CoreDebugLog.StandardOutput
 
stackTraceOf(Throwable) - 类 中的静态方法net.gdface.utils.SimpleLog
 
StandardOutput() - 类 的构造器net.gdface.utils.CoreDebugLog.StandardOutput
 
store(Writer, String) - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties
 
store(OutputStream, String) - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties
 
storePropertiesInUserHome(Properties, String) - 类 中的静态方法net.gdface.utils.ConfigUtils
基于user.home,保存指定的Properties
storeSortedMap(Map<String, String>, Writer, String) - 类 中的静态方法net.gdface.utils.FaceUtilits
storeSortedMap(Map<String, String>, Writer, String) - 类 中的静态方法net.gdface.utils.MiscellaneousUtils
Map中元素以key排序后,每行以{key}={value}形式输出到Writer
map为空或null时则不向writer写入任何内容
storeSortedSet(Collection<String>, Writer, String) - 类 中的静态方法net.gdface.utils.FaceUtilits
storeSortedSet(Collection<String>, Writer, String) - 类 中的静态方法net.gdface.utils.MiscellaneousUtils
Collection中元素排序后(去除重复),元素分行输出到Writer
collection为空或null时则不向writer写入任何内容
storeToXML(OutputStream, String) - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties
 
storeToXML(OutputStream, String, String) - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties
 
stripThrowableShell(Throwable, Class<? extends Throwable>) - 类 中的静态方法net.gdface.utils.FaceUtilits
stripThrowableShell(Throwable, Class<? extends Throwable>) - 类 中的静态方法net.gdface.utils.SimpleTypes
以递归方式返回被shellClass多层封装的异常
sudoCmd(String) - 类 中的方法net.gdface.utils.CmdExecutor
添加一条需要sudo执行的命令
suffix - 类 中的变量net.gdface.image.BaseLazyImage
图像文件后缀
sync(boolean) - 类 中的方法net.gdface.utils.CmdExecutor
 

T

ThreadFactoryBuilder - net.gdface.utils中的类
A ThreadFactory builder, providing any combination of these features: whether threads should be marked as daemon threads a naming format a thread priority an uncaught exception handler a backing thread factory If no backing thread factory is provided, a default backing thread factory is used as if by calling setThreadFactory(Executors.defaultThreadFactory()).
ThreadFactoryBuilder() - 类 的构造器net.gdface.utils.ThreadFactoryBuilder
Creates a new ThreadFactory builder.
TimeCostProbe - net.gdface.utils中的类
耗时统计对象
用于程序执行耗时统计
TimeCostProbe() - 类 的构造器net.gdface.utils.TimeCostProbe
 
toHex(byte[]) - 类 中的静态方法net.gdface.utils.BinaryUtils
将16位byte[] 转换为32位的HEX格式的字符串String
toHex(ByteBuffer) - 类 中的静态方法net.gdface.utils.BinaryUtils
 
toHex(byte[]) - 类 中的静态方法net.gdface.utils.FaceUtilits
已过时。
toHex(ByteBuffer) - 类 中的静态方法net.gdface.utils.FaceUtilits
已过时。
TOOLS_JAR - 类 中的静态变量net.gdface.utils.ClassLoaderUtils
 
toRight(L) - 接口 中的方法net.gdface.utils.CollectionUtils.DualTransformer
cast L to R
toString() - 类 中的方法net.gdface.utils.AnnotationProxy
toString() - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties
 
toString() - 类 中的方法net.gdface.utils.Pair
String representation of this Pair.
toString() - 类 中的方法net.gdface.web.DefaultResponse
 
tranformKeys(Map<K1, V>, CollectionUtils.Function<K1, K2>, CollectionUtils.Function<K2, K1>) - 类 中的静态方法net.gdface.utils.CollectionUtils
 
tranformKeys(Map<K1, V>, CollectionUtils.DualTransformer<K1, K2>) - 类 中的静态方法net.gdface.utils.CollectionUtils
Returns a view of a map where each value is transformed by a function.
TranformValueException - net.gdface.web中的异常错误
通过异常传递正常返回值
TranformValueException(Object) - 异常错误 的构造器net.gdface.web.TranformValueException
 
transform(Set<E1>, CollectionUtils.Function<E1, E2>, CollectionUtils.Function<E2, E1>) - 类 中的静态方法net.gdface.utils.CollectionUtils
 
transform(Set<E1>, CollectionUtils.DualTransformer<E1, E2>) - 类 中的静态方法net.gdface.utils.CollectionUtils
Returns a view of a set where each key is transformed by a function.
transform(Iterator<F>, CollectionUtils.Function<? super F, ? extends T>) - 类 中的静态方法net.gdface.utils.CollectionUtils
Returns an iterator that applies function to each element of fromIterator.
tryLock() - 类 中的方法net.gdface.utils.ShareLock
 
tryLock(long, TimeUnit) - 类 中的方法net.gdface.utils.ShareLock
 

U

unlock() - 类 中的方法net.gdface.utils.ShareLock
 
unregister(I) - 类 中的方法net.gdface.utils.InterfaceContainer
从容器中删除指定的接口实例
unregisterListener(InterfaceDecoratorProbe) - 类 中的方法net.gdface.utils.BaseInterfaceDecorator
卸载指定的侦听器
UNSPECIFIED - 类 中的静态变量net.gdface.utils.Platform
 
UnsupportedFormat - net.gdface.image中的异常错误
已过时。
non-standard class name,instead use UnsupportedFormatException
UnsupportedFormat(Throwable) - 异常错误 的构造器net.gdface.image.UnsupportedFormat
已过时。
 
UnsupportedFormat() - 异常错误 的构造器net.gdface.image.UnsupportedFormat
已过时。
 
UnsupportedFormat(String) - 异常错误 的构造器net.gdface.image.UnsupportedFormat
已过时。
 
UnsupportedFormat(String, Throwable) - 异常错误 的构造器net.gdface.image.UnsupportedFormat
已过时。
 
UnsupportedFormatException - net.gdface.image中的异常错误
不支持的图像格式
UnsupportedFormatException(Throwable) - 异常错误 的构造器net.gdface.image.UnsupportedFormatException
 
UnsupportedFormatException() - 异常错误 的构造器net.gdface.image.UnsupportedFormatException
 
UnsupportedFormatException(String) - 异常错误 的构造器net.gdface.image.UnsupportedFormatException
 
UnsupportedFormatException(String, Throwable) - 异常错误 的构造器net.gdface.image.UnsupportedFormatException
 
unwrap(Class<T>) - 类 中的静态方法net.gdface.utils.Primitives
Returns the corresponding primitive type of type if it is a wrapper type; otherwise returns type itself.

V

validHEX(String) - 类 中的静态方法net.gdface.utils.BinaryUtils
字符串验证器,根据正则表达式判断字符串是否为十六进制(HEX)字符串 输入为null或空或正则表达式不匹配则返回false
validHEX(String) - 类 中的方法net.gdface.utils.FaceUtilits
已过时。
validMd5(String) - 类 中的静态方法net.gdface.utils.BinaryUtils
判断是否为有效的MD5字符串
validMd5(String) - 类 中的静态方法net.gdface.utils.FaceUtilits
已过时。
valueOf(String) - 枚举 中的静态方法net.gdface.image.MatType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.gdface.utils.ClassLoaderUtils.ParentStrategy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.gdface.utils.ClassResourceUtils.TypeFilter
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法net.gdface.image.MatType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.gdface.utils.ClassLoaderUtils.ParentStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.gdface.utils.ClassResourceUtils.TypeFilter
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verbose(boolean) - 类 中的方法net.gdface.utils.CmdExecutor
 
VolatileVariable<T> - net.gdface.utils中的类
通过VolatileVariable.VariableGetter接口实例提供变量值,实现基于volatile的双重检查锁定实现懒加载变量实例
VolatileVariable(VolatileVariable.VariableGetter<T>) - 类 的构造器net.gdface.utils.VolatileVariable
构造方法
VolatileVariable.VariableGetter<T> - net.gdface.utils中的接口
 

W

width - 类 中的变量net.gdface.image.BaseLazyImage
 
WINDOWS - 类 中的静态变量net.gdface.utils.Platform
 
WINDOWSCE - 类 中的静态变量net.gdface.utils.Platform
 
wirteJPEG(OutputStream) - 类 中的方法net.gdface.image.BaseLazyImage
 
wirteJPEGBytes() - 类 中的方法net.gdface.image.BaseLazyImage
 
wirtePNGB(OutputStream) - 类 中的方法net.gdface.image.BaseLazyImage
 
wirtePNGBytes() - 类 中的方法net.gdface.image.BaseLazyImage
 
wrap() - 类 中的方法net.gdface.utils.encrypt.EncryptedProperties.Builder
 
wrap(Properties, String, Iterable<String>) - 类 中的静态方法net.gdface.utils.encrypt.EncryptedProperties
Properties封装为EncryptedProperties实例
如果properties已经是EncryptedProperties实例则直接返回
wrap(Class<T>) - 类 中的静态方法net.gdface.utils.Primitives
Returns the corresponding wrapper type of type if it is a primitive type; otherwise returns type itself.
wrapDecrypt(byte[], byte[]) - 类 中的静态方法net.gdface.utils.encrypt.AES128ECBNoPadding
wrapDecrypt(String, String) - 类 中的静态方法net.gdface.utils.encrypt.AES128ECBNoPadding
wrapEncrypt(byte[], byte[]) - 类 中的静态方法net.gdface.utils.encrypt.AES128ECBNoPadding
自动补全加密
自动在加密数据前加4个字节保存数据长度,对数据长度自动补全到16倍数, 自动补全密钥到16,24,32字节,超过32字节的密钥抛出异常
wrapEncrypt(String, String) - 类 中的静态方法net.gdface.utils.encrypt.AES128ECBNoPadding
自动补全加密
自动在加密数据前加4个字节保存数据长度,对数据长度自动补全到16倍数, 自动补全密钥到16,24,32字节,超过32字节的密钥抛出异常
A B C D E F G H I J K L M N O P Q R S T U V W 

Copyright © 2023. All Rights Reserved.