• Home
  • Raw
  • Download

Lines Matching refs:String

30     static final String MODE_HAP = "hap";
31 static final String MODE_HAR = "har";
32 static final String MODE_APP = "app";
33 static final String MODE_MULTI_APP = "multiApp";
34 static final String MODE_HQF = "hqf";
35 static final String MODE_APPQF = "appqf";
36 static final String MODE_RES = "res";
37 static final String MODE_HSP = "hsp";
38 static final String FALSE_STRING = "false";
40 private static final String CMD_PREFIX = "--";
43 private String mode = "";
44 private String jsonPath = "";
45 private String profilePath = "";
46 private String soPath = "";
47 private String soDir = "";
48 private String abilitySoPath = "";
49 private String dexPath = "";
50 private String abcPath = "";
51 private String indexPath = "";
52 private String hapPath = "";
53 private String appPath = "";
54 private String libPath = "";
55 private String resPath = "";
56 private String resourcesPath = "";
57 private String assetsPath = "";
58 private String apkPath = "";
59 private String certificatePath = "";
60 private String signaturePath = "";
61 private String forceRewrite = "false";
62 private String outPath = "";
63 private String packInfoPath = "";
64 private String binPath = "";
66 private String moduleName = "";
67 private String harPath = "";
68 private String hspPath = "";
69 private String jarPath = "";
70 private String txtPath = "";
71 private String parseMode = "";
72 private String deviceType = "";
73 private String hapName = "";
74 private String sharedLibsPath = "";
75 private String unpackApk = "false";
76 private String unpackCutEntryApk = "false";
77 private String entryCardPath = "";
78 private String packRes = "";
79 private String packResPath = "";
80 private String filePath = "";
81 private String jsPath = "";
82 private String etsPath = "";
83 private String rpcidPath = "";
85 private String VersionName = "";
87 private String rpcid = FALSE_STRING;
89 private String appqfPath = "";
90 private String anPath = "";
91 private String apPath = "";
93 private String mainModuleLimit = "";
94 private String normalModuleLimit = "";
95 private String totalLimit = "";
99 private List<String> formattedSoPathList = new ArrayList<>();
100 private List<String> formattedAbilitySoPathList = new ArrayList<>();
101 private List<String> formattedDexPathList = new ArrayList<>();
102 private List<String> formattedAbcPathList = new ArrayList<>();
103 private List<String> formattedHapPathList = new ArrayList<>();
104 private List<String> formattedHspPathList = new ArrayList<>();
105 private List<String> formattedApkPathList = new ArrayList<>();
106 private List<String> formattedJarPathList = new ArrayList<>();
107 private List<String> formattedTxtPathList = new ArrayList<>();
108 private List<String> formattedEntryCardPathList = new ArrayList<>();
109 private List<String> formNameList = new ArrayList<>();
110 private List<String> formattedAppList = new ArrayList<>();
111 private List<String> formattedHapList = new ArrayList<>();
113 private List<String> formatedDirList = new ArrayList<>();
115 private List<String> formatedHQFList = new ArrayList<>();
116 private List<String> formatedABCList = new ArrayList<>();
118 private String appList = "";
119 private String hapList = "";
120 private String dirList = "";
121 private String hqfList = "";
122 private String hspList = "";
132 public String getMode() { in getMode()
136 public void setMode(String mode) { in setMode()
142 public String getJsonPath() { in getJsonPath()
146 public void setJsonPath(String jsonPath) { in setJsonPath()
152 public String getProfilePath() { in getProfilePath()
156 public void setProfilePath(String profilePath) { in setProfilePath()
162 public String getSoPath() { in getSoPath()
166 public void setSoPath(String soPath) { in setSoPath()
172 public String getAbilitySoPath() { in getAbilitySoPath()
176 public void setAbilitySoPath(String abilitySoPath) { in setAbilitySoPath()
182 public String getSoDir() { in getSoDir()
186 public void setSoDir(String soDir) { in setSoDir()
192 public String getDexPath() { in getDexPath()
196 public void setDexPath(String dexPath) { in setDexPath()
202 public String getAbcPath() { in getAbcPath()
206 public void setAbcPath(String abcPath) { in setAbcPath()
212 public List<String> getABCList() { in getABCList()
216 public String getFilePath() { in getFilePath()
220 public void setFilePath(String filePath) { in setFilePath()
226 public String getIndexPath() { in getIndexPath()
230 public void setIndexPath(String indexPath) { in setIndexPath()
236 public String getBinPath() { in getBinPath()
240 public void setBinPath(String binPath) { in setBinPath()
262 public String getHapPath() { in getHapPath()
266 public void setHapPath(String hapPath) { in setHapPath()
272 public String getAppPath() { in getAppPath()
276 public void setAppPath(String appPath) { in setAppPath()
282 public String getLibPath() { in getLibPath()
286 public void setLibPath(String libPath) { in setLibPath()
292 public String getResPath() { in getResPath()
296 public void setResPath(String resPath) { in setResPath()
302 public String getResourcesPath() { in getResourcesPath()
306 public void setResourcesPath(String resourcesPath) { in setResourcesPath()
312 public String getAssetsPath() { in getAssetsPath()
316 public void setAssetsPath(String assetsPath) { in setAssetsPath()
322 public String getModuleName() { in getModuleName()
329 public void setModuleName(String moduleName) { in setModuleName()
333 public String getApkPath() { in getApkPath()
337 public void setApkPath(String apkPath) { in setApkPath()
343 public String getCertificatePath() { in getCertificatePath()
347 public void setCertificatePath(String certificatePath) { in setCertificatePath()
353 public String getSignaturePath() { in getSignaturePath()
357 public void setSignaturePath(String signaturePath) { in setSignaturePath()
363 public String getForceRewrite() { in getForceRewrite()
367 public void setForceRewrite(String forceRewrite) { in setForceRewrite()
373 public String getOutPath() { in getOutPath()
377 public void setOutPath(String outPath) { in setOutPath()
383 public String getPackInfoPath() { in getPackInfoPath()
387 public void setPackInfoPath(String packInfoPath) { in setPackInfoPath()
393 public String getJarPath() { in getJarPath()
397 public void setJarPath(String jarPath) { in setJarPath()
403 public String getTxtPath() { in getTxtPath()
407 public void setTxtPath(String txtPath) { in setTxtPath()
413 public String getHarPath() { in getHarPath()
417 public void setHarPath(String harPath) { in setHarPath()
423 public void setHspPath(String hspPath) { in setHspPath()
429 public String getHspPath() { in getHspPath()
433 public String getParseMode() { in getParseMode()
437 public void setParseMode(String parseMode) { in setParseMode()
443 public String getDeviceType() { in getDeviceType()
447 public void setDeviceType(String deviceType) { in setDeviceType()
453 public String getUnpackApk() { in getUnpackApk()
457 public void setUnpackApk(String unpackApk) { in setUnpackApk()
461 public String getUnpackCutEntryApk() { in getUnpackCutEntryApk()
465 public void setUnpackCutEntryApk(String unpackCutEntryApk) { in setUnpackCutEntryApk()
469 public String getHapName() { in getHapName()
473 public void setHapName(String hapName) { in setHapName()
479 public String getSharedLibsPath() { in getSharedLibsPath()
483 public void setSharedLibsPath(String sharedLibsPath) { in setSharedLibsPath()
489 public String getEntryCardPath() { in getEntryCardPath()
493 public void setEntryCardPath(String entryCardPath) { in setEntryCardPath()
499 public String getPackRes() { in getPackRes()
503 public void setPackRes(String packRes) { in setPackRes()
507 public String getPackResPath() { in getPackResPath()
511 public void setPackResPath(String packResPath) { in setPackResPath()
515 public String getJsPath() { return jsPath; } in getJsPath()
517 public void setJsPath(String jsPath) { this.jsPath = jsPath; } in setJsPath()
519 public String getEtsPath() { return etsPath; } in getEtsPath()
521 public void setEtsPath(String etsPath) { this.etsPath = etsPath; } in setEtsPath()
523 public String getRpcidPath() { in getRpcidPath()
527 public void setRpcidPath(String rpcidPath) { in setRpcidPath()
531 public String getRpcid() { return rpcid; } in getRpcid()
533 public void setRpcid(String rpcid) { in setRpcid()
537 public String getVersionName() { in getVersionName()
541 public void setVersionName(String VersionName) { in setVersionName()
553 public List<String> getFormattedSoPathList() { in getFormattedSoPathList()
557 public List<String> getFormattedAbilitySoPathList() { in getFormattedAbilitySoPathList()
561 public List<String> getFormattedDexPathList() { in getFormattedDexPathList()
565 public List<String> getFormattedAbcPathList() { in getFormattedAbcPathList()
569 public List<String> getFormattedHapPathList() { in getFormattedHapPathList()
573 public List<String> getFormattedHspPathList() { in getFormattedHspPathList()
577 public List<String> getFormattedApkPathList() { in getFormattedApkPathList()
581 public List<String> getFormattedJarPathList() { in getFormattedJarPathList()
585 public List<String> getFormattedTxtPathList() { in getFormattedTxtPathList()
589 public List<String> getFormattedAppList() { in getFormattedAppList()
593 public List<String> getFormattedHapList() { in getFormattedHapList()
597 public void setAppList(String appList) { in setAppList()
601 public String getAppList() { in getAppList()
605 public void setHapList(String hapList) { in setHapList()
609 public String getHapList() { in getHapList()
613 public String getDirList() { in getDirList()
617 public void setDirList(String dirList) { in setDirList()
621 public List<String> getFormatedDirList() { in getFormatedDirList()
630 public List<String> getformattedEntryCardPathList() { in getformattedEntryCardPathList()
640 public String getFormattedPath(String path) { in getFormattedPath()
646 String canonicalPath; in getFormattedPath()
676 public void addFormNameList(String formName) { in addFormNameList()
685 public List<String> getFormNameList() { in getFormNameList()
689 public String getHqfList() { in getHqfList()
693 public void setHqfList(String hqfList) { in setHqfList()
697 public List<String> getFormatedHQFList() { in getFormatedHQFList()
701 public void setFormatedHQFList(List<String> formatedHQFList) { in setFormatedHQFList()
705 public void setAPPQFPath(String appqfPath) { in setAPPQFPath()
709 public String getAPPQFPath() { in getAPPQFPath()
713 public void setANPath(String anPath) { in setANPath()
717 public String getANPath() { in getANPath()
721 public void setAPPath(String apPath) { in setAPPath()
725 public String getAPPath() { in getAPPath()
737 public void setMainModuleLimit(String limit) { in setMainModuleLimit()
741 public String getMainModuleLimit() { in getMainModuleLimit()
745 public String getNormalModuleLimit() { in getNormalModuleLimit()
749 public void setNormalModuleLimit(String limit) { in setNormalModuleLimit()
753 public String getTotalLimit() { in getTotalLimit()
757 public void setTotalLimit(String limit) { in setTotalLimit()
761 public String getHspList() { in getHspList()
765 public void setHspList(String hspList) { in setHspList()