public abstract class AbstractPackHandler extends Object implements PackHandler
| 限定符和类型 | 字段和说明 |
|---|---|
protected static String |
BIN_DIR_NAME |
protected String |
binPath
The bin directory path in the home directory of each platform.
|
protected PackInfo |
packInfo
Packed Relevant Parameter Entity Objects.
|
protected String |
platformPath
Home directory path in each platform.
|
| 构造器和说明 |
|---|
AbstractPackHandler() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected Map<String,Object> |
buildBaseTemplateContextMap() |
protected void |
compress(PlatformEnum platformEnum)
Make tar.gz compression package under linux.
|
protected void |
copyFiles(String source,
String destination) |
protected void |
createBaseDirs() |
protected void |
createPlatformCommonDir(PlatformEnum platformEnum) |
protected boolean |
isRootPath(String filePath) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpackprotected PackInfo packInfo
protected String platformPath
protected String binPath
protected void createPlatformCommonDir(PlatformEnum platformEnum)
protected void createBaseDirs()
protected boolean isRootPath(String filePath)
protected void compress(PlatformEnum platformEnum)
Copyright © 2021. All rights reserved.