| 程序包 | 说明 |
|---|---|
| cn.hserver.plugin.loader | |
| cn.hserver.plugin.loader.archive |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
HServerJarMainClassStart.isNestedArchive(Archive.Entry entry) |
protected abstract boolean |
ExecutableArchiveLauncher.isNestedArchive(Archive.Entry entry)
Determine if the specified
JarEntry is a nested item that should be added
to the classpath. |
protected boolean |
JarLauncher.isNestedArchive(Archive.Entry entry) |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract Collection<Archive.Entry> |
Archive.getEntries()
Returns all entries from the archive.
|
Collection<Archive.Entry> |
FilteredArchive.getEntries() |
Collection<Archive.Entry> |
JarFileArchive.getEntries() |
Collection<Archive.Entry> |
ExplodedArchive.getEntries() |
| 限定符和类型 | 方法和说明 |
|---|---|
AsciiBytes |
Archive.EntryRenameFilter.apply(AsciiBytes entryName,
Archive.Entry entry)
Apply the jar entry filter.
|
protected Archive |
JarFileArchive.getNestedArchive(Archive.Entry entry) |
protected Archive |
ExplodedArchive.getNestedArchive(Archive.Entry entry) |
boolean |
Archive.EntryFilter.matches(Archive.Entry entry)
Apply the jar entry filter.
|
Copyright © 2023. All rights reserved.