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

A

addEventHandler(Class<? extends EventHandler>) - 类 中的方法net.lamgc.utils.event.BasicEventHandlerList
 
addEventHandler(Class<? extends EventHandler>) - 接口 中的方法net.lamgc.utils.event.EventHandlerList
添加EventHandler.
addEventHandlerMethod(Class<? extends EventObject>, Method) - 类 中的方法net.lamgc.utils.event.BasicEventHandlerList
 
addEventHandlerMethod(Class<? extends EventObject>, Method) - 接口 中的方法net.lamgc.utils.event.EventHandlerList
添加单个EventHandlerMethod
addHandler(EventHandler) - 类 中的方法net.lamgc.utils.event.EventExecutor
添加EventHandler.
addHandlerObject(EventHandler) - 接口 中的方法net.lamgc.utils.event.EventHandlerObjectMap
添加新的EventHandler对象
addHandlerObject(EventHandler) - 类 中的方法net.lamgc.utils.event.HashHandlerObjectMap
 
addParser(StringParameterParser<?>) - 类 中的方法net.lamgc.utils.base.runner.StringParameterParserMap
添加一个Parser对象.
addStringParameterParser(StringParameterParser<?>) - 类 中的方法net.lamgc.utils.base.runner.ArgumentsRunnerConfig
添加指定Type的Parser对象.
addTrueFlag(String) - 类 中的方法net.lamgc.utils.base.runner.ArgumentsRunnerConfig
添加一个代表true的值.
AESEncrypt - net.lamgc.utils.encrypt中的类
AES对称加密工具类
algorithmName - 枚举 中的变量net.lamgc.utils.encrypt.DiffieHellmanEncrypt.Algorithm
 
algorithmName - 枚举 中的变量net.lamgc.utils.encrypt.HmacEncryptUtils.Algorithm
 
algorithmName - 枚举 中的变量net.lamgc.utils.encrypt.MessageDigestUtils.Algorithm
 
algorithmName - 枚举 中的变量net.lamgc.utils.encrypt.RSASign.SignAlgorithm
指定的签名算法
Argument - net.lamgc.utils.base.runner中的注释类型
参数注解.
ArgumentsProperties - net.lamgc.utils.base中的类
已过时。
请使用Apache Commons-Cli 套件中的参数解析器
ArgumentsProperties() - 类 的构造器net.lamgc.utils.base.ArgumentsProperties
已过时。
构造一个ArgumentsProperties.
ArgumentsProperties(String[]) - 类 的构造器net.lamgc.utils.base.ArgumentsProperties
已过时。
构造一个ArgumentsProperties并解析参数数组中的参数.
ArgumentsProperties(String[], String[]) - 类 的构造器net.lamgc.utils.base.ArgumentsProperties
已过时。
构造一个ArgumentsProperties
ArgumentsRunner - net.lamgc.utils.base.runner中的类
命令行参数运行器.
ArgumentsRunner(Class<?>) - 类 的构造器net.lamgc.utils.base.runner.ArgumentsRunner
构造一个参数运行器
ArgumentsRunner(Class<?>, ArgumentsRunnerConfig) - 类 的构造器net.lamgc.utils.base.runner.ArgumentsRunner
构造一个参数运行器
ArgumentsRunnerConfig - net.lamgc.utils.base.runner中的类
 
ArgumentsRunnerConfig() - 类 的构造器net.lamgc.utils.base.runner.ArgumentsRunnerConfig
 
awaitTermination(long, TimeUnit) - 类 中的方法net.lamgc.utils.event.EventExecutor
等待线程池内任务执行完成并关闭线程池.

B

BasicEventHandlerList - net.lamgc.utils.event中的类
 
BasicEventHandlerList() - 类 的构造器net.lamgc.utils.event.BasicEventHandlerList
 
BasicTypeConverter - net.lamgc.utils.base中的枚举
基本数据类型Type 转 包装数据类型Type.
bytesToRSAPrivateKey(byte[]) - 类 中的静态方法net.lamgc.utils.encrypt.RSAEncrypt
将符合PKCS#8格式的密钥数据转换成RSAPrivateKey对象
bytesToRSAPublicKey(byte[]) - 类 中的静态方法net.lamgc.utils.encrypt.RSAEncrypt
将符合X.509格式的数据密钥转换成RSAPublicKey对象
BytesToSecretKey(byte[], String) - 类 中的静态方法net.lamgc.utils.encrypt.EncryptUtils
字节数组转SecretKey

