public interface BizInfo
| 限定符和类型 | 方法和说明 |
|---|---|
ClassLoader |
getBizClassLoader()
get Biz Classloader
|
String |
getBizName()
get Biz Name
|
BizState |
getBizState()
get Biz State
|
String |
getBizVersion()
get Biz Version
|
URL[] |
getClassPath()
get Biz Class Path
|
Set<String> |
getDenyImportClasses()
get denied imported classes
|
Set<String> |
getDenyImportPackageNodes()
get biz deny import package which is exactly matched
|
Set<String> |
getDenyImportPackages()
get denied imported packages config
|
Set<String> |
getDenyImportPackageStems()
get biz deny import package which is matched by prefix
|
Set<String> |
getDenyImportResources()
get denied imported resources
|
Set<String> |
getDenyPrefixImportResourceStems()
get denied imported resource stems by prefix
|
Set<String> |
getDenySuffixImportResourceStems()
get denied imported resource stems by suffix
|
String |
getIdentity()
get identity id in runtime, an unique-id of ark biz
|
String |
getMainClass()
get Biz Main Entry Class Name
|
String |
getWebContextPath()
get web context path
|
String getBizName()
String getBizVersion()
String getIdentity()
String getMainClass()
URL[] getClassPath()
Set<String> getDenyImportPackageNodes()
Set<String> getDenyImportPackageStems()
Set<String> getDenyPrefixImportResourceStems()
Set<String> getDenySuffixImportResourceStems()
ClassLoader getBizClassLoader()
BizState getBizState()
String getWebContextPath()
Copyright © 2019. All rights reserved.