Skip to content

Commit c567ee8

Browse files
committed
Create files package
The `files` package contains modules that perform file operations.
1 parent 6fe07a8 commit c567ee8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/main/java/org/culturegraph/mf/stream/source/DirReader.java renamed to src/main/java/org/culturegraph/mf/files/DirReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package org.culturegraph.mf.stream.source;
16+
package org.culturegraph.mf.files;
1717

1818
import java.io.File;
1919
import java.io.FilenameFilter;

src/main/java/org/culturegraph/mf/stream/pipe/FileDigestCalculator.java renamed to src/main/java/org/culturegraph/mf/files/FileDigestCalculator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2013, 2014, 2016 Christoph Böhme
2+
* Copyright 2016 Christoph Böhme
33
*
44
* Licensed under the Apache License, Version 2.0 the "License";
55
* you may not use this file except in compliance with the License.
@@ -13,7 +13,7 @@
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.files;
1717

1818
import java.io.FileInputStream;
1919
import java.io.IOException;

src/main/resources/flux-commands.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ open-resource org.culturegraph.mf.stream.source.ResourceOpener
2121
open-tar org.culturegraph.mf.stream.source.TarReader
2222

2323
read-string org.culturegraph.mf.strings.StringReader
24-
read-dir org.culturegraph.mf.stream.source.DirReader
24+
read-dir org.culturegraph.mf.files.DirReader
2525
read-triples org.culturegraph.mf.stream.source.TripleReader
2626

2727
retrieve-triple-objects org.culturegraph.mf.stream.pipe.TripleObjectRetriever
@@ -134,7 +134,7 @@ split-xml-elements org.culturegraph.mf.stream.pipe.XmlElementSplitter
134134
morph org.culturegraph.mf.metamorph.Metamorph
135135
filter org.culturegraph.mf.metamorph.Filter
136136
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
138138
reorder-triple org.culturegraph.mf.stream.pipe.TripleReorder
139139

140140
json-to-elasticsearch-bulk org.culturegraph.mf.stream.converter.JsonToElasticsearchBulk

0 commit comments

Comments
 (0)