public interface BizFactoryService
File and BizArchive| 限定符和类型 | 方法和说明 |
|---|---|
Biz |
createBiz(BizArchive bizArchive)
Create Biz Model according to
BizArchive |
Biz |
createBiz(File file)
Create Biz Model according to
File |
Biz createBiz(BizArchive bizArchive) throws IOException
BizArchivebizArchive - the BizArchive modelIOException - throw io exception when BizArchive is invalid.Biz createBiz(File file) throws IOException
Filefile - the ark biz fileIOException - throw io exception when File is invalid.Copyright © 2018. All rights reserved.