C

CharParser - net.lamgc.utils.base.runner.parser中的类
 
CharParser() - 类 的构造器net.lamgc.utils.base.runner.parser.CharParser
 
checkMethod(Method) - 类 中的静态方法net.lamgc.utils.event.EventExecutor
检查指定方法是否为合法的事件接收方法
checkSign(byte[], byte[], byte[], RSASign.SignAlgorithm) - 类 中的静态方法net.lamgc.utils.encrypt.RSASign
RSA验签检查
checkSign(byte[], byte[], RSAPublicKey, RSASign.SignAlgorithm) - 类 中的静态方法net.lamgc.utils.encrypt.RSASign
RSA签名验证
Command - net.lamgc.utils.base.runner中的注释类型
命令方法注解.
CommandNotSpecifiedException - net.lamgc.utils.base.runner.exception中的异常错误
当用户未指定命令, 且未设置defaultCommand时抛出.
CommandNotSpecifiedException() - 异常错误 的构造器net.lamgc.utils.base.runner.exception.CommandNotSpecifiedException
 

D

decrypt(byte[], SecretKey) - 类 中的静态方法net.lamgc.utils.encrypt.AESEncrypt
解密数据.
decrypt(RSAPrivateKey, byte[]) - 类 中的静态方法net.lamgc.utils.encrypt.RSAEncrypt
公钥/私钥解密过程
decrypt(RSAPublicKey, byte[]) - 类 中的静态方法net.lamgc.utils.encrypt.RSAEncrypt
公钥解密过程
decrypt(byte[], RSAPublicKey) - 类 中的静态方法net.lamgc.utils.encrypt.RSAEncryptWithAES
解密数据
decrypt(byte[], RSAPrivateKey) - 类 中的静态方法net.lamgc.utils.encrypt.RSAEncryptWithAES
解密数据
DEFAULT_KEY_SIZE - 类 中的静态变量net.lamgc.utils.encrypt.DiffieHellmanEncrypt
 
DEFAULT_KEY_SIZE - 类 中的静态变量net.lamgc.utils.encrypt.RSAEncrypt
 
defaultValue() - 类 中的方法net.lamgc.utils.base.runner.parser.CharParser
 
defaultValue() - 类 中的方法net.lamgc.utils.base.runner.parser.DoubleParser
 
defaultValue() - 类 中的方法net.lamgc.utils.base.runner.parser.FloatParser
 
defaultValue() - 类 中的方法net.lamgc.utils.base.runner.parser.IntegerParser
 
defaultValue() - 类 中的方法net.lamgc.utils.base.runner.parser.LongParser
 
defaultValue() - 类 中的方法net.lamgc.utils.base.runner.parser.ShortParser
 
defaultValue() - 接口 中的方法net.lamgc.utils.base.runner.StringParameterParser
 
DeveloperRunnerException - net.lamgc.utils.base.runner.exception中的异常错误
由开发者引发的异常
DeveloperRunnerException(String) - 异常错误 的构造器net.lamgc.utils.base.runner.exception.DeveloperRunnerException
 
DeveloperRunnerException(Throwable) - 异常错误 的构造器net.lamgc.utils.base.runner.exception.DeveloperRunnerException
 
DeveloperRunnerException(String, Throwable) - 异常错误 的构造器net.lamgc.utils.base.runner.exception.DeveloperRunnerException
 
DiffieHellmanEncrypt - net.lamgc.utils.encrypt中的类
DH密钥交换
DiffieHellmanEncrypt() - 类 的构造器net.lamgc.utils.encrypt.DiffieHellmanEncrypt
使用默认的密钥长度构造一个DH密钥交换对象
DiffieHellmanEncrypt(int) - 类 的构造器net.lamgc.utils.encrypt.DiffieHellmanEncrypt
构造一个DH密钥交换对象并指定DH密钥长度
DiffieHellmanEncrypt.Algorithm - net.lamgc.utils.encrypt中的枚举
 
