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

A

append(String) - 类 中的方法cn.hserver.plugin.loader.util.AsciiBytes
 
append(AsciiBytes) - 类 中的方法cn.hserver.plugin.loader.util.AsciiBytes
 
append(byte[]) - 类 中的方法cn.hserver.plugin.loader.util.AsciiBytes
 
apply(AsciiBytes, Archive.Entry) - 接口 中的方法cn.hserver.plugin.loader.archive.Archive.EntryRenameFilter
Apply the jar entry filter.
apply(AsciiBytes, JarEntryData) - 接口 中的方法cn.hserver.plugin.loader.jar.JarEntryFilter
Apply the jar entry filter.
Archive - cn.hserver.plugin.loader.archive中的类
An archive that can be launched by the Launcher.
Archive() - 类 的构造器cn.hserver.plugin.loader.archive.Archive
 
Archive.Entry - cn.hserver.plugin.loader.archive中的接口
Represents a single entry in the archive.
Archive.EntryFilter - cn.hserver.plugin.loader.archive中的接口
Strategy interface to filter Entries.
Archive.EntryRenameFilter - cn.hserver.plugin.loader.archive中的接口
Strategy interface to filter or rename Entries.
ARGS - 类 中的静态变量cn.hserver.plugin.loader.PropertiesLauncher
Properties key for default command line arguments.
AsciiBytes - cn.hserver.plugin.loader.util中的类
Simple wrapper around a byte array that represents an ASCII.
AsciiBytes(String) - 类 的构造器cn.hserver.plugin.loader.util.AsciiBytes
Create a new AsciiBytes from the specified String.
AsciiBytes(byte[]) - 类 的构造器cn.hserver.plugin.loader.util.AsciiBytes
Create a new AsciiBytes from the specified bytes.
AsciiBytes(byte[], int, int) - 类 的构造器cn.hserver.plugin.loader.util.AsciiBytes
Create a new AsciiBytes from the specified bytes.

B

ByteArrayRandomAccessData - cn.hserver.plugin.loader.data中的类
RandomAccessData implementation backed by a byte array.
ByteArrayRandomAccessData(byte[]) - 类 的构造器cn.hserver.plugin.loader.data.ByteArrayRandomAccessData
 
ByteArrayRandomAccessData(byte[], long, long) - 类 的构造器cn.hserver.plugin.loader.data.ByteArrayRandomAccessData
 

C

close() - 类 中的方法cn.hserver.plugin.loader.data.RandomAccessDataFile
 
close() - 类 中的方法cn.hserver.plugin.loader.jar.JarFile
 
cn.hserver.plugin.loader - 程序包 cn.hserver.plugin.loader
 
cn.hserver.plugin.loader.archive - 程序包 cn.hserver.plugin.loader.archive
 
cn.hserver.plugin.loader.data - 程序包 cn.hserver.plugin.loader.data
 
cn.hserver.plugin.loader.jar - 程序包 cn.hserver.plugin.loader.jar
 
cn.hserver.plugin.loader.util - 程序包 cn.hserver.plugin.loader.util
 
CONFIG_LOCATION - 类 中的静态变量cn.hserver.plugin.loader.PropertiesLauncher
Properties key for config file location (including optional classpath:, file: or URL prefix).
CONFIG_NAME - 类 中的静态变量cn.hserver.plugin.loader.PropertiesLauncher
Properties key for name of external configuration file (excluding suffix).
createArchive() - 类 中的方法cn.hserver.plugin.loader.Launcher
 
createClassLoader(URL[]) - 类 中的方法cn.hserver.plugin.loader.ExecutableArchiveLauncher
 
createClassLoader(List<Archive>) - 类 中的方法cn.hserver.plugin.loader.Launcher
Create a classloader for the specified archives.
createClassLoader(URL[]) - 类 中的方法cn.hserver.plugin.loader.Launcher
Create a classloader for the specified URLs.
createClassLoader(List<Archive>) - 类 中的方法cn.hserver.plugin.loader.PropertiesLauncher
 
createMainMethodRunner(String, String[], ClassLoader) - 类 中的方法cn.hserver.plugin.loader.Launcher
Create the MainMethodRunner used to launch the application.

E

endsWith(AsciiBytes) - 类 中的方法cn.hserver.plugin.loader.util.AsciiBytes
 
