Class MarcToSolrParameters
- java.lang.Object
-
- de.gwdg.metadataqa.marc.cli.parameters.CommonParameters
-
- de.gwdg.metadataqa.marc.cli.parameters.MarcToSolrParameters
-
- All Implemented Interfaces:
Serializable
public class MarcToSolrParameters extends CommonParameters
- 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 MarcToSolrParameters(String[] arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandoCommit()SolrFieldTypegetSolrFieldType()StringgetSolrUrl()protected voidsetOptions()-
Methods inherited from class de.gwdg.metadataqa.marc.cli.parameters.CommonParameters
doHelp, doLog, fixAlephseq, formatParameters, getArgs, getDefaultRecordType, getId, getIgnorableFields, getIgnorableRecords, getLimit, getMarcVersion, getOffset, getOptions, getOutputDir, getTrimId, hasId, isAlephseq, isLineSeparated, isMarcxml
-
-
-
-
Constructor Detail
-
MarcToSolrParameters
public MarcToSolrParameters(String[] arguments) throws org.apache.commons.cli.ParseException
- Throws:
org.apache.commons.cli.ParseException
-
-
Method Detail
-
setOptions
protected void setOptions()
- Overrides:
setOptionsin classCommonParameters
-
getSolrUrl
public String getSolrUrl()
-
doCommit
public boolean doCommit()
-
getSolrFieldType
public SolrFieldType getSolrFieldType()
-
-