DoubleParser - net.lamgc.utils.base.runner.parser中的类
 
DoubleParser() - 类 的构造器net.lamgc.utils.base.runner.parser.DoubleParser
 

E

encrypt(byte[], SecretKey) - 类 中的静态方法net.lamgc.utils.encrypt.AESEncrypt
加密数据.
encrypt(byte[], SecretKey, HmacEncryptUtils.Algorithm) - 类 中的静态方法net.lamgc.utils.encrypt.HmacEncryptUtils
对数据取Hmac数据摘要
encrypt(byte[], MessageDigestUtils.Algorithm) - 类 中的静态方法net.lamgc.utils.encrypt.MessageDigestUtils
对指定数据取摘要
encrypt(RSAPublicKey, byte[]) - 类 中的静态方法net.lamgc.utils.encrypt.RSAEncrypt
公钥加密
encrypt(RSAPrivateKey, byte[]) - 类 中的静态方法net.lamgc.utils.encrypt.RSAEncrypt
私钥加密
encrypt(byte[], RSAPrivateKey) - 类 中的静态方法net.lamgc.utils.encrypt.RSAEncryptWithAES
加密数据
encrypt(byte[], RSAPublicKey) - 类 中的静态方法net.lamgc.utils.encrypt.RSAEncryptWithAES
加密数据
EncryptUtils - net.lamgc.utils.encrypt中的类
 
EncryptUtils() - 类 的构造器net.lamgc.utils.encrypt.EncryptUtils
 
EventExecutor - net.lamgc.utils.event中的类
事件执行器.
EventExecutor(ThreadPoolExecutor) - 类 的构造器net.lamgc.utils.event.EventExecutor
构造一个EventExecutor.
EventExecutor(ThreadPoolExecutor, EventHandlerList, EventHandlerObjectMap) - 类 的构造器net.lamgc.utils.event.EventExecutor
构造一个EventExecutor.
EventHandler - net.lamgc.utils.event中的接口
用于存储事件处理方法的类所需要实现的空接口.
EventHandlerList - net.lamgc.utils.event中的接口
事件处理方法列表.
EventHandlerObjectMap - net.lamgc.utils.event中的接口
EventHandler对象存储Map.
EventObject - net.lamgc.utils.event中的接口
事件参数对象所要实现的空接口.
EventUncaughtExceptionHandler - net.lamgc.utils.event中的接口
事件异常处理接口.
exceptionHandler(Thread, EventHandler, Method, EventObject, Throwable) - 接口 中的方法net.lamgc.utils.event.EventUncaughtExceptionHandler
当事件对象抛出异常时触发.
executor(EventObject) - 类 中的方法net.lamgc.utils.event.EventExecutor
投递事件.
executor(EventHandler, EventObject) - 类 中的方法net.lamgc.utils.event.EventExecutor
对指定EventHandler投递事件
executorSync(EventObject) - 类 中的方法net.lamgc.utils.event.EventExecutor
同步投递事件.

F

finalize() - 类 中的方法net.lamgc.utils.event.EventExecutor
 
FloatParser - net.lamgc.utils.base.runner.parser中的类
 
FloatParser() - 类 的构造器net.lamgc.utils.base.runner.parser.FloatParser
 

G

getCommandName() - 异常错误 中的方法net.lamgc.utils.base.runner.exception.NoSuchCommandException
 
getCommandNames() - 类 中的方法net.lamgc.utils.base.runner.ArgumentsRunner
获取已获得的命令名.
getEventHandlerMethod(Class<? extends EventObject>) - 类 中的方法net.lamgc.utils.event.BasicEventHandlerList
 
getEventHandlerMethod(Class<? extends EventObject>) - 接口 中的方法net.lamgc.utils.event.EventHandlerList
获取以指定EventObject为参数的Method
getExceptionHandler() - 类 中的方法net.lamgc.utils.event.EventExecutor
获取设定的UncaughtExceptionHandler
getExceptionTrigger() - 异常错误 中的方法net.lamgc.utils.base.runner.exception.RunnerException
获取异常触发者类型.
getHandlerObject(Class<?>) - 接口 中的方法net.lamgc.utils.event.EventHandlerObjectMap
通过Class获取EventHandler对象
getHandlerObject(Class<?>) - 类 中的方法net.lamgc.utils.event.HashHandlerObjectMap
 
