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 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 .linkeddata ;
17
17
18
18
import java .io .BufferedReader ;
19
19
import java .io .IOException ;
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 . pipe ;
16
+ package org .culturegraph .mf .linkeddata ;
17
17
18
18
import java .io .IOException ;
19
19
import java .util .Deque ;
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 . pipe ;
16
+ package org .culturegraph .mf .linkeddata ;
17
17
18
18
import org .culturegraph .mf .framework .FluxCommand ;
19
19
import 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
50
50
decode-string org.culturegraph.mf.strings.StringDecoder
51
51
regex-decode org.culturegraph.mf.strings.RegexDecoder
52
52
53
- read-beacon org.culturegraph.mf.stream.converter .BeaconReader
53
+ read-beacon org.culturegraph.mf.linkeddata .BeaconReader
54
54
55
55
# XML-Handler:
56
56
handle-cg-xml org.culturegraph.mf.xml.CGXmlHandler
@@ -97,7 +97,7 @@ defer-stream org.culturegraph.mf.flowcontrol.StreamDeferrer
97
97
xml-tee org.culturegraph.mf.plumbing.XmlTee
98
98
99
99
stream-to-xml org.culturegraph.mf.xml.SimpleXmlEncoder
100
- rdf-macros org.culturegraph.mf.stream.pipe .RdfMacroPipe
100
+ rdf-macros org.culturegraph.mf.linkeddata .RdfMacroPipe
101
101
102
102
batch-log org.culturegraph.mf.monitoring.StreamBatchLogger
103
103
object-batch-log org.culturegraph.mf.monitoring.ObjectBatchLogger
@@ -133,7 +133,7 @@ split-xml-elements org.culturegraph.mf.xml.XmlElementSplitter
133
133
134
134
morph org.culturegraph.mf.metamorph.Metamorph
135
135
filter org.culturegraph.mf.metamorph.Filter
136
- add-oreaggregation org.culturegraph.mf.stream.pipe .OreAggregationAdder
136
+ add-oreaggregation org.culturegraph.mf.linkeddata .OreAggregationAdder
137
137
digest-file org.culturegraph.mf.files.FileDigestCalculator
138
138
reorder-triple org.culturegraph.mf.triples.TripleReorder
139
139
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 . pipe ;
16
+ package org .culturegraph .mf .linkeddata ;
18
17
19
18
import static org .mockito .Mockito .inOrder ;
20
19
You can’t perform that action at this time.
0 commit comments