File tree Expand file tree Collapse file tree 4 files changed +6
-8
lines changed
java/org/culturegraph/mf/formatting Expand file tree Collapse file tree 4 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package org .culturegraph .mf .stream . converter ;
16
+ package org .culturegraph .mf .formatting ;
17
17
18
18
import java .util .HashMap ;
19
19
import java .util .Map ;
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright 2016 Christoph Böhme
3
- * Copyright 2013, 2014 Deutsche Nationalbibliothek
4
3
*
5
4
* Licensed under the Apache License, Version 2.0 the "License";
6
5
* you may not use this file except in compliance with the License.
14
13
* See the License for the specific language governing permissions and
15
14
* limitations under the License.
16
15
*/
17
- package org .culturegraph .mf .stream . converter ;
16
+ package org .culturegraph .mf .formatting ;
18
17
19
18
import org .culturegraph .mf .framework .FluxCommand ;
20
19
import org .culturegraph .mf .framework .ObjectReceiver ;
Original file line number Diff line number Diff line change 1
1
/*
2
2
* Copyright 2016 Christoph Böhme
3
- * Copyright 2013, 2014 Deutsche Nationalbibliothek
4
3
*
5
4
* Licensed under the Apache License, Version 2.0 the "License";
6
5
* you may not use this file except in compliance with the License.
14
13
* See the License for the specific language governing permissions and
15
14
* limitations under the License.
16
15
*/
17
- package org .culturegraph .mf .stream . converter ;
16
+ package org .culturegraph .mf .formatting ;
18
17
19
18
import org .culturegraph .mf .framework .FluxCommand ;
20
19
import org .culturegraph .mf .framework .ObjectReceiver ;
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ handle-picaxml org.culturegraph.mf.stream.converter.xml.PicaXmlHandler
60
60
handle-mabxml org.culturegraph.mf.stream.converter.xml.AlephMabXmlHandler
61
61
62
62
# Encoders:
63
- encode-literals org.culturegraph.mf.stream.converter .StreamLiteralFormatter
63
+ encode-literals org.culturegraph.mf.formatting .StreamLiteralFormatter
64
64
encode-formeta org.culturegraph.mf.formeta.FormetaEncoder
65
65
encode-json org.culturegraph.mf.stream.converter.JsonEncoder
66
66
encode-pica org.culturegraph.mf.stream.converter.bib.pica.PicaEncoder
@@ -85,8 +85,8 @@ change-id org.culturegraph.mf.mangling.RecordIdChanger
85
85
flatten org.culturegraph.mf.mangling.StreamFlattener
86
86
record-to-entity org.culturegraph.mf.mangling.RecordToEntity
87
87
88
- template org.culturegraph.mf.stream.converter .ObjectTemplate
89
- add-preamble-epilogue org.culturegraph.mf.stream.converter .PreambleEpilogueAdder
88
+ template org.culturegraph.mf.formatting .ObjectTemplate
89
+ add-preamble-epilogue org.culturegraph.mf.formatting .PreambleEpilogueAdder
90
90
91
91
filter-duplicate-objects org.culturegraph.mf.mangling.DuplicateObjectFilter
92
92
You can’t perform that action at this time.
0 commit comments