NIFI-4268: Add fetch tag to FetchFile processor.

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #2062.
This commit is contained in:
Wil Selwood 2017-08-07 11:16:54 +01:00 committed by Pierre Villard
parent 675d989003
commit f7f64a572c
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ import java.util.UUID;
import java.util.concurrent.TimeUnit;
@InputRequirement(Requirement.INPUT_REQUIRED)
@Tags({"local", "files", "filesystem", "ingest", "ingress", "get", "source", "input", "restricted"})
@Tags({"local", "files", "filesystem", "ingest", "ingress", "get", "source", "input", "fetch", "restricted"})
@CapabilityDescription("Reads the contents of a file from disk and streams it into the contents of an incoming FlowFile. Once this is done, the file is optionally moved elsewhere or deleted "
+ "to help keep the file system organized.")
@SeeAlso({GetFile.class, PutFile.class, ListFile.class})