getKeyPair(int) - 类 中的静态方法net.lamgc.utils.encrypt.RSAEncrypt
生成一对RSA密钥
getKeys() - 类 中的方法net.lamgc.utils.base.ArgumentsProperties
已过时。
获取经过解析的key列表.
getKeysWithFlag() - 类 中的方法net.lamgc.utils.base.ArgumentsProperties
已过时。
获取原始输入的参数key列表.
getMethodName() - 异常错误 中的方法net.lamgc.utils.base.runner.exception.ParameterNoFoundException
获取方法名
getObjectTypeParser(String) - 枚举 中的静态方法net.lamgc.utils.base.StringParser
 
getParameterIndex() - 异常错误 中的方法net.lamgc.utils.base.runner.exception.ParameterNoFoundException
获取缺失参数在参数列表的索引
getParameterName() - 异常错误 中的方法net.lamgc.utils.base.runner.exception.ParameterNoFoundException
获取该参数的参数名.
getParameterName() - 异常错误 中的方法net.lamgc.utils.base.runner.exception.ParseParameterException
获取引发异常的参数名
getParameterValue() - 异常错误 中的方法net.lamgc.utils.base.runner.exception.ParseParameterException
获取参数传入的值
getParser(Type) - 类 中的方法net.lamgc.utils.base.runner.StringParameterParserMap
根据Type获取Parser.
getPublicKey() - 类 中的方法net.lamgc.utils.encrypt.DiffieHellmanEncrypt
获取己方公钥
getRawArguments() - 类 中的方法net.lamgc.utils.base.ArgumentsProperties
已过时。
获取最后一次调用ArgumentsProperties.load(String[])时提供的原始参数数组
getSecretKey(String, int) - 类 中的静态方法net.lamgc.utils.encrypt.AESEncrypt
根据密钥规则(可以是密钥)生成一个AES密钥对象
getSecretKey(byte[], int) - 类 中的静态方法net.lamgc.utils.encrypt.AESEncrypt
根据密钥规则(可以是密钥)生成一个AES密钥对象
getSecretKey(byte[], DiffieHellmanEncrypt.Algorithm) - 类 中的方法net.lamgc.utils.encrypt.DiffieHellmanEncrypt
获得DH公共密钥
getSecretKey(PublicKey, DiffieHellmanEncrypt.Algorithm) - 类 中的方法net.lamgc.utils.encrypt.DiffieHellmanEncrypt
引入对方公钥, 构造指定算法的密钥
getSecretKey(byte[], int, String) - 类 中的静态方法net.lamgc.utils.encrypt.EncryptUtils
根据密钥规则(可以是密钥)生成一个AES密钥对象
getSecretKey(byte[], int, HmacEncryptUtils.Algorithm) - 类 中的静态方法net.lamgc.utils.encrypt.HmacEncryptUtils
生成指定算法的SecretKey对象
getStringParameterParser(Type) - 类 中的方法net.lamgc.utils.base.runner.ArgumentsRunnerConfig
获取指定Type的Parser对象.
getThreadPoolExecutor() - 类 中的方法net.lamgc.utils.event.EventExecutor
获取EventExecutor所使用的ThreadPoolExecutor
getTrueFlag() - 类 中的方法net.lamgc.utils.base.runner.ArgumentsRunnerConfig
获得当前的trueFlagSet.
getTypeName() - 异常错误 中的方法net.lamgc.utils.base.runner.exception.ParseParameterException
获取形参的类型.
getValue(String) - 类 中的方法net.lamgc.utils.base.ArgumentsProperties
已过时。
获取指定参数的值.

H

HashHandlerObjectMap - net.lamgc.utils.event中的类
 
HashHandlerObjectMap() - 类 的构造器net.lamgc.utils.event.HashHandlerObjectMap
 
