Skip to content

Commit 1f2cb3d

Browse files
committed
WIP
1 parent 3986e5c commit 1f2cb3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

metafacture-biblio/src/main/java/org/metafacture/biblio/OaiPmhOpener.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
package org.metafacture.biblio;
55

6+
import org.metafacture.framework.FluxCommand;
67
import org.metafacture.framework.MetafactureException;
78
import org.metafacture.framework.ObjectReceiver;
89
import org.metafacture.framework.annotations.Description;
@@ -30,6 +31,7 @@
3031
@Description("Opens an OAI-PMH stream and passes a reader to the receiver. Mandatory arguments are: BASE_URL, DATE_FROM, DATE_UNTIL, METADATA_PREFIX, SET_SPEC .")
3132
@In(String.class)
3233
@Out(java.io.Reader.class)
34+
@FluxCommand("open-oaipmh")
3335
public final class OaiPmhOpener extends DefaultObjectPipe<String, ObjectReceiver<Reader>> {
3436

3537
private String encoding = "UTF-8";

0 commit comments

Comments
 (0)