Ejemplo n.º 1
0
  public static Properties parseProperties(String[] args) {
    if (args == null) {
      return new Properties();
    }

    CmdLineParser _cmdLineParser = new CmdLineParser(args);

    return _cmdLineParser.getProps();
  }