From c441f9160dc3e0cc686c7e73109966120666ada6 Mon Sep 17 00:00:00 2001
From: danbress
Date: Wed, 18 Mar 2015 16:00:55 -0400
Subject: [PATCH] NIFI-309 - cleaning up additionalDetails.html
---
.../nifi/processors/standard/PutFTP.java | 12 ++++-
.../additionalDetails.html | 40 ----------------
.../additionalDetails.html | 27 -----------
.../additionalDetails.html | 4 --
.../additionalDetails.html | 48 -------------------
5 files changed, 10 insertions(+), 121 deletions(-)
delete mode 100644 nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.DistributeLoad/additionalDetails.html
delete mode 100644 nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.PutFTP/additionalDetails.html
diff --git a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutFTP.java b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutFTP.java
index e8fec4d555..6e7566181c 100644
--- a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutFTP.java
+++ b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/PutFTP.java
@@ -44,8 +44,16 @@ import org.apache.nifi.processors.standard.util.FTPTransfer;
@Tags({"remote", "copy", "egress", "put", "ftp", "archive", "files"})
@CapabilityDescription("Sends FlowFiles to an FTP Server")
@SeeAlso(GetFTP.class)
-@DynamicProperties({@DynamicProperty(name="pre.cmd._____", value="Not used", description="The command specified in the key will be executed before doing a put"),
- @DynamicProperty(name="post.cmd._____", value="Not used", description="The command specified in the key will be executed after doing a put")})
+@DynamicProperties({@DynamicProperty(name="pre.cmd._____", value="Not used", description="The command specified in the key will be executed before doing a put. You may add these optional properties " +
+ " to send any commands to the FTP server before the file is actually transferred (before the put command)." +
+ " This option is only available for the PutFTP processor, as only FTP has this functionality. This is" +
+ " essentially the same as sending quote commands to an FTP server from the command line. While this is the same as sending a quote command, it is very important that" +
+ " you leave off the ."),
+ @DynamicProperty(name="post.cmd._____", value="Not used", description="The command specified in the key will be executed after doing a put. You may add these optional properties " +
+ " to send any commands to the FTP server before the file is actually transferred (before the put command)." +
+ " This option is only available for the PutFTP processor, as only FTP has this functionality. This is" +
+ " essentially the same as sending quote commands to an FTP server from the command line. While this is the same as sending a quote command, it is very important that" +
+ " you leave off the .")})
public class PutFTP extends PutFileTransfer {
private static final Pattern PRE_SEND_CMD_PATTERN = Pattern.compile("^pre\\.cmd\\.(\\d+)$");
diff --git a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.DistributeLoad/additionalDetails.html b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.DistributeLoad/additionalDetails.html
deleted file mode 100644
index f593bed4b4..0000000000
--- a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.DistributeLoad/additionalDetails.html
+++ /dev/null
@@ -1,40 +0,0 @@
-
-
-
-
-
- DistributeLoad
-
-
-
-
-
- Relationships
-
-
1
-
-
By default, there is one relationship, named 1. The number
- of relationships is determined by the value of the <Number of
- Relationships> property.
-
-
-
-
-
-
-
-
-
diff --git a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.EvaluateJsonPath/additionalDetails.html b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.EvaluateJsonPath/additionalDetails.html
index c1d80aa43d..59bc7070d3 100644
--- a/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.EvaluateJsonPath/additionalDetails.html
+++ b/nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.EvaluateJsonPath/additionalDetails.html
@@ -27,32 +27,5 @@
result evaluations in memory. Accordingly, it is important to consider the anticipated profile of content being
evaluated by this processor and the hardware supporting it especially when working against large JSON documents.
-
-
- Modifies Attributes:
-
-
-
- This processor adds user-defined attributes if the <Destination> property is set to
- flowfile-attribute.
-
-
-
-
- Properties
-
-
-
- user-defined properties
-
-
The name of the attribute to put the JsonPath result into if
- flowfile-attribute is used as the value for the Destination
- property; if using flowfile-content as the value for the
- Destination property, this value is ignored.
-