File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed
java/org/culturegraph/mf/linkeddata
test/java/org/culturegraph/mf/linkeddata Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package org .culturegraph .mf .stream . converter ;
16+ package org .culturegraph .mf .linkeddata ;
1717
1818import java .io .BufferedReader ;
1919import java .io .IOException ;
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package org .culturegraph .mf .stream . pipe ;
16+ package org .culturegraph .mf .linkeddata ;
1717
1818import java .io .IOException ;
1919import java .util .Deque ;
Original file line number Diff line number Diff line change 1313 * See the License for the specific language governing permissions and
1414 * limitations under the License.
1515 */
16- package org .culturegraph .mf .stream . pipe ;
16+ package org .culturegraph .mf .linkeddata ;
1717
1818import org .culturegraph .mf .framework .FluxCommand ;
1919import org .culturegraph .mf .framework .StreamReceiver ;
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ decode-xml org.culturegraph.mf.xml.XmlDecoder
5050decode-string org.culturegraph.mf.strings.StringDecoder
5151regex-decode org.culturegraph.mf.strings.RegexDecoder
5252
53- read-beacon org.culturegraph.mf.stream.converter .BeaconReader
53+ read-beacon org.culturegraph.mf.linkeddata .BeaconReader
5454
5555# XML-Handler:
5656handle-cg-xml org.culturegraph.mf.xml.CGXmlHandler
@@ -97,7 +97,7 @@ defer-stream org.culturegraph.mf.flowcontrol.StreamDeferrer
9797xml-tee org.culturegraph.mf.plumbing.XmlTee
9898
9999stream-to-xml org.culturegraph.mf.xml.SimpleXmlEncoder
100- rdf-macros org.culturegraph.mf.stream.pipe .RdfMacroPipe
100+ rdf-macros org.culturegraph.mf.linkeddata .RdfMacroPipe
101101
102102batch-log org.culturegraph.mf.monitoring.StreamBatchLogger
103103object-batch-log org.culturegraph.mf.monitoring.ObjectBatchLogger
@@ -133,7 +133,7 @@ split-xml-elements org.culturegraph.mf.xml.XmlElementSplitter
133133
134134morph org.culturegraph.mf.metamorph.Metamorph
135135filter org.culturegraph.mf.metamorph.Filter
136- add-oreaggregation org.culturegraph.mf.stream.pipe .OreAggregationAdder
136+ add-oreaggregation org.culturegraph.mf.linkeddata .OreAggregationAdder
137137digest-file org.culturegraph.mf.files.FileDigestCalculator
138138reorder-triple org.culturegraph.mf.triples.TripleReorder
139139
Original file line number Diff line number Diff line change 11/*
22 * Copyright 2016 Christoph Böhme
3- * Copyright 2013, 2014 Deutsche Nationalbibliothek
43 *
54 * Licensed under the Apache License, Version 2.0 the "License";
65 * you may not use this file except in compliance with the License.
1413 * See the License for the specific language governing permissions and
1514 * limitations under the License.
1615 */
17- package org .culturegraph .mf .stream . pipe ;
16+ package org .culturegraph .mf .linkeddata ;
1817
1918import static org .mockito .Mockito .inOrder ;
2019
You can’t perform that action at this time.
0 commit comments