Exemplo n.º 1
0
  protected void processParameter(String arg, String parameter, PublisherInfo pinfo)
      throws URISyntaxException {
    super.processParameter(arg, parameter, pinfo);

    this.append = true; // Always append, otherwise we will end up with nothing

    if (arg.equalsIgnoreCase("-categoryQualifier")) // $NON-NLS-1$
    categoryQualifier = parameter;

    if (arg.equalsIgnoreCase("-categoryDefinition")) // $NON-NLS-1$
    categoryDefinition = URIUtil.fromString(parameter);
  }
  protected void processParameter(String arg, String parameter, PublisherInfo pinfo)
      throws URISyntaxException {
    super.processParameter(arg, parameter, pinfo);

    if (arg.equalsIgnoreCase("-features")) // $NON-NLS-1$
    features = createFiles(parameter);

    if (arg.equalsIgnoreCase("-bundles")) // $NON-NLS-1$
    bundles = createFiles(parameter);

    if (arg.equalsIgnoreCase("-iu")) // $NON-NLS-1$
    rootIU = parameter;

    if (arg.equalsIgnoreCase("-version")) // $NON-NLS-1$
    rootVersion = parameter;
  }