entries() - 类 中的方法cn.hserver.plugin.loader.jar.JarFile
 
equals(Object) - 类 中的方法cn.hserver.plugin.loader.util.AsciiBytes
 
ExecutableArchiveLauncher - cn.hserver.plugin.loader中的类
Base class for executable archive Launchers.
ExecutableArchiveLauncher() - 类 的构造器cn.hserver.plugin.loader.ExecutableArchiveLauncher
 
ExecutableArchiveLauncher(JavaAgentDetector) - 类 的构造器cn.hserver.plugin.loader.ExecutableArchiveLauncher
 
ExecutableArchiveLauncher(Archive) - 类 的构造器cn.hserver.plugin.loader.ExecutableArchiveLauncher
 
ExplodedArchive - cn.hserver.plugin.loader.archive中的类
Archive implementation backed by an exploded archive directory.
ExplodedArchive(File) - 类 的构造器cn.hserver.plugin.loader.archive.ExplodedArchive
Create a new ExplodedArchive instance.
ExplodedArchive(File, boolean) - 类 的构造器cn.hserver.plugin.loader.archive.ExplodedArchive
Create a new ExplodedArchive instance.

F

FilteredArchive - cn.hserver.plugin.loader.archive中的类
Decorator to apply an EntryFilter to an existing Archive.
FilteredArchive(Archive, Archive.EntryFilter) - 类 的构造器cn.hserver.plugin.loader.archive.FilteredArchive
 
findResource(String) - 类 中的方法cn.hserver.plugin.loader.LaunchedURLClassLoader
 
findResources(String) - 类 中的方法cn.hserver.plugin.loader.LaunchedURLClassLoader
 

G

getArchive() - 类 中的方法cn.hserver.plugin.loader.ExecutableArchiveLauncher
 
getArgs(String...) - 类 中的方法cn.hserver.plugin.loader.PropertiesLauncher
 
getAttributes() - 类 中的方法cn.hserver.plugin.loader.jar.JarEntry
 
getCertificates() - 类 中的方法cn.hserver.plugin.loader.jar.JarEntry
 
getClassPathArchives() - 类 中的方法cn.hserver.plugin.loader.ExecutableArchiveLauncher
 
getClassPathArchives() - 类 中的方法cn.hserver.plugin.loader.Launcher
Returns the archives that will be used to construct the class path.
getClassPathArchives() - 类 中的方法cn.hserver.plugin.loader.PropertiesLauncher
 
getCodeSigners() - 类 中的方法cn.hserver.plugin.loader.jar.JarEntry
 
getComment() - 类 中的方法cn.hserver.plugin.loader.jar.JarEntryData
 
getCompressedSize() - 类 中的方法cn.hserver.plugin.loader.jar.JarEntryData
 
getCrc() - 类 中的方法cn.hserver.plugin.loader.jar.JarEntryData
 
getData() - 类 中的方法cn.hserver.plugin.loader.jar.JarEntryData
Return the underlying RandomAccessData for this entry.
getEntries() - 类 中的方法cn.hserver.plugin.loader.archive.Archive
Returns all entries from the archive.
getEntries() - 类 中的方法cn.hserver.plugin.loader.archive.ExplodedArchive
 
getEntries() - 类 中的方法cn.hserver.plugin.loader.archive.FilteredArchive
 
getEntries() - 类 中的方法cn.hserver.plugin.loader.archive.JarFileArchive
 
getEntry(String) - 类 中的方法cn.hserver.plugin.loader.jar.JarFile
 
getExtra() - 类 中的方法cn.hserver.plugin.loader.jar.JarEntryData
 
getFile() - 类 中的方法cn.hserver.plugin.loader.data.RandomAccessDataFile
Returns the underlying File.
getFilteredArchive(Archive.EntryRenameFilter) - 类 中的方法cn.hserver.plugin.loader.archive.Archive
Returns a filtered version of the archive.
getFilteredArchive(Archive.EntryRenameFilter) - 类 中的方法cn.hserver.plugin.loader.archive.ExplodedArchive
 
getFilteredArchive(Archive.EntryRenameFilter) - 类 中的方法cn.hserver.plugin.loader.archive.FilteredArchive
 
getFilteredArchive(Archive.EntryRenameFilter) - 类 中的方法cn.hserver.plugin.loader.archive.JarFileArchive
 
