Skip navigation links
C D E F G H I J L M N O P R S T V W X Y Z 

C

CharUtil - Class in com.github.shoothzj.javatool.util
 
CharUtil() - Constructor for class com.github.shoothzj.javatool.util.CharUtil
 
chooseOne(List<? extends E>) - Static method in class com.github.shoothzj.javatool.util.RandomUtil
 
close(Closeable) - Static method in class com.github.shoothzj.javatool.util.StreamUtil
 
com.github.shoothzj.javatool.executor - package com.github.shoothzj.javatool.executor
 
com.github.shoothzj.javatool.module - package com.github.shoothzj.javatool.module
 
com.github.shoothzj.javatool.module.network - package com.github.shoothzj.javatool.module.network
 
com.github.shoothzj.javatool.service - package com.github.shoothzj.javatool.service
 
com.github.shoothzj.javatool.util - package com.github.shoothzj.javatool.util
 
CommonUtil - Class in com.github.shoothzj.javatool.util
 
CommonUtil() - Constructor for class com.github.shoothzj.javatool.util.CommonUtil
 
configureLog() - Static method in class com.github.shoothzj.javatool.util.LogUtil
 
convert2Cidr(String, String) - Static method in class com.github.shoothzj.javatool.util.Ipv4Util
网段和掩码转化为CIDR
convert2Cidr(String, String) - Static method in class com.github.shoothzj.javatool.util.Ipv6Util
 
convertIp2Cidr(String, String) - Static method in class com.github.shoothzj.javatool.util.Ipv4Util
 
convertToByteString(String) - Static method in class com.github.shoothzj.javatool.util.Ipv6Util
 
convertToStd(String) - Static method in class com.github.shoothzj.javatool.util.Ipv6Util
 
createArrayNode() - Static method in class com.github.shoothzj.javatool.service.JacksonService
 
createObjectNode() - Static method in class com.github.shoothzj.javatool.service.JacksonService
 

D

DateUtil - Class in com.github.shoothzj.javatool.util
 
DateUtil() - Constructor for class com.github.shoothzj.javatool.util.DateUtil
 

E

Encoder - Class in com.github.shoothzj.javatool.util
 
Encoder() - Constructor for class com.github.shoothzj.javatool.util.Encoder
 
EnvUtil - Class in com.github.shoothzj.javatool.util
 
EnvUtil() - Constructor for class com.github.shoothzj.javatool.util.EnvUtil
 
ExceptionUtil - Class in com.github.shoothzj.javatool.util
 
ExceptionUtil() - Constructor for class com.github.shoothzj.javatool.util.ExceptionUtil
 
executeCmd(String[]) - Static method in class com.github.shoothzj.javatool.util.ShellUtil
 
executeCmd(String) - Static method in class com.github.shoothzj.javatool.util.ShellUtil
 

F

FileUtil - Class in com.github.shoothzj.javatool.util
 
FileUtil() - Constructor for class com.github.shoothzj.javatool.util.FileUtil
 

G

getBooleanVar(String, String, boolean) - Static method in class com.github.shoothzj.javatool.util.EnvUtil
 
getDocumentPath() - Static method in class com.github.shoothzj.javatool.util.OsUtil
 
getDoubleVar(String, String, double) - Static method in class com.github.shoothzj.javatool.util.EnvUtil
 
getException(Exception) - Static method in class com.github.shoothzj.javatool.util.ExceptionUtil
 
getFilePath(String) - Static method in class com.github.shoothzj.javatool.util.FileUtil
 
getFileType(String) - Static method in class com.github.shoothzj.javatool.util.FileUtil
获取文件类型
getFloatVar(String, String, float) - Static method in class com.github.shoothzj.javatool.util.EnvUtil
 
getHostName() - Static method in class com.github.shoothzj.javatool.util.EnvUtil
 
getIfCfgs() - Static method in class com.github.shoothzj.javatool.util.Ipv4Util
 
getIntVar(String, String, int) - Static method in class com.github.shoothzj.javatool.util.EnvUtil
 
getIp(String) - Static method in class com.github.shoothzj.javatool.util.Ipv4Util
获取网卡对应的ip地址,支持虚拟ip ex: Ipv4Util.getIp("eth0"); ex: Ipv4Util.getIp("eth0:virtual");
getMaskLen(String) - Static method in class com.github.shoothzj.javatool.util.Ipv6Util
 
