Interface ExecutableArchive

All Superinterfaces:
Archive, Iterable<Archive.Entry>

public interface ExecutableArchive extends Archive
An archive represents an executable fat jar with sofa-ark
Since:
0.1.0
Author:
qilong.zql
  • Method Details

    • getContainerArchive

      ContainerArchive getContainerArchive() throws Exception
      Get Ark Container Archiver
      Returns:
      Throws:
      Exception - throw exception when meets error
    • getBizArchives

      List<BizArchive> getBizArchives() throws Exception
      Get all Biz Archiver
      Returns:
      Throws:
      Exception - throw exception when meets error
    • getPluginArchives

      List<PluginArchive> getPluginArchives() throws Exception
      Get all Plugin Archiver
      Returns:
      Throws:
      Exception - throw exception when meets error
    • getConfClasspath

      List<URL> getConfClasspath() throws Exception
      Get ark conf class path
      Returns:
      return ark conf class path
      Throws:
      Exception - throw exception when meets error