Class FormatterParameters

java.lang.Object
de.gwdg.metadataqa.marc.cli.parameters.CommonParameters
de.gwdg.metadataqa.marc.cli.parameters.FormatterParameters
All Implemented Interfaces:
Serializable

public class FormatterParameters extends CommonParameters
See Also:
  • Field Details

  • Constructor Details

    • FormatterParameters

      public FormatterParameters()
    • FormatterParameters

      public FormatterParameters(String[] arguments) throws org.apache.commons.cli.ParseException
      Throws:
      org.apache.commons.cli.ParseException
  • Method Details

    • setOptions

      protected void setOptions()
      Overrides:
      setOptions in class CommonParameters
    • getFormat

      public String getFormat()
    • getCountNr

      public int getCountNr()
    • getSearch

      public String getSearch()
    • hasSearch

      public boolean hasSearch()
    • getPath

      public String getPath()
    • getQuery

      public String getQuery()
    • getSelector

      public List<SchemaSpec> getSelector()
    • hasSelector

      public boolean hasSelector()
    • withId

      public boolean withId()
    • getSeparator

      public String getSeparator()
    • getFileName

      public String getFileName()
    • getIds

      public List<String> getIds()
    • formatParameters

      public String formatParameters()
      Overrides:
      formatParameters in class CommonParameters