Lines Matching refs:entry
111 commandFuncs.put(CMD_MODE, entry -> {
112 entry.getKey().setMode(entry.getValue());
115 commandFuncs.put(CMD_JSON_PATH, entry -> {
116 entry.getKey().setJsonPath(entry.getValue());
119 commandFuncs.put(CMD_PROFILE_PATH, entry -> {
120 entry.getKey().setProfilePath(entry.getValue());
123 commandFuncs.put(CMD_INDEX_PATH, entry -> {
124 entry.getKey().setIndexPath(entry.getValue());
127 commandFuncs.put(CMD_JS_PATH, entry -> {
128 entry.getKey().setJsPath(entry.getValue());
131 commandFuncs.put(CMD_ETS_PATH, entry -> {
132 entry.getKey().setEtsPath(entry.getValue());
135 commandFuncs.put(CMD_HNP_PATH, entry -> {
136 entry.getKey().setHnpPath(entry.getValue());
139 commandFuncs.put(CMD_RPCID_PATH, entry -> {
140 entry.getKey().setRpcidPath(entry.getValue());
143 commandFuncs.put(CMD_RPCID, entry -> {
144 entry.getKey().setRpcid(entry.getValue());
147 commandFuncs.put(CMD_SO_PATH, entry -> {
148 entry.getKey().setSoPath(entry.getValue());
151 commandFuncs.put(CMD_SO_DIR, entry -> {
152 entry.getKey().setSoDir(entry.getValue());
155 commandFuncs.put(CMD_ABILITY_SO_PATH, entry -> {
156 entry.getKey().setAbilitySoPath(entry.getValue());
159 commandFuncs.put(CMD_DEX_PATH, entry -> {
160 entry.getKey().setDexPath(entry.getValue());
163 commandFuncs.put(CMD_ABC_PATH, entry -> {
164 entry.getKey().setAbcPath(entry.getValue());
167 commandFuncs.put(CMD_FILE_PATH, entry -> {
168 entry.getKey().setFilePath(entry.getValue());
171 commandFuncs.put(CMD_LIB_PATH, entry -> {
172 entry.getKey().setLibPath(entry.getValue());
175 commandFuncs.put(CMD_RES_PATH, entry -> {
176 entry.getKey().setResPath(entry.getValue());
179 commandFuncs.put(CMD_RESOURCES_PATH, entry -> {
180 entry.getKey().setResourcesPath(entry.getValue());
183 commandFuncs.put(CMD_ASSETS_PATH, entry -> {
184 entry.getKey().setAssetsPath(entry.getValue());
187 commandFuncs.put(CMD_APK_PATH, entry -> {
188 entry.getKey().setApkPath(entry.getValue());
191 commandFuncs.put(CMD_HAP_PATH, entry -> {
192 entry.getKey().setHapPath(entry.getValue());
195 commandFuncs.put(CMD_APP_PATH, entry -> {
196 entry.getKey().setAppPath(entry.getValue());
199 commandFuncs.put(CMD_SIGNATURE_PATH, entry -> {
200 entry.getKey().setSignaturePath(entry.getValue());
203 commandFuncs.put(CMD_CERTIFICATE_PATH, entry -> {
204 entry.getKey().setCertificatePath(entry.getValue());
207 commandFuncs.put(CMD_FORCE, entry -> {
208 entry.getKey().setForceRewrite(entry.getValue());
211 commandFuncs.put(CMD_OUT_PATH, entry -> {
212 entry.getKey().setOutPath(entry.getValue());
215 commandFuncs.put(CMD_PACK_INFO_PATH, entry -> {
216 entry.getKey().setPackInfoPath(entry.getValue());
219 commandFuncs.put(CMD_ENCRYPT_PATH, entry -> {
220 entry.getKey().setEncryptPath(entry.getValue());
223 commandFuncs.put(CMD_BIN_PATH, entry -> {
224 entry.getKey().setBinPath(entry.getValue());
227 commandFuncs.put(CMD_JAR_PATH, entry -> {
228 entry.getKey().setJarPath(entry.getValue());
231 commandFuncs.put(CMD_TXT_PATH, entry -> {
232 entry.getKey().setTxtPath(entry.getValue());
235 commandFuncs.put(CMD_HAR_PATH, entry -> {
236 entry.getKey().setHarPath(entry.getValue());
239 commandFuncs.put(CMD_HSP_PATH, entry -> {
240 entry.getKey().setHspPath(entry.getValue());
243 commandFuncs.put(CMD_PACK_RES_PATH, entry -> {
244 entry.getKey().setPackResPath(entry.getValue());
247 commandFuncs.put(CMD_UNPACKAPK, entry -> {
248 entry.getKey().setUnpackApk(entry.getValue());
251 commandFuncs.put(CMD_UNPACK_CUT_ENTRY_APK, entry -> {
252 entry.getKey().setUnpackCutEntryApk(entry.getValue());
255 commandFuncs.put(CMD_SHAREDLIBS_PATH, entry -> {
256 entry.getKey().setSharedLibsPath(entry.getValue());
259 commandFuncs.put(CMD_ENTRYCARD_PATH, entry -> {
260 entry.getKey().setEntryCardPath(entry.getValue());
263 commandFuncs.put(CMD_HAP_LIST, entry -> {
264 entry.getKey().setHapList(entry.getValue());
267 commandFuncs.put(CMD_HSP_LIST, entry -> {
268 entry.getKey().setHspList(entry.getValue());
271 commandFuncs.put(CMD_APP_LIST, entry -> {
272 entry.getKey().setAppList(entry.getValue());
275 commandFuncs.put(CMD_DIR_LIST, entry -> {
276 entry.getKey().setDirList(entry.getValue());
279 commandFuncs.put(CMD_HQF_LIST, entry -> {
280 entry.getKey().setHqfList(entry.getValue());
283 commandFuncs.put(CMD_APPQF_PATH, entry -> {
284 entry.getKey().setAPPQFPath(entry.getValue());
287 commandFuncs.put(CMD_AN_PATH, entry -> {
288 entry.getKey().setANPath(entry.getValue());
291 commandFuncs.put(CMD_AP_PATH, entry -> {
292 entry.getKey().setAPPath(entry.getValue());
295 commandFuncs.put(MAIN_MODULE_LIMIT, entry -> {
296 entry.getKey().setMainModuleLimit(entry.getValue());
299 commandFuncs.put(NORMAL_MODULE_LIMIT, entry -> {
300 entry.getKey().setNormalModuleLimit(entry.getValue());
303 commandFuncs.put(TOTAL_LIMIT, entry -> {
304 entry.getKey().setTotalLimit(entry.getValue());
307 commandFuncs.put(VERSION_CODE, entry -> {
309 entry.getKey().setVersionCode(Integer.parseInt(entry.getValue()));
316 commandFuncs.put(VERSION_NAME, entry -> {
317 entry.getKey().setVersionName(entry.getValue());
320 commandFuncs.put(INPUT_LIST, entry -> {
321 entry.getKey().setInputList(entry.getValue());
324 commandFuncs.put(INPUT, entry -> {
325 entry.getKey().setInput(entry.getValue());
328 commandFuncs.put(STAT_DUPLICATE, entry -> {
329 if (Boolean.TRUE.toString().equals(entry.getValue()) || Boolean.FALSE.toString().equals(entry.getValue())) {
330 entry.getKey().setStatDuplicate(Boolean.parseBoolean(entry.getValue()));
337 commandFuncs.put(STAT_SUFFIX, entry -> {
338 if (Boolean.TRUE.toString().equals(entry.getValue()) || Boolean.FALSE.toString().equals(entry.getValue())) {
339 entry.getKey().setStatSuffix(Boolean.parseBoolean(entry.getValue()));
346 commandFuncs.put(STAT_FILE_SIZE, entry -> {
347 entry.getKey().setStatFileSize(entry.getValue());
350 commandFuncs.put(CMD_COMPRESS_LEVEL, entry -> {
351 String level = entry.getValue();
358 entry.getKey().setCompressLevel(compressLevel);
366 commandFuncs.put(CMD_PKG_CONTEXT_PATH, entry -> {
367 entry.getKey().setPkgContextPath(entry.getValue());
370 commandFuncs.put(CMD_BUNDLE_NAME, entry -> {
371 entry.getKey().setBundleName(entry.getValue());
392 Map.Entry<Utility, String> entry = new AbstractMap.SimpleEntry<>(utility, value);
394 commandFuncs.get(key).apply(entry);