getFilteredJarFile(JarEntryFilter...) - 类 中的方法cn.hserver.plugin.loader.jar.JarFile
Return a new jar based on the filtered contents of this file.
getHomeDirectory() - 类 中的方法cn.hserver.plugin.loader.PropertiesLauncher
 
getInputStream(RandomAccessData.ResourceAccess) - 类 中的方法cn.hserver.plugin.loader.data.ByteArrayRandomAccessData
 
getInputStream(RandomAccessData.ResourceAccess) - 接口 中的方法cn.hserver.plugin.loader.data.RandomAccessData
Returns an InputStream that can be used to read the underlying data.
getInputStream(RandomAccessData.ResourceAccess) - 类 中的方法cn.hserver.plugin.loader.data.RandomAccessDataFile
 
getInputStream(ZipEntry) - 类 中的方法cn.hserver.plugin.loader.jar.JarFile
 
getJarEntry(String) - 类 中的方法cn.hserver.plugin.loader.jar.JarFile
 
getJarEntryData(String) - 类 中的方法cn.hserver.plugin.loader.jar.JarFile
 
getJarEntryData(AsciiBytes) - 类 中的方法cn.hserver.plugin.loader.jar.JarFile
 
getMainClass() - 类 中的方法cn.hserver.plugin.loader.archive.Archive
Obtain the main class that should be used to launch the application.
getMainClass() - 类 中的方法cn.hserver.plugin.loader.archive.FilteredArchive
 
getMainClass() - 类 中的方法cn.hserver.plugin.loader.ExecutableArchiveLauncher
 
getMainClass() - 类 中的方法cn.hserver.plugin.loader.Launcher
Returns the main class that should be launched.
getMainClass() - 类 中的方法cn.hserver.plugin.loader.PropertiesLauncher
 
getManifest() - 类 中的方法cn.hserver.plugin.loader.archive.Archive
Returns the manifest of the archive.
getManifest() - 类 中的方法cn.hserver.plugin.loader.archive.ExplodedArchive
 
getManifest() - 类 中的方法cn.hserver.plugin.loader.archive.FilteredArchive
 
getManifest() - 类 中的方法cn.hserver.plugin.loader.archive.JarFileArchive
 
getManifest() - 类 中的方法cn.hserver.plugin.loader.jar.JarFile
 
getMethod() - 类 中的方法cn.hserver.plugin.loader.jar.JarEntryData
 
getName() - 接口 中的方法cn.hserver.plugin.loader.archive.Archive.Entry
Returns the name of the entry.
getName() - 类 中的方法cn.hserver.plugin.loader.jar.JarEntryData
 
getName() - 类 中的方法cn.hserver.plugin.loader.jar.JarFile
 
getNestedArchive(Archive.Entry) - 类 中的方法cn.hserver.plugin.loader.archive.ExplodedArchive
 
getNestedArchive(Archive.Entry) - 类 中的方法cn.hserver.plugin.loader.archive.JarFileArchive
 
getNestedArchives(Archive.EntryFilter) - 类 中的方法cn.hserver.plugin.loader.archive.Archive
Returns nested Archives for entries that match the specified filter.
getNestedArchives(Archive.EntryFilter) - 类 中的方法cn.hserver.plugin.loader.archive.ExplodedArchive
 
getNestedArchives(Archive.EntryFilter) - 类 中的方法cn.hserver.plugin.loader.archive.FilteredArchive
 
getNestedArchives(Archive.EntryFilter) - 类 中的方法cn.hserver.plugin.loader.archive.JarFileArchive
 
getNestedJarFile(ZipEntry) - 类 中的方法cn.hserver.plugin.loader.jar.JarFile
Return a nested JarFile loaded from the specified entry.
getNestedJarFile(JarEntryData) - 类 中的方法cn.hserver.plugin.loader.jar.JarFile
Return a nested JarFile loaded from the specified entry.
getProperty(String) - 类 中的静态方法cn.hserver.plugin.loader.util.SystemPropertyUtils
 
getProperty(String, String) - 类 中的静态方法cn.hserver.plugin.loader.util.SystemPropertyUtils
 