hasParser(Type) - 类 中的方法net.lamgc.utils.base.runner.StringParameterParserMap
指定Type是否存在Parser.
hasStringParameterParser(Type) - 类 中的方法net.lamgc.utils.base.runner.ArgumentsRunnerConfig
指定Type是否存在Parser.
HmacEncryptUtils - net.lamgc.utils.encrypt中的类
Hmac加密工具类 通过该类可以很便捷的进行Hmac加密操作.
HmacEncryptUtils.Algorithm - net.lamgc.utils.encrypt中的枚举
 

I

IllegalCommandException - net.lamgc.utils.base.runner.exception中的异常错误
 
IllegalCommandException(String) - 异常错误 的构造器net.lamgc.utils.base.runner.exception.IllegalCommandException
 
IllegalModifierException - net.lamgc.utils.base.runner.exception中的异常错误
 
IllegalModifierException(String) - 异常错误 的构造器net.lamgc.utils.base.runner.exception.IllegalModifierException
 
initKey(int) - 类 中的方法net.lamgc.utils.encrypt.DiffieHellmanEncrypt
初始化己方密钥
IntegerParser - net.lamgc.utils.base.runner.parser中的类
 
IntegerParser() - 类 的构造器net.lamgc.utils.base.runner.parser.IntegerParser
 
InvalidParameterException - net.lamgc.utils.base.runner.exception中的异常错误
参数无效异常
InvalidParameterException(String) - 异常错误 的构造器net.lamgc.utils.base.runner.exception.InvalidParameterException
 
isCommandIgnoreCase() - 类 中的方法net.lamgc.utils.base.runner.ArgumentsRunnerConfig
命令是否忽略大小写.
isStrictDefaultCheck() - 类 中的方法net.lamgc.utils.base.runner.ArgumentsRunnerConfig
是否严格检查非force参数的默认值
isUseDefaultValueInsteadOfException() - 类 中的方法net.lamgc.utils.base.runner.ArgumentsRunnerConfig
 

L

load(String) - 类 中的方法net.lamgc.utils.base.ArgumentsProperties
已过时。
将参数加载进行处理
load(String[]) - 类 中的方法net.lamgc.utils.base.ArgumentsProperties
已过时。
将参数数组加载进行处理.
LongParser - net.lamgc.utils.base.runner.parser中的类
 
LongParser() - 类 的构造器net.lamgc.utils.base.runner.parser.LongParser
 

M

MessageDigestUtils - net.lamgc.utils.encrypt中的类
数据摘要工具类.
MessageDigestUtils.Algorithm - net.lamgc.utils.encrypt中的枚举
 

N

net.lamgc.utils.base - 程序包 net.lamgc.utils.base
 
net.lamgc.utils.base.runner - 程序包 net.lamgc.utils.base.runner
 
net.lamgc.utils.base.runner.exception - 程序包 net.lamgc.utils.base.runner.exception
 
net.lamgc.utils.base.runner.parser - 程序包 net.lamgc.utils.base.runner.parser
 
net.lamgc.utils.encrypt - 程序包 net.lamgc.utils.encrypt
 
net.lamgc.utils.event - 程序包 net.lamgc.utils.event
 
NoSuchCommandException - net.lamgc.utils.base.runner.exception中的异常错误
 
NoSuchCommandException(String) - 异常错误 的构造器net.lamgc.utils.base.runner.exception.NoSuchCommandException
 
NotAccepted - net.lamgc.utils.event中的注释类型
标注了该注解的方法, 即使满足了EventHandler接收事件所需方法的条件, 也不会收到事件.

P

ParameterNoFoundException - net.lamgc.utils.base.runner.exception中的异常错误
 
ParameterNoFoundException(String, int) - 异常错误 的构造器net.lamgc.utils.base.runner.exception.ParameterNoFoundException
 
ParameterNoFoundException(String, int, String) - 异常错误 的构造器net.lamgc.utils.base.runner.exception.ParameterNoFoundException
 
parse(String) - 类 中的方法net.lamgc.utils.base.runner.parser.CharParser
 
parse(String) - 类 中的方法net.lamgc.utils.base.runner.parser.DoubleParser
 
parse(String) - 类 中的方法net.lamgc.utils.base.runner.parser.FloatParser
 
