public class ExecutableArkBizJar extends Object implements ExecutableArchive
Archive.Entry, Archive.EntryFilter| 限定符和类型 | 字段和说明 |
|---|---|
Archive |
archive |
String |
SOFA_ARK_CONTAINER |
String |
SOFA_ARK_MODULE |
String |
SOFA_ARK_PLUGIN |
URL |
url |
| 构造器和说明 |
|---|
ExecutableArkBizJar(Archive archive) |
ExecutableArkBizJar(Archive archive,
URL url) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<BizArchive> |
getBizArchives()
Returns the ark-biz module archives that will run upon ark container
|
List<URL> |
getConfClasspath() |
ContainerArchive |
getContainerArchive() |
InputStream |
getInputStream(ZipEntry zipEntry) |
Manifest |
getManifest() |
Archive |
getNestedArchive(Archive.Entry entry) |
List<Archive> |
getNestedArchives(Archive.EntryFilter filter) |
List<PluginArchive> |
getPluginArchives()
Returns the ark plugin archives that will be applied to class isolation strategy of ark container
|
URL |
getUrl() |
Iterator<Archive.Entry> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic ExecutableArkBizJar(Archive archive)
public URL getUrl() throws MalformedURLException
getUrl 在接口中 ArchiveMalformedURLExceptionpublic Manifest getManifest() throws IOException
getManifest 在接口中 ArchiveIOExceptionpublic List<Archive> getNestedArchives(Archive.EntryFilter filter) throws IOException
getNestedArchives 在接口中 ArchiveIOExceptionpublic InputStream getInputStream(ZipEntry zipEntry) throws IOException
getInputStream 在接口中 ArchiveIOExceptionpublic Archive getNestedArchive(Archive.Entry entry) throws IOException
getNestedArchive 在接口中 ArchiveIOExceptionpublic Iterator<Archive.Entry> iterator()
iterator 在接口中 Iterable<Archive.Entry>public ContainerArchive getContainerArchive() throws Exception
getContainerArchive 在接口中 ExecutableArchiveExceptionpublic List<BizArchive> getBizArchives() throws Exception
getBizArchives 在接口中 ExecutableArchiveExceptionpublic List<PluginArchive> getPluginArchives() throws Exception
getPluginArchives 在接口中 ExecutableArchiveExceptionpublic List<URL> getConfClasspath() throws Exception
getConfClasspath 在接口中 ExecutableArchiveExceptionCopyright © 2019. All rights reserved.