getProperty(String, String, String) - 类 中的静态方法cn.hserver.plugin.loader.util.SystemPropertyUtils
Search the System properties and environment variables for a value with the provided key.
getResource(String) - 类 中的方法cn.hserver.plugin.loader.LaunchedURLClassLoader
Gets the resource with the given name.
getResources(String) - 类 中的方法cn.hserver.plugin.loader.LaunchedURLClassLoader
Gets the resources with the given name.
getRootJarFile() - 类 中的方法cn.hserver.plugin.loader.jar.JarFile
 
getRootJarFileFromUrl(URL) - 类 中的方法cn.hserver.plugin.loader.jar.Handler
 
getSize() - 类 中的方法cn.hserver.plugin.loader.data.ByteArrayRandomAccessData
 
getSize() - 接口 中的方法cn.hserver.plugin.loader.data.RandomAccessData
Returns the size of the data.
getSize() - 类 中的方法cn.hserver.plugin.loader.data.RandomAccessDataFile
 
getSize() - 类 中的方法cn.hserver.plugin.loader.jar.JarEntryData
 
getSource() - 类 中的方法cn.hserver.plugin.loader.jar.JarEntry
Return the source JarEntryData that was used to create this entry.
getSubsection(long, long) - 类 中的方法cn.hserver.plugin.loader.data.ByteArrayRandomAccessData
 
getSubsection(long, long) - 接口 中的方法cn.hserver.plugin.loader.data.RandomAccessData
Returns a new RandomAccessData for a specific subsection of this data.
getSubsection(long, long) - 类 中的方法cn.hserver.plugin.loader.data.RandomAccessDataFile
 
getTime() - 类 中的方法cn.hserver.plugin.loader.jar.JarEntryData
 
getUrl() - 类 中的方法cn.hserver.plugin.loader.archive.Archive
Returns a URL that can be used to load the archive.
getUrl() - 类 中的方法cn.hserver.plugin.loader.archive.ExplodedArchive
 
getUrl() - 类 中的方法cn.hserver.plugin.loader.archive.FilteredArchive
 
getUrl() - 类 中的方法cn.hserver.plugin.loader.archive.JarFileArchive
 
getUrl() - 类 中的方法cn.hserver.plugin.loader.jar.JarEntry
Return a URL for this JarEntry.
getUrl() - 类 中的方法cn.hserver.plugin.loader.jar.JarFile
Return a URL that can be used to access this JAR file.

H

Handler - cn.hserver.plugin.loader.jar中的类
URLStreamHandler for Spring Boot loader JarFiles.
Handler() - 类 的构造器cn.hserver.plugin.loader.jar.Handler
 
Handler(JarFile) - 类 的构造器cn.hserver.plugin.loader.jar.Handler
 
hashCode() - 类 中的方法cn.hserver.plugin.loader.util.AsciiBytes
 
HOME - 类 中的静态变量cn.hserver.plugin.loader.PropertiesLauncher
Properties key for home directory.
HServerJarMainClassStart - cn.hserver.plugin.loader中的类
 
HServerJarMainClassStart() - 类 的构造器cn.hserver.plugin.loader.HServerJarMainClassStart
 
HServerJarMainClassStart(Archive) - 类 的构造器cn.hserver.plugin.loader.HServerJarMainClassStart
 

I

InputArgumentsJavaAgentDetector - cn.hserver.plugin.loader中的类
A JavaAgentDetector that detects jars supplied via the -javaagent JVM input argument.
InputArgumentsJavaAgentDetector() - 类 的构造器cn.hserver.plugin.loader.InputArgumentsJavaAgentDetector
 
isDirectory() - 接口 中的方法cn.hserver.plugin.loader.archive.Archive.Entry
Returns true if the entry represents a directory.
isDirectory() - 类 中的方法cn.hserver.plugin.loader.jar.JarEntryData
 
isJavaAgentJar(URL) - 类 中的方法cn.hserver.plugin.loader.InputArgumentsJavaAgentDetector
 
isJavaAgentJar(URL) - 接口 中的方法cn.hserver.plugin.loader.JavaAgentDetector
Returns true if url points to a Java agent jar file, otherwise false is returned.
isNestedArchive(Archive.Entry) - 类 中的方法cn.hserver.plugin.loader.ExecutableArchiveLauncher
Determine if the specified JarEntry is a nested item that should be added to the classpath.
isNestedArchive(Archive.Entry) - 类 中的方法cn.hserver.plugin.loader.HServerJarMainClassStart
 