parse(String) - 类 中的方法net.lamgc.utils.base.runner.parser.IntegerParser
 
parse(String) - 类 中的方法net.lamgc.utils.base.runner.parser.LongParser
 
parse(String) - 类 中的方法net.lamgc.utils.base.runner.parser.ShortParser
 
parse(String) - 接口 中的方法net.lamgc.utils.base.runner.StringParameterParser
 
parse(String) - 接口 中的方法net.lamgc.utils.base.StringParser.ParserInterface
 
ParseParameterException - net.lamgc.utils.base.runner.exception中的异常错误
 
ParseParameterException(String, String, String, Throwable) - 异常错误 的构造器net.lamgc.utils.base.runner.exception.ParseParameterException
 
parser - 枚举 中的变量net.lamgc.utils.base.StringParser
 

R

removeEventHandler(Class<? extends EventHandler>) - 类 中的方法net.lamgc.utils.event.BasicEventHandlerList
 
removeEventHandler(EventHandler) - 接口 中的方法net.lamgc.utils.event.EventHandlerList
通过EventHandler对象删除EventHandler
removeEventHandler(Class<? extends EventHandler>) - 接口 中的方法net.lamgc.utils.event.EventHandlerList
通过EventHandlerClass删除EventHandler
removeHandler(EventHandler) - 类 中的方法net.lamgc.utils.event.EventExecutor
删除EventHandler
removeHandlerObject(EventHandler) - 接口 中的方法net.lamgc.utils.event.EventHandlerObjectMap
删除指定的EventHandler
removeHandlerObject(EventHandler) - 类 中的方法net.lamgc.utils.event.HashHandlerObjectMap
 
removeParser(Type) - 类 中的方法net.lamgc.utils.base.runner.StringParameterParserMap
删除一个Parser.
removeStringParameterParser(Type) - 类 中的方法net.lamgc.utils.base.runner.ArgumentsRunnerConfig
删除指定Type的Parser对象.
removeTrueFlag(String) - 类 中的方法net.lamgc.utils.base.runner.ArgumentsRunnerConfig
删除已添加的true代表值.
resendCurrentEvent() - 类 中的静态方法net.lamgc.utils.event.EventExecutor
重新投递当前任务到当前Handler.
RSAEncrypt - net.lamgc.utils.encrypt中的类
RSA加密类.
RSAEncryptWithAES - net.lamgc.utils.encrypt中的类
RSA与AES联合加密 原理与GPG类似, 通过AES加密数据, 通过RSA加密AES密钥来绕开RSA无法加密过大数据的问题.
RSASign - net.lamgc.utils.encrypt中的类
 
RSASign.SignAlgorithm - net.lamgc.utils.encrypt中的枚举
限定了对于RSA合法算法的算法集
run(Class<?>, String[]) - 类 中的静态方法net.lamgc.utils.base.runner.ArgumentsRunner
无配置启动一个运行器.
run(Class<?>, Object, String[]) - 类 中的静态方法net.lamgc.utils.base.runner.ArgumentsRunner
无配置启动一个运行器.
run(String[]) - 类 中的方法net.lamgc.utils.base.runner.ArgumentsRunner
无实例对象启动运行器
run(Object, String[]) - 类 中的方法net.lamgc.utils.base.runner.ArgumentsRunner
启动运行器
runInThisClass(String[]) - 类 中的静态方法net.lamgc.utils.base.runner.ArgumentsRunner
在调用该方法所在类启动ArgumentsRunner.
runInThisClass(Object, String[]) - 类 中的静态方法net.lamgc.utils.base.runner.ArgumentsRunner
在调用该方法所在类启动ArgumentsRunner.
RunnerException - net.lamgc.utils.base.runner.exception中的异常错误
运行器异常类, 所有与运行器相关异常的父类.
RunnerException(int, String) - 异常错误 的构造器net.lamgc.utils.base.runner.exception.RunnerException
 
RunnerException(int, Throwable) - 异常错误 的构造器net.lamgc.utils.base.runner.exception.RunnerException
 
RunnerException(int, String, Throwable) - 异常错误 的构造器net.lamgc.utils.base.runner.exception.RunnerException
 

