Class ValidatorParameters
- java.lang.Object
-
- de.gwdg.metadataqa.marc.cli.parameters.CommonParameters
-
- de.gwdg.metadataqa.marc.cli.parameters.ValidatorParameters
-
- All Implemented Interfaces:
Serializable
public class ValidatorParameters extends CommonParameters implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_FILE_NAME-
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 ValidatorParameters()ValidatorParameters(String[] arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandoDetails()booleandoEmptyLargeCollectors()booleandoSummary()StringformatParameters()StringgetDetailsFileName()ValidationErrorFormatgetFormat()StringgetSummaryFileName()protected voidsetOptions()booleanuseStandardOutput()-
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
-
-
-
-
Field Detail
-
DEFAULT_FILE_NAME
public static final String DEFAULT_FILE_NAME
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ValidatorParameters
public ValidatorParameters()
-
ValidatorParameters
public ValidatorParameters(String[] arguments) throws org.apache.commons.cli.ParseException
- Throws:
org.apache.commons.cli.ParseException
-
-
Method Detail
-
setOptions
protected void setOptions()
- Overrides:
setOptionsin classCommonParameters
-
getDetailsFileName
public String getDetailsFileName()
-
doSummary
public boolean doSummary()
-
doDetails
public boolean doDetails()
-
useStandardOutput
public boolean useStandardOutput()
-
getFormat
public ValidationErrorFormat getFormat()
-
getSummaryFileName
public String getSummaryFileName()
-
doEmptyLargeCollectors
public boolean doEmptyLargeCollectors()
-
formatParameters
public String formatParameters()
- Overrides:
formatParametersin classCommonParameters
-
-