isNestedArchive(Archive.Entry) - 类 中的方法cn.hserver.plugin.loader.JarLauncher
 
iterator() - 类 中的方法cn.hserver.plugin.loader.jar.JarFile
 

J

JarEntry - cn.hserver.plugin.loader.jar中的类
Extended variant of JarEntry returned by JarFiles.
JarEntry(JarEntryData) - 类 的构造器cn.hserver.plugin.loader.jar.JarEntry
 
JarEntryData - cn.hserver.plugin.loader.jar中的类
Holds the underlying data of a JarEntry, allowing creation to be deferred until the entry is actually needed.
JarEntryData(JarFile, byte[], InputStream) - 类 的构造器cn.hserver.plugin.loader.jar.JarEntryData
 
JarEntryFilter - cn.hserver.plugin.loader.jar中的接口
Interface that can be used to filter and optionally rename jar entries.
JarFile - cn.hserver.plugin.loader.jar中的类
Extended variant of JarFile that behaves in the same way but offers the following additional functionality.
JarFile(File) - 类 的构造器cn.hserver.plugin.loader.jar.JarFile
Create a new JarFile backed by the specified file.
JarFileArchive - cn.hserver.plugin.loader.archive中的类
Archive implementation backed by a JarFile.
JarFileArchive(File) - 类 的构造器cn.hserver.plugin.loader.archive.JarFileArchive
 
JarFileArchive(File, URL) - 类 的构造器cn.hserver.plugin.loader.archive.JarFileArchive
 
JarFileArchive(JarFile) - 类 的构造器cn.hserver.plugin.loader.archive.JarFileArchive
 
JarLauncher - cn.hserver.plugin.loader中的类
Launcher for JAR based archives.
JarLauncher() - 类 的构造器cn.hserver.plugin.loader.JarLauncher
 
JarLauncher(Archive) - 类 的构造器cn.hserver.plugin.loader.JarLauncher
 
JavaAgentDetector - cn.hserver.plugin.loader中的接口
A strategy for detecting Java agents.

L

launch(String[]) - 类 中的方法cn.hserver.plugin.loader.Launcher
Launch the application.
launch(String[], String, ClassLoader) - 类 中的方法cn.hserver.plugin.loader.Launcher
Launch the application given the archive file and a fully configured classloader.
LaunchedURLClassLoader - cn.hserver.plugin.loader中的类
ClassLoader used by the Launcher.
LaunchedURLClassLoader(URL[], ClassLoader) - 类 的构造器cn.hserver.plugin.loader.LaunchedURLClassLoader
Create a new LaunchedURLClassLoader instance.
Launcher - cn.hserver.plugin.loader中的类
Base class for launchers that can start an application with a fully configured classpath backed by one or more Archives.
Launcher() - 类 的构造器cn.hserver.plugin.loader.Launcher
 
length() - 类 中的方法cn.hserver.plugin.loader.util.AsciiBytes
 
loadClass(String, boolean) - 类 中的方法cn.hserver.plugin.loader.LaunchedURLClassLoader
Attempt to load classes from the URLs before delegating to the parent loader.

M

main(String[]) - 类 中的静态方法cn.hserver.plugin.loader.HServerJarMainClassStart
 
main(String[]) - 类 中的静态方法cn.hserver.plugin.loader.JarLauncher
 
MAIN - 类 中的静态变量cn.hserver.plugin.loader.PropertiesLauncher
Properties key for main class.
main(String[]) - 类 中的静态方法cn.hserver.plugin.loader.PropertiesLauncher
 
MainMethodRunner - cn.hserver.plugin.loader中的类
Utility class that used by Launchers to call a main method.
MainMethodRunner(String, String[]) - 类 的构造器cn.hserver.plugin.loader.MainMethodRunner
Create a new MainMethodRunner instance.
matches(Archive.Entry) - 接口 中的方法cn.hserver.plugin.loader.archive.Archive.EntryFilter
Apply the jar entry filter.

O

openConnection(URL) - 类 中的方法cn.hserver.plugin.loader.jar.Handler
 

P