S

setCommandIgnoreCase(boolean) - 类 中的方法net.lamgc.utils.base.runner.ArgumentsRunnerConfig
命令是否忽略大小写.
setEnableEventResend(boolean) - 类 中的方法net.lamgc.utils.event.EventExecutor
设置事件重投是否启用.
setEventUncaughtExceptionHandler(EventUncaughtExceptionHandler) - 类 中的方法net.lamgc.utils.event.EventExecutor
设置事件异常捕获处理对象.
setStrictDefaultCheck(boolean) - 类 中的方法net.lamgc.utils.base.runner.ArgumentsRunnerConfig
设置是否严格检查参数force为false下的默认值.
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - 类 中的方法net.lamgc.utils.event.EventExecutor
设置线程池异常处理类.
setUseDefaultValueInsteadOfException(boolean) - 类 中的方法net.lamgc.utils.base.runner.ArgumentsRunnerConfig
 
ShortParser - net.lamgc.utils.base.runner.parser中的类
 
ShortParser() - 类 的构造器net.lamgc.utils.base.runner.parser.ShortParser
 
shutdown(boolean) - 类 中的方法net.lamgc.utils.event.EventExecutor
关闭执行器.
sign(byte[], byte[], RSASign.SignAlgorithm) - 类 中的静态方法net.lamgc.utils.encrypt.RSASign
RSA签名
sign(byte[], RSAPrivateKey, RSASign.SignAlgorithm) - 类 中的静态方法net.lamgc.utils.encrypt.RSASign
RSA签名
StringParameterParser<R> - net.lamgc.utils.base.runner中的接口
 
StringParameterParserMap - net.lamgc.utils.base.runner中的类
 
StringParameterParserMap() - 类 的构造器net.lamgc.utils.base.runner.StringParameterParserMap
 
StringParser - net.lamgc.utils.base中的枚举
字符串转换器.
StringParser.ParserInterface<R> - net.lamgc.utils.base中的接口
 

T

TRIGGER_DEVELOPER - 异常错误 中的静态变量net.lamgc.utils.base.runner.exception.RunnerException
该异常由开发者引起.
TRIGGER_USER - 异常错误 中的静态变量net.lamgc.utils.base.runner.exception.RunnerException
该异常由用户引起.
type - 枚举 中的变量net.lamgc.utils.base.BasicTypeConverter
 

U

UserRunnerException - net.lamgc.utils.base.runner.exception中的异常错误
由用户引发的异常
UserRunnerException(String) - 异常错误 的构造器net.lamgc.utils.base.runner.exception.UserRunnerException
 
UserRunnerException(Throwable) - 异常错误 的构造器net.lamgc.utils.base.runner.exception.UserRunnerException
 
UserRunnerException(String, Throwable) - 异常错误 的构造器net.lamgc.utils.base.runner.exception.UserRunnerException
 

V

valueOf(String) - 枚举 中的静态方法net.lamgc.utils.base.BasicTypeConverter
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.lamgc.utils.base.StringParser
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.lamgc.utils.encrypt.DiffieHellmanEncrypt.Algorithm
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.lamgc.utils.encrypt.HmacEncryptUtils.Algorithm
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.lamgc.utils.encrypt.MessageDigestUtils.Algorithm
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.lamgc.utils.encrypt.RSASign.SignAlgorithm
返回带有指定名称的该类型的枚举常量。
valueOfBasicTypeName(Type) - 枚举 中的静态方法net.lamgc.utils.base.BasicTypeConverter
尝试转换基本数据类型为包装数据类型.
values() - 枚举 中的静态方法net.lamgc.utils.base.BasicTypeConverter
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.lamgc.utils.base.StringParser
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.lamgc.utils.encrypt.DiffieHellmanEncrypt.Algorithm
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.lamgc.utils.encrypt.HmacEncryptUtils.Algorithm
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.lamgc.utils.encrypt.MessageDigestUtils.Algorithm
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.lamgc.utils.encrypt.RSASign.SignAlgorithm
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E F G H I L M N P R S T U V 
跳过导航链接

Copyright © 2020. All rights reserved.