| Package | Description |
|---|---|
| com.alipay.sofa.ark.spi.archive |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BizArchive
An archive represent an ark-biz-module
|
interface |
ContainerArchive
An archive represents an ark-container
|
interface |
ExecutableArchive
An archive represents an executable fat jar with sofa-ark
|
interface |
PluginArchive
An archive represents an ark-plugin
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractArchive
|
| Modifier and Type | Method and Description |
|---|---|
Archive |
Archive.getNestedArchive(Archive.Entry entry)
getNestedArchive
|
| Modifier and Type | Method and Description |
|---|---|
List<Archive> |
Archive.getNestedArchives(Archive.EntryFilter filter)
Returns nested
Archives for entries that match the specified filter. |
List<Archive> |
AbstractArchive.getNestedArchives(Archive.EntryFilter filter) |
Copyright © 2024. All rights reserved.