PATH - 类 中的静态变量cn.hserver.plugin.loader.PropertiesLauncher
Properties key for classpath entries (directories possibly containing jars).
PLACEHOLDER_PREFIX - 类 中的静态变量cn.hserver.plugin.loader.util.SystemPropertyUtils
Prefix for system property placeholders: "${".
PLACEHOLDER_SUFFIX - 类 中的静态变量cn.hserver.plugin.loader.util.SystemPropertyUtils
Suffix for system property placeholders: "}".
postProcessClassPathArchives(List<Archive>) - 类 中的方法cn.hserver.plugin.loader.ExecutableArchiveLauncher
Called to post-process archive entries before they are used.
postProcessClassPathArchives(List<Archive>) - 类 中的方法cn.hserver.plugin.loader.HServerJarMainClassStart
 
postProcessClassPathArchives(List<Archive>) - 类 中的方法cn.hserver.plugin.loader.JarLauncher
 
PropertiesLauncher - cn.hserver.plugin.loader中的类
Launcher for archives with user-configured classpath and main class via a properties file.
PropertiesLauncher() - 类 的构造器cn.hserver.plugin.loader.PropertiesLauncher
 

R

RandomAccessData - cn.hserver.plugin.loader.data中的接口
Interface that provides read-only random access to some underlying data.
RandomAccessData.ResourceAccess - cn.hserver.plugin.loader.data中的枚举
Lock modes for accessing the underlying resource.
RandomAccessDataFile - cn.hserver.plugin.loader.data中的类
RandomAccessData implementation backed by a RandomAccessFile.
RandomAccessDataFile(File) - 类 的构造器cn.hserver.plugin.loader.data.RandomAccessDataFile
Create a new RandomAccessDataFile backed by the specified file.
RandomAccessDataFile(File, int) - 类 的构造器cn.hserver.plugin.loader.data.RandomAccessDataFile
Create a new RandomAccessDataFile backed by the specified file.
registerUrlProtocolHandler() - 类 中的静态方法cn.hserver.plugin.loader.jar.JarFile
Register a 'java.protocol.handler.pkgs' property so that a URLStreamHandler will be located to deal with jar URLs.
resolvePlaceholders(String) - 类 中的静态方法cn.hserver.plugin.loader.util.SystemPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding system property values.
resolvePlaceholders(Properties, String) - 类 中的静态方法cn.hserver.plugin.loader.util.SystemPropertyUtils
Resolve ${...} placeholders in the given text, replacing them with corresponding system property values.
run() - 类 中的方法cn.hserver.plugin.loader.MainMethodRunner
 

S

SET_SYSTEM_PROPERTIES - 类 中的静态变量cn.hserver.plugin.loader.PropertiesLauncher
Properties key for boolean flag (default false) which if set will cause the external configuration properties to be copied to System properties (assuming that is allowed by Java security).
setUseFastConnectionExceptions(boolean) - 类 中的静态方法cn.hserver.plugin.loader.jar.Handler
Set if a generic static exception can be thrown when a URL cannot be connected.
size() - 类 中的方法cn.hserver.plugin.loader.jar.JarFile
 
startsWith(AsciiBytes) - 类 中的方法cn.hserver.plugin.loader.util.AsciiBytes
 
substring(int) - 类 中的方法cn.hserver.plugin.loader.util.AsciiBytes
 
substring(int, int) - 类 中的方法cn.hserver.plugin.loader.util.AsciiBytes
 
SystemPropertyUtils - cn.hserver.plugin.loader.util中的类
Helper class for resolving placeholders in texts.
SystemPropertyUtils() - 类 的构造器cn.hserver.plugin.loader.util.SystemPropertyUtils
 

T

toCamelCase(CharSequence) - 类 中的静态方法cn.hserver.plugin.loader.PropertiesLauncher
 
toString() - 类 中的方法cn.hserver.plugin.loader.archive.Archive
 
toString() - 类 中的方法cn.hserver.plugin.loader.jar.JarFile
 
toString() - 类 中的方法cn.hserver.plugin.loader.util.AsciiBytes
 

V

VALUE_SEPARATOR - 类 中的静态变量cn.hserver.plugin.loader.util.SystemPropertyUtils
Value separator for system property placeholders: ":".
valueOf(String) - 枚举 中的静态方法cn.hserver.plugin.loader.data.RandomAccessData.ResourceAccess
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cn.hserver.plugin.loader.data.RandomAccessData.ResourceAccess
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C E F G H I J L M O P R S T V 
跳过导航链接

Copyright © 2023. All rights reserved.