Package com.alipay.sofa.ark.spi.archive
Interface ContainerArchive
- All Superinterfaces:
Archive,Iterable<Archive.Entry>
An archive represents an ark-container
- Since:
- 0.1.0
- Author:
- qilong.zql
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.alipay.sofa.ark.spi.archive.Archive
Archive.Entry, Archive.EntryFilter -
Method Summary
Methods inherited from interface com.alipay.sofa.ark.spi.archive.Archive
getInputStream, getManifest, getNestedArchive, getNestedArchives, getUrlMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getUrls
fetch classpath of archive to startup ark-container- Returns:
- the classpath contained in ark-container archive
- Throws:
IOException- throw exception when meets error
-