Class CompletenessParameters
- java.lang.Object
-
- de.gwdg.metadataqa.marc.cli.parameters.CommonParameters
-
- de.gwdg.metadataqa.marc.cli.parameters.CompletenessParameters
-
- All Implemented Interfaces:
Serializable
public class CompletenessParameters extends CommonParameters implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class de.gwdg.metadataqa.marc.cli.parameters.CommonParameters
alephseq, args, cmd, DEFAULT_OUTPUT_DIR, defaultRecordType, doHelp, doLog, fixAlephseq, ignorableFields, ignorableRecords, lineSeparated, marcVersion, marcxml, options, parser, trimId
-
-
Constructor Summary
Constructors Constructor Description CompletenessParameters()CompletenessParameters(String[] arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringformatParameters()ValidationErrorFormatgetFormat()booleanisAdvanced()booleanisOnlyPackages()protected voidsetOptions()-
Methods inherited from class de.gwdg.metadataqa.marc.cli.parameters.CommonParameters
doHelp, doLog, fixAlephseq, getArgs, getDefaultRecordType, getId, getIgnorableFields, getIgnorableRecords, getLimit, getMarcVersion, getOffset, getOptions, getOutputDir, getTrimId, hasId, isAlephseq, isLineSeparated, isMarcxml
-
-
-
-
Constructor Detail
-
CompletenessParameters
public CompletenessParameters()
-
CompletenessParameters
public CompletenessParameters(String[] arguments) throws org.apache.commons.cli.ParseException
- Throws:
org.apache.commons.cli.ParseException
-
-
Method Detail
-
setOptions
protected void setOptions()
- Overrides:
setOptionsin classCommonParameters
-
getFormat
public ValidationErrorFormat getFormat()
-
isAdvanced
public boolean isAdvanced()
-
isOnlyPackages
public boolean isOnlyPackages()
-
formatParameters
public String formatParameters()
- Overrides:
formatParametersin classCommonParameters
-
-