| 程序包 | 说明 |
|---|---|
| org.noear.solon.loader | |
| org.noear.solon.loader.archive |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
WarLauncher.isNestedArchive(Archive.Entry entry) |
protected abstract boolean |
ExecutableArchiveLauncher.isNestedArchive(Archive.Entry entry)
Determine if the specified entry is a nested item that should be added to the
classpath.
|
protected boolean |
JarLauncher.isNestedArchive(Archive.Entry entry) |
protected boolean |
ExecutableArchiveLauncher.isSearchCandidate(Archive.Entry entry)
Determine if the specified entry is a candidate for further searching.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Iterator<Archive.Entry> |
JarFileArchive.iterator()
已过时。
|
Iterator<Archive.Entry> |
ExplodedArchive.iterator()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
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.