File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
java/org/culturegraph/mf/files Expand file tree Collapse file tree 3 files changed +5
-5
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 . source ;
16
+ package org .culturegraph .mf .files ;
17
17
18
18
import java .io .File ;
19
19
import java .io .FilenameFilter ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2013, 2014, 2016 Christoph Böhme
2
+ * Copyright 2016 Christoph Böhme
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 the "License";
5
5
* you may not use this file except in compliance with the License.
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 .files ;
17
17
18
18
import java .io .FileInputStream ;
19
19
import java .io .IOException ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ open-resource org.culturegraph.mf.stream.source.ResourceOpener
21
21
open-tar org.culturegraph.mf.stream.source.TarReader
22
22
23
23
read-string org.culturegraph.mf.strings.StringReader
24
- read-dir org.culturegraph.mf.stream.source .DirReader
24
+ read-dir org.culturegraph.mf.files .DirReader
25
25
read-triples org.culturegraph.mf.stream.source.TripleReader
26
26
27
27
retrieve-triple-objects org.culturegraph.mf.stream.pipe.TripleObjectRetriever
@@ -134,7 +134,7 @@ split-xml-elements org.culturegraph.mf.stream.pipe.XmlElementSplitter
134
134
morph org.culturegraph.mf.metamorph.Metamorph
135
135
filter org.culturegraph.mf.metamorph.Filter
136
136
add-oreaggregation org.culturegraph.mf.stream.pipe.OreAggregationAdder
137
- digest-file org.culturegraph.mf.stream.pipe .FileDigestCalculator
137
+ digest-file org.culturegraph.mf.files .FileDigestCalculator
138
138
reorder-triple org.culturegraph.mf.stream.pipe.TripleReorder
139
139
140
140
json-to-elasticsearch-bulk org.culturegraph.mf.stream.converter.JsonToElasticsearchBulk
You can’t perform that action at this time.
0 commit comments