Package | Description |
---|---|
io.jpom | |
io.jpom.common | |
io.jpom.system |
Modifier and Type | Method and Description |
---|---|
static Type |
JpomApplication.getAppType()
获取当前程序的类型
|
Constructor and Description |
---|
JpomApplication(Type appType,
Class<?> appClass,
String[] args) |
Modifier and Type | Method and Description |
---|---|
Type |
JpomManifest.getType() |
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static cn.jiangzeyin.common.JsonMessage<cn.hutool.core.lang.Tuple> |
JpomManifest.checkJpomJar(String path,
Type type)
检查是否为jpom包
|
static cn.jiangzeyin.common.JsonMessage<cn.hutool.core.lang.Tuple> |
JpomManifest.checkJpomJar(String path,
Type type,
boolean checkRepeat)
检查是否为jpom包
|
static cn.hutool.core.lang.Tuple |
RemoteVersion.download(String savePath,
Type type)
下载
|
static cn.hutool.core.lang.Tuple |
RemoteVersion.download(String savePath,
Type type,
boolean checkRepeat)
下载
|
static File |
JpomManifest.zipFileFind(String path,
Type type,
String savePath)
解析 jpom 安装包
|
Modifier and Type | Method and Description |
---|---|
File |
ConfigBean.getApplicationJpomInfo(Type type)
获取当前项目全局 运行信息文件路径
|
Copyright © 2017–2022. All rights reserved.