public interface BizFactoryService
File and BizArchive| Modifier and Type | Method and Description |
|---|---|
Biz |
createBiz(BizArchive bizArchive)
Create Biz Model according to
BizArchive |
Biz |
createBiz(BizOperation bizOperation,
File file) |
Biz |
createBiz(File file)
Create Biz Model according to
File |
Biz |
createEmbedMasterBiz(ClassLoader masterClassLoader)
Create Biz Model according to master biz
|
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.Biz createBiz(BizOperation bizOperation, File file) throws IOException
bizOperation - file - IOExceptionBiz createEmbedMasterBiz(ClassLoader masterClassLoader)
Copyright © 2024. All rights reserved.