getOs() - Static method in class com.github.shoothzj.javatool.util.OsUtil
 
getOsName() - Static method in class com.github.shoothzj.javatool.util.EnvUtil
 
getOsVersion() - Static method in class com.github.shoothzj.javatool.util.EnvUtil
 
getPrefixLen(String) - Static method in class com.github.shoothzj.javatool.util.Ipv4Util
 
getSecRanByte(int) - Method in class com.github.shoothzj.javatool.util.RandomUtil
 
getServiceName() - Static method in class com.github.shoothzj.javatool.util.EnvUtil
 
getStatefulSequence() - Static method in class com.github.shoothzj.javatool.util.StatefulSetUtil
 
getStringVar(String, String, String) - Static method in class com.github.shoothzj.javatool.util.EnvUtil
 
getUserDir() - Static method in class com.github.shoothzj.javatool.util.EnvUtil
 
getUserHome() - Static method in class com.github.shoothzj.javatool.util.EnvUtil
 

H

hexStrToByteArray(String) - Static method in class com.github.shoothzj.javatool.util.HexUtil
 
HexUtil - Class in com.github.shoothzj.javatool.util
 
HexUtil() - Constructor for class com.github.shoothzj.javatool.util.HexUtil
 
HostPort - Class in com.github.shoothzj.javatool.module
 
HostPort() - Constructor for class com.github.shoothzj.javatool.module.HostPort
 

I

IfCfg - Class in com.github.shoothzj.javatool.module.network
 
IfCfg() - Constructor for class com.github.shoothzj.javatool.module.network.IfCfg
 
InetAddressUtils - Class in com.github.shoothzj.javatool.util
A collection of utilities relating to InetAddresses.
inputStream2File(InputStream, String) - Static method in class com.github.shoothzj.javatool.util.FileUtil
 
inputStream2File(InputStream, File) - Static method in class com.github.shoothzj.javatool.util.FileUtil
 
IoUtil - Class in com.github.shoothzj.javatool.util
 
IoUtil() - Constructor for class com.github.shoothzj.javatool.util.IoUtil
 
ip2Num(String) - Static method in class com.github.shoothzj.javatool.util.Ipv4Util
 
IpAddressMatcher - Class in com.github.shoothzj.javatool.util
Matches a request based on IP Address or subnet mask matching against the remote address.
IpAddressMatcher(String) - Constructor for class com.github.shoothzj.javatool.util.IpAddressMatcher
Takes a specific IP address or a range specified using the IP/Netmask (e.g.
IPV4_PATTERN - Static variable in class com.github.shoothzj.javatool.util.RegexUtil
 
IPV4_REGEX - Static variable in class com.github.shoothzj.javatool.util.RegexUtil
 
Ipv4Util - Class in com.github.shoothzj.javatool.util
 
Ipv4Util() - Constructor for class com.github.shoothzj.javatool.util.Ipv4Util
 
Ipv6Util - Class in com.github.shoothzj.javatool.util
 
Ipv6Util() - Constructor for class com.github.shoothzj.javatool.util.Ipv6Util
 
isCA(X509Certificate) - Static method in class com.github.shoothzj.javatool.util.X509CertUtil
digitalSignature(0), nonRepudiation(1), keyEncipherment(2), dataEncipherment(3), keyAgreement(4), keyCertSign(5),trueONLYforCAs cRLSign(6), encipherOnly(7), decipherOnly(8)
isDown(char) - Static method in class com.github.shoothzj.javatool.util.CharUtil
 
isInCidr(String, String) - Static method in class com.github.shoothzj.javatool.util.Ipv4Util
 
isInCidr(String, String) - Static method in class com.github.shoothzj.javatool.util.Ipv6Util
 
isIPv4Address(String) - Static method in class com.github.shoothzj.javatool.util.InetAddressUtils
Checks whether the parameter is a valid IPv4 address
isIPv4MappedIPv64Address(String) - Static method in class com.github.shoothzj.javatool.util.InetAddressUtils
 
isIPv6Address(String) - Static method in class com.github.shoothzj.javatool.util.InetAddressUtils
Checks whether the parameter is a valid IPv6 address (including compressed).
isIPv6HexCompressedAddress(String) - Static method in class com.github.shoothzj.javatool.util.InetAddressUtils
Checks whether the parameter is a valid compressed IPv6 address
isIPv6StdAddress(String) - Static method in class com.github.shoothzj.javatool.util.InetAddressUtils
Checks whether the parameter is a valid standard (non-compressed) IPv6 address
isLinkLocalAddress(String) - Static method in class com.github.shoothzj.javatool.util.Ipv6Util
 
isValid(X509Certificate) - Static method in class com.github.shoothzj.javatool.util.X509CertUtil
 
isValidIp(String) - Static method in class com.github.shoothzj.javatool.util.Ipv4Util
 
isValidIp(String) - Static method in class com.github.shoothzj.javatool.util.Ipv6Util
判断是否是合法的ipv6地址
isValidNetMask(String) - Static method in class com.github.shoothzj.javatool.util.Ipv4Util
 

J

JacksonService - Class in com.github.shoothzj.javatool.service
 
JacksonService() - Constructor for class com.github.shoothzj.javatool.service.JacksonService
 
JAVA_HOME_PATH - Static variable in class com.github.shoothzj.javatool.util.JdkUtil
 
JdkUtil - Class in com.github.shoothzj.javatool.util
 
JdkUtil() - Constructor for class com.github.shoothzj.javatool.util.JdkUtil
 

L

listAll() - Static method in class com.github.shoothzj.javatool.util.EnvUtil
 
LogUtil - Class in com.github.shoothzj.javatool.util
 
LogUtil() - Constructor for class com.github.shoothzj.javatool.util.LogUtil
 

M

matches(String) - Method in class com.github.shoothzj.javatool.util.IpAddressMatcher
 

N

newScheduleExecutorService(int, String) - Static method in class com.github.shoothzj.javatool.executor.ShExecutorCreator
 
newSingleExecutor(String) - Static method in class com.github.shoothzj.javatool.executor.ShExecutorCreator
 
nextInt() - Static method in class com.github.shoothzj.javatool.util.RandomUtil
 
nextInt(int) - Static method in class com.github.shoothzj.javatool.util.RandomUtil
 
num2Ip(long) - Static method in class com.github.shoothzj.javatool.util.Ipv4Util
 

O

OperationSystem - Enum in com.github.shoothzj.javatool.module
 
OsUtil - Class in com.github.shoothzj.javatool.util
 
OsUtil() - Constructor for class com.github.shoothzj.javatool.util.OsUtil
 

P

pathConnect(String...) - Static method in class com.github.shoothzj.javatool.util.PathUtil
 
PathUtil - Class in com.github.shoothzj.javatool.util
 
PathUtil() - Constructor for class com.github.shoothzj.javatool.util.PathUtil
 

R

randomBoolean() - Static method in class com.github.shoothzj.javatool.util.RandomUtil
 
randomEnum(Class<T>) - Static method in class com.github.shoothzj.javatool.util.RandomUtil
 
randomInt(int, int) - Static method in class com.github.shoothzj.javatool.util.RandomUtil
 
RandomUtil - Class in com.github.shoothzj.javatool.util
 
RandomUtil() - Constructor for class com.github.shoothzj.javatool.util.RandomUtil
 
read2Byte(InputStream) - Static method in class com.github.shoothzj.javatool.util.IoUtil
 
read2String(InputStream) - Static method in class com.github.shoothzj.javatool.util.IoUtil
 
read2StringCharset(InputStream, String) - Static method in class com.github.shoothzj.javatool.util.IoUtil
 
readFile2String(String) - Static method in class com.github.shoothzj.javatool.util.IoUtil
 
RegexUtil - Class in com.github.shoothzj.javatool.util
正则表达式常量类
RegexUtil() - Constructor for class com.github.shoothzj.javatool.util.RegexUtil
 
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class com.github.shoothzj.javatool.executor.SimpleLogRejectedExecutionHandler
 
relativePathToList(String, TypeReference<List<T>>) - Static method in class com.github.shoothzj.javatool.util.YamlUtil
 
relativePathToObject(String, Class<T>) - Static method in class com.github.shoothzj.javatool.util.YamlUtil
 
relativePathToRefer(String, TypeReference<T>) - Static method in class com.github.shoothzj.javatool.util.YamlUtil
 
removeRecursive(String) - Static method in class com.github.shoothzj.javatool.util.FileUtil
 
removeRecursive(Path) - Static method in class com.github.shoothzj.javatool.util.FileUtil
递归删除文件

S

ShellResult - Class in com.github.shoothzj.javatool.module
 
ShellResult() - Constructor for class com.github.shoothzj.javatool.module.ShellResult
 
ShellResult(String, String) - Constructor for class com.github.shoothzj.javatool.module.ShellResult
 
ShellResult(int, String, String) - Constructor for class com.github.shoothzj.javatool.module.ShellResult
 
ShellResult(int, String, String, Exception) - Constructor for class com.github.shoothzj.javatool.module.ShellResult
 
ShellUtil - Class in com.github.shoothzj.javatool.util
 
ShellUtil() - Constructor for class com.github.shoothzj.javatool.util.ShellUtil
 
ShExecutorCreator - Class in com.github.shoothzj.javatool.executor
 
ShExecutorCreator() - Constructor for class com.github.shoothzj.javatool.executor.ShExecutorCreator
 
SimpleLogRejectedExecutionHandler - Class in com.github.shoothzj.javatool.executor
 
SimpleLogRejectedExecutionHandler() - Constructor for class com.github.shoothzj.javatool.executor.SimpleLogRejectedExecutionHandler
 
sleep(TimeUnit, int) - Static method in class com.github.shoothzj.javatool.util.CommonUtil
 
StatefulSetUtil - Class in com.github.shoothzj.javatool.util
 
StatefulSetUtil() - Constructor for class com.github.shoothzj.javatool.util.StatefulSetUtil
 
StreamUtil - Class in com.github.shoothzj.javatool.util
 
StreamUtil() - Constructor for class com.github.shoothzj.javatool.util.StreamUtil
 
StringUtil - Class in com.github.shoothzj.javatool.util
 
StringUtil() - Constructor for class com.github.shoothzj.javatool.util.StringUtil
 

T

TIME_ZONE_ID - Static variable in class com.github.shoothzj.javatool.util.DateUtil
 
toJson(Object) - Static method in class com.github.shoothzj.javatool.service.JacksonService
 
toJsonNode(String) - Static method in class com.github.shoothzj.javatool.service.JacksonService
 
toList(String, TypeReference<List<T>>) - Static method in class com.github.shoothzj.javatool.service.JacksonService
 
toList(URL, TypeReference<List<T>>) - Static method in class com.github.shoothzj.javatool.util.YamlUtil
 
toList(String, TypeReference<List<T>>) - Static method in class com.github.shoothzj.javatool.util.YamlUtil
 
toObject(String, Class<T>) - Static method in class com.github.shoothzj.javatool.service.JacksonService
 
toObject(URL, Class<T>) - Static method in class com.github.shoothzj.javatool.util.YamlUtil
 
toObject(String, Class<T>) - Static method in class com.github.shoothzj.javatool.util.YamlUtil
 
toRefer(String, TypeReference<T>) - Static method in class com.github.shoothzj.javatool.service.JacksonService
 
toRefer(URL, TypeReference<T>) - Static method in class com.github.shoothzj.javatool.util.YamlUtil
 
toRefer(String, TypeReference<T>) - Static method in class com.github.shoothzj.javatool.util.YamlUtil
 
toUnicode(String) - Static method in class com.github.shoothzj.javatool.util.Encoder
 
toYaml(Object) - Static method in class com.github.shoothzj.javatool.util.YamlUtil
 

V

valueOf(String) - Static method in enum com.github.shoothzj.javatool.module.OperationSystem
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.shoothzj.javatool.module.OperationSystem
Returns an array containing the constants of this enum type, in the order they are declared.
VirtualIfCfg - Class in com.github.shoothzj.javatool.module.network
 
VirtualIfCfg() - Constructor for class com.github.shoothzj.javatool.module.network.VirtualIfCfg
 

W

WORDS_PATTERN - Static variable in class com.github.shoothzj.javatool.util.RegexUtil
 
wordsReg - Static variable in class com.github.shoothzj.javatool.util.RegexUtil
 

X

X509CertUtil - Class in com.github.shoothzj.javatool.util
 
X509CertUtil() - Constructor for class com.github.shoothzj.javatool.util.X509CertUtil
 

Y

YamlUtil - Class in com.github.shoothzj.javatool.util
 
YamlUtil() - Constructor for class com.github.shoothzj.javatool.util.YamlUtil
 

Z

ZipUtil - Class in com.github.shoothzj.javatool.util
 
ZipUtil() - Constructor for class com.github.shoothzj.javatool.util.ZipUtil
 
C D E F G H I J L M N O P R S T V W X Y Z 
Skip navigation links

Copyright © 2021 Shoothzj. All rights reserved.