Class Shacl4bibParameters

java.lang.Object
de.gwdg.metadataqa.marc.cli.parameters.CommonParameters
de.gwdg.metadataqa.marc.cli.parameters.Shacl4bibParameters
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TranslationParameters

public class Shacl4bibParameters extends CommonParameters
See Also:
  • Field Details

    • DEFAULT_SHACL_OUTPUT_FILE

      protected static final String DEFAULT_SHACL_OUTPUT_FILE
      See Also:
    • DEFAULT_SHACL_OUTPUT_TYPE

      protected static final de.gwdg.metadataqa.api.rule.RuleCheckingOutputType DEFAULT_SHACL_OUTPUT_TYPE
    • isOptionSet

      protected boolean isOptionSet
    • shaclConfigurationFile

      protected String shaclConfigurationFile
    • shaclOutputFile

      protected String shaclOutputFile
    • shaclOutputType

      protected de.gwdg.metadataqa.api.rule.RuleCheckingOutputType shaclOutputType
  • Constructor Details

    • Shacl4bibParameters

      public Shacl4bibParameters()
    • Shacl4bibParameters

      public Shacl4bibParameters(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
    • getShaclConfigurationFile

      public String getShaclConfigurationFile()
    • getShaclOutputFile

      public String getShaclOutputFile()
    • getShaclOutputType

      public de.gwdg.metadataqa.api.rule.RuleCheckingOutputType getShaclOutputType()
    • formatParameters

      public String formatParameters()
      Overrides:
      formatParameters in class CommonParameters