Home
last modified time | relevance | path

Searched refs:CommandParser (Results 1 - 4 of 4) sorted by relevance

/developtools/packing_tool/adapter/ohos/
H A DScanEntrance.java40 if (!CommandParser.commandParser(utility, args)) { in main()
H A DCompressEntrance.java99 if (!CommandParser.commandParser(utility, args)) { in main()
H A DCommandParser.java27 public class CommandParser { class
103 private static final Log LOG = new Log(CommandParser.class.toString());
311 LOG.error("CommandParser::--version-code value must be number."); in initCommandFuncs()
355 LOG.error("CommandParser::--compress-level value must be number between 1-9"); in initCommandFuncs()
362 LOG.error("CommandParser::--compress-level value must be number between 1-9"); in initCommandFuncs()
386 LOG.error("CommandParser::commandParser args is null!"); in commandParser()
H A DUncompressEntrance.java443 if (!CommandParser.commandParser(utility, args)) { in main()

Completed in 3 milliseconds