Interface BizArchive

All Superinterfaces:
Archive, Iterable<Archive.Entry>

public interface BizArchive extends Archive
An archive represent an ark-biz-module
Since:
0.1.0
Author:
qilong.zql
  • Method Details

    • getUrls

      URL[] getUrls() throws IOException
      fetch classpath of archive to startup ark-biz module
      Returns:
      the classpath contained in ark-biz archive
      Throws:
      IOException - throw io exception when get biz classpath
    • isEntryExist

      boolean isEntryExist(Archive.EntryFilter filter)
      check whether the entry satisfy the given Archive.EntryFilter exists or not
      Parameters:
      